mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Update support horizontal expansion value
Contributes to CURA-10220 Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
This commit is contained in:
parent
46fe9c0568
commit
44b71dd8f1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
"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_line_width if support_interface_enable else 0" },
|
||||
"support_offset": { "value": "0.9 if support_interface_enable else 0" },
|
||||
"support_tower_roof_angle": { "value": "0" },
|
||||
"support_use_towers": { "value": true },
|
||||
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue