Merge pull request #13925 from Ultimaker/PP-183_Enable_zigzag_support_interface

PP-183 Enable zigzag support interface
This commit is contained in:
Jaime van Kessel 2022-11-30 14:15:23 +01:00 committed by GitHub
commit f23aa95eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@
"support_interface_height": { "value": "2 * layer_height" },
"support_interface_material_flow": { "value": "skin_material_flow" },
"support_interface_offset": { "value": "support_offset" },
"support_interface_pattern": { "value": "'concentric'" },
"support_interface_pattern": { "value": "'zigzag'" },
"support_interface_skip_height": { "value": "layer_height" },
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
"support_offset": { "value": "support_xy_distance if support_interface_enable else 0" },