New bridge flow rate multiplier option. #85

This commit is contained in:
Alessandro Ranellucci 2011-12-04 20:29:21 +01:00
parent 3ac9dd513b
commit 28a89c70c9
6 changed files with 17 additions and 4 deletions

View file

@ -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',