mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
New option to disable overhang flow
This commit is contained in:
parent
282c751b0f
commit
f8ae8d3e8d
4 changed files with 12 additions and 2 deletions
|
@ -594,6 +594,13 @@ our $Options = {
|
|||
type => 'bool',
|
||||
default => 1,
|
||||
},
|
||||
'adjust_overhang_flow' => {
|
||||
label => 'Adjust overhang flow',
|
||||
tooltip => 'Experimental option to adjust flow for overhangs (bridge flow will be used).',
|
||||
cli => 'adjust-overhang-flow!',
|
||||
type => 'bool',
|
||||
default => 1,
|
||||
},
|
||||
'avoid_crossing_perimeters' => {
|
||||
label => 'Avoid crossing perimeters',
|
||||
tooltip => 'Optimize travel moves in order to minimize the crossing of perimeters. This is mostly useful with Bowden extruders which suffer from oozing. This feature slows down both the print and the G-code generation.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue