mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Revert "Rename Optimize Wall Printing Order to Order Inner Walls By Inset."
The original commit flipped the boolean of how optimize_wall_printing_order worked. The updated description was the opposite of the original meaning. However, the commit was performed without updating all profiles along with the flip in meaning of this setting. Let's flip it back in the frontend and also in the backend. This reverts commit bccf531aa6d13ddd87fe5f84ce71b09f71a17c0f.
This commit is contained in:
parent
9b43ab3ad7
commit
6d30596219
@ -1198,8 +1198,8 @@
|
|||||||
},
|
},
|
||||||
"optimize_wall_printing_order":
|
"optimize_wall_printing_order":
|
||||||
{
|
{
|
||||||
"label": "Order Inner Walls By Inset",
|
"label": "Optimize Wall Printing Order",
|
||||||
"description": "Order inner wall printing by inset-index, instead of by (hole) region.",
|
"description": "Optimize the order in which walls are printed so as to reduce the number of retractions and the distance travelled. Most parts will benefit from this being enabled but some may actually take longer so please compare the print time estimates with and without optimization. First layer is not optimized when choosing brim as build plate adhesion type.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false,
|
"default_value": false,
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user