Set default value for first_layer_height to 0.35mm so that first_layer_extrusion_width = 200% works fine even when user sets layer_height to 0.1. A first layer height of 0.35mm works fine for both 0.35 and 0.5 nozzles so it should be fine for most users
This commit is contained in:
parent
78a4ae4835
commit
c999d0c44f
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ our $Options = {
|
|||
cli => 'first-layer-height=s',
|
||||
type => 'f',
|
||||
ratio_over => 'layer_height',
|
||||
default => '100%',
|
||||
default => 0.35,
|
||||
},
|
||||
'infill_every_layers' => {
|
||||
label => 'Infill every',
|
||||
|
|
Loading…
Reference in a new issue