mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Merge branch 'mb-move-wall-order-opt-setting' of https://github.com/smartavionics/Cura into smartavionics-mb-move-wall-order-opt-setting
This commit is contained in:
commit
dc08e7f043
@ -1168,6 +1168,14 @@
|
|||||||
"limit_to_extruder": "wall_0_extruder_nr",
|
"limit_to_extruder": "wall_0_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"optimize_wall_printing_order":
|
||||||
|
{
|
||||||
|
"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. 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.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"outer_inset_first":
|
"outer_inset_first":
|
||||||
{
|
{
|
||||||
"label": "Outer Before Inner Walls",
|
"label": "Outer Before Inner Walls",
|
||||||
@ -5338,14 +5346,6 @@
|
|||||||
"description": "experimental!",
|
"description": "experimental!",
|
||||||
"children":
|
"children":
|
||||||
{
|
{
|
||||||
"optimize_wall_printing_order":
|
|
||||||
{
|
|
||||||
"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. 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.",
|
|
||||||
"type": "bool",
|
|
||||||
"default_value": false,
|
|
||||||
"settable_per_mesh": true
|
|
||||||
},
|
|
||||||
"support_skip_some_zags":
|
"support_skip_some_zags":
|
||||||
{
|
{
|
||||||
"label": "Break Up Support In Chunks",
|
"label": "Break Up Support In Chunks",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user