mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Move external_perimeters_first to PrintRegionConfig
This commit is contained in:
parent
e158d1e612
commit
34750d47fe
4 changed files with 7 additions and 5 deletions
|
@ -126,6 +126,7 @@ PrintConfigDef::build_def() {
|
|||
|
||||
Options["external_perimeters_first"].type = coBool;
|
||||
Options["external_perimeters_first"].label = "External perimeters first";
|
||||
Options["external_perimeters_first"].category = "Layers and Perimeters";
|
||||
Options["external_perimeters_first"].tooltip = "Print contour perimeters from the outermost one to the innermost one instead of the default inverse order.";
|
||||
Options["external_perimeters_first"].cli = "external-perimeters-first!";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue