Make Wall Ordering option Center Last into its own setting

This commit is contained in:
Tim Kuipers 2022-03-03 09:43:21 +01:00
parent 60c91b5680
commit 9eda19c210

View file

@ -1212,12 +1212,20 @@
"type": "enum",
"options": {
"inside_out": "Inside To Outside",
"outside_in": "Outside To Inside",
"center_last": "Center Last"
"outside_in": "Outside To Inside"
},
"default_value": "center_last",
"settable_per_mesh": true
},
"wall_order_center_last":
{
"label": "Delay Middle Lines Until After All Walls",
"description": "For thin geometry Cura might generate an odd number of walls smaller than the Wall Line Count. This setting control whether the middle line is printed after all even walls, rather than interspersed with the even walls. Depending on the Middle Line Threshold values the middle lines might have more width variation, which could cause issues for the even walls if printed interspersed. Disabling this setting reduces the travel time slightly.",
"type": "bool",
"default_value": false,
"limit_to_extruder": "wall_x_extruder_nr",
"settable_per_mesh": true
},
"alternate_extra_perimeter":
{
"label": "Alternate Extra Wall",