Skip to content

Commit

Permalink
Optimize wall printing order
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Jan 6, 2024
1 parent 1ba34ec commit da4f675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/definitions/fdmprinter.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@
"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. First layer is not optimized when choosing brim as build plate adhesion type.",
"type": "bool",
"default_value": false,
"default_value": true,
"settable_per_mesh": true
},
"inset_direction":
Expand Down

0 comments on commit da4f675

Please sign in to comment.