mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Renamed ExtrusionPath->depth_layers to height
This commit is contained in:
@@ -579,7 +579,7 @@ sub generate_support_material {
|
||||
map Slic3r::ExtrusionPath->new(
|
||||
polyline => Slic3r::Polyline->new(@$_),
|
||||
role => EXTR_ROLE_SUPPORTMATERIAL,
|
||||
depth_layers => 1,
|
||||
height => undef,
|
||||
flow_spacing => $params->{flow_spacing},
|
||||
), @paths;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user