mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
The ratio_over parameter was missing in the definition of first_layer_extrusion_width
This commit is contained in:
parent
ed3a6349c7
commit
c0a74780cb
2 changed files with 3 additions and 2 deletions
|
@ -324,7 +324,7 @@ sub validate {
|
|||
my $max_nozzle_diameter = max(@{ $self->nozzle_diameter });
|
||||
die "Invalid extrusion width (too large)\n"
|
||||
if defined first { $_ > 10 * $max_nozzle_diameter }
|
||||
map $self->get("${_}_extrusion_width"),
|
||||
map $self->get_value("${_}_extrusion_width"),
|
||||
qw(perimeter infill solid_infill top_infill support_material first_layer);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue