mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: hard errors when extrusion width was left empty.
This commit is contained in:
@@ -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' => {
|
||||
|
||||
Reference in New Issue
Block a user