Enable only_retract_when_crossing_perimeters by default
This commit is contained in:
parent
70092a9cf5
commit
72613ae2b4
2 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ The author of the Silk icon set is Mark James.
|
||||||
--avoid-crossing-perimeters Optimize travel moves so that no perimeters are crossed (default: no)
|
--avoid-crossing-perimeters Optimize travel moves so that no perimeters are crossed (default: no)
|
||||||
--only-retract-when-crossing-perimeters
|
--only-retract-when-crossing-perimeters
|
||||||
Disable retraction when travelling between infill paths inside the same island.
|
Disable retraction when travelling between infill paths inside the same island.
|
||||||
(default: no)
|
(default: yes)
|
||||||
--solid-infill-below-area
|
--solid-infill-below-area
|
||||||
Force solid infill when a region has a smaller area than this threshold
|
Force solid infill when a region has a smaller area than this threshold
|
||||||
(mm^2, default: 70)
|
(mm^2, default: 70)
|
||||||
|
|
|
@ -543,7 +543,7 @@ our $Options = {
|
||||||
tooltip => 'Disables retraction when travelling between infill paths inside the same island.',
|
tooltip => 'Disables retraction when travelling between infill paths inside the same island.',
|
||||||
cli => 'only-retract-when-crossing-perimeters!',
|
cli => 'only-retract-when-crossing-perimeters!',
|
||||||
type => 'bool',
|
type => 'bool',
|
||||||
default => 0,
|
default => 1,
|
||||||
},
|
},
|
||||||
'support_material' => {
|
'support_material' => {
|
||||||
label => 'Generate support material',
|
label => 'Generate support material',
|
||||||
|
|
Loading…
Add table
Reference in a new issue