mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
New bridge flow rate multiplier option. #85
This commit is contained in:
parent
3ac9dd513b
commit
28a89c70c9
6 changed files with 17 additions and 4 deletions
|
@ -115,6 +115,11 @@ our $Options = {
|
|||
cli => 'extrusion-width-ratio=f',
|
||||
type => 'f',
|
||||
},
|
||||
'bridge_flow_ratio' => {
|
||||
label => 'Bridge flow ratio',
|
||||
cli => 'bridge-flow-ratio=f',
|
||||
type => 'f',
|
||||
},
|
||||
'first_layer_height_ratio' => {
|
||||
label => 'First layer height ratio',
|
||||
cli => 'first-layer-height-ratio=f',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue