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:
Alessandro Ranellucci 2013-03-17 00:22:53 +01:00
parent 78a4ae4835
commit c999d0c44f

View file

@ -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',