mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Renamed ExtrusionPath->depth_layers to height
This commit is contained in:
@@ -279,7 +279,7 @@ sub make_perimeters {
|
||||
map Slic3r::ExtrusionPath->pack(
|
||||
polyline => Slic3r::Polyline->new(@$_),
|
||||
role => EXTR_ROLE_SOLIDFILL,
|
||||
depth_layers => 1,
|
||||
height => $self->height,
|
||||
flow_spacing => $params->{flow_spacing},
|
||||
), @paths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user