mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
JSON language fix: start_layers_at_same_position is now Start Layers With The Same Part (CURA-1112)
This commit is contained in:
parent
c3e086ce82
commit
de8e49b247
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue