mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added setting for initial layer support distance
CURA-5527
This commit is contained in:
parent
68e1b58c89
commit
914b3a648b
2 changed files with 16 additions and 0 deletions
|
|
@ -3825,6 +3825,21 @@
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
},
|
||||||
|
"support_initial_layer_line_distance":
|
||||||
|
{
|
||||||
|
"label": "Initial Layer Support Line Distance",
|
||||||
|
"description": "Distance between the printed initial layer support structure lines. This setting is calculated by the support density.",
|
||||||
|
"unit": "mm",
|
||||||
|
"type": "float",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"minimum_value_warning": "support_line_width",
|
||||||
|
"default_value": 2.66,
|
||||||
|
"enabled": "support_enable or support_tree_enable",
|
||||||
|
"value": "support_line_distance",
|
||||||
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
|
"settable_per_mesh": false,
|
||||||
|
"settable_per_extruder": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -227,6 +227,7 @@ zig_zaggify_support
|
||||||
support_connect_zigzags
|
support_connect_zigzags
|
||||||
support_infill_rate
|
support_infill_rate
|
||||||
support_line_distance
|
support_line_distance
|
||||||
|
support_initial_layer_line_distance
|
||||||
support_z_distance
|
support_z_distance
|
||||||
support_top_distance
|
support_top_distance
|
||||||
support_bottom_distance
|
support_bottom_distance
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue