mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
Bugfix: hard errors when extrusion width was left empty.
This commit is contained in:
parent
2ce697f2b9
commit
8ce2c23e52
2 changed files with 3 additions and 3 deletions
|
@ -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' => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue