New First layer flow ratio option. #182

This commit is contained in:
Alessandro Ranellucci 2012-01-30 14:25:14 +01:00
parent eb33c03926
commit 99ef0865bb
5 changed files with 10 additions and 1 deletions

View file

@ -196,6 +196,8 @@ Usage: slic3r.pl [ OPTIONS ] file.stl
--extrusion-width-ratio
Calculate the extrusion width as the layer height multiplied by
this value (> 0, default: calculated automatically)
--first-layer-flow-ratio
Multiplier for extrusion of first layer (> 0, default: $Slic3r::first_layer_flow_ratio)
--bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $Slic3r::bridge_flow_ratio)
EOF