mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Renamed ExtrusionPath->depth_layers to height
This commit is contained in:
parent
2796041a6c
commit
f35cdef2aa
5 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue