1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

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
+5
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',