Remove start_layers_at_same_position setting

This setting is no longer configurable since we now slice multi-threadedly.
This commit is contained in:
Ghostkeeper 2019-07-26 17:25:21 +02:00
parent de7bf3da02
commit aeabddb54a
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -3772,17 +3772,6 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"start_layers_at_same_position":
{
"label": "Start Layers with the Same Part",
"description": "In each layer start with printing the object near the same point, so that we don't start a new layer with printing the piece which the previous layer ended with. This makes for better overhangs and small parts, but increases printing time.",
"type": "bool",
"default_value": false,
"enabled": false,
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": true
},
"layer_start_x":
{
"label": "Layer Start X",