1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Bugfix: hard errors when extrusion width was left empty.

This commit is contained in:
Alessandro Ranellucci
2011-11-26 20:51:04 +01:00
parent 2ce697f2b9
commit 8ce2c23e52
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ our $Options = {
type => 'f',
},
'extrusion_width_ratio' => {
label => 'Extrusion width (ratio over layer height; leave empty to calculate automatically)',
label => 'Extrusion width (ratio over layer height; leave zero to calculate automatically)',
type => 'f',
},
'first_layer_height_ratio' => {