JSON language fix: start_layers_at_same_position is now Start Layers With The Same Part (CURA-1112)

This commit is contained in:
Tim Kuipers 2016-11-24 17:25:30 +01:00
parent c3e086ce82
commit de8e49b247

View file

@ -2327,8 +2327,8 @@
},
"start_layers_at_same_position":
{
"label": "Start Layers Near Same Point",
"description": "Start printing the objects in each layer 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.",
"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,
"settable_per_mesh": false,