1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-28 10:45:50 +00:00

Renamed ExtrusionPath->depth_layers to height

This commit is contained in:
Alessandro Ranellucci
2012-10-28 14:22:51 +01:00
parent 2796041a6c
commit f35cdef2aa
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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;
}