mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New First layer flow ratio option. #182
This commit is contained in:
parent
eb33c03926
commit
99ef0865bb
5 changed files with 10 additions and 1 deletions
|
@ -144,6 +144,11 @@ our $Options = {
|
|||
cli => 'extrusion-width-ratio=f',
|
||||
type => 'f',
|
||||
},
|
||||
'first_layer_flow_ratio' => {
|
||||
label => 'First layer flow ratio',
|
||||
cli => 'first-layer-flow-ratio=f',
|
||||
type => 'f',
|
||||
},
|
||||
'bridge_flow_ratio' => {
|
||||
label => 'Bridge flow ratio',
|
||||
cli => 'bridge-flow-ratio=f',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue