Added setting for initial layer support distance

CURA-5527
This commit is contained in:
Aleksei S 2018-07-02 14:21:13 +02:00
parent 68e1b58c89
commit 914b3a648b
2 changed files with 16 additions and 0 deletions

View File

@ -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
}
}
},

View File

@ -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