mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Rename group_walls setting to optimize_wall_printing_order.
This commit is contained in:
parent
6720e1c2ee
commit
26491da2b2
1 changed files with 3 additions and 3 deletions
|
|
@ -989,10 +989,10 @@
|
|||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"group_walls":
|
||||
"optimize_wall_printing_order":
|
||||
{
|
||||
"label": "Group Walls",
|
||||
"description": "Print all the walls for a single outline or hole before moving on to the next outline or hole.",
|
||||
"label": "Optimize Wall Printing Order",
|
||||
"description": "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"settable_per_mesh": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue