mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 05:48:59 +08:00
Added setting for initial layer support distance
CURA-5527
This commit is contained in:
parent
68e1b58c89
commit
914b3a648b
@ -3825,6 +3825,21 @@
|
||||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"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_infill_rate
|
||||
support_line_distance
|
||||
support_initial_layer_line_distance
|
||||
support_z_distance
|
||||
support_top_distance
|
||||
support_bottom_distance
|
||||
|
Loading…
x
Reference in New Issue
Block a user