mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Make Wall Ordering option Center Last into its own setting
This commit is contained in:
parent
60c91b5680
commit
9eda19c210
1 changed files with 10 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue