mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
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',
|
cli => 'first-layer-height=s',
|
||||||
type => 'f',
|
type => 'f',
|
||||||
ratio_over => 'layer_height',
|
ratio_over => 'layer_height',
|
||||||
default => '100%',
|
default => 0.35,
|
||||||
},
|
},
|
||||||
'infill_every_layers' => {
|
'infill_every_layers' => {
|
||||||
label => 'Infill every',
|
label => 'Infill every',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue