mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -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
|
@ -169,7 +169,7 @@ sub make_fill {
|
|||
: $is_solid
|
||||
? ($surface->surface_type == S_TYPE_TOP ? EXTR_ROLE_TOPSOLIDFILL : EXTR_ROLE_SOLIDFILL)
|
||||
: EXTR_ROLE_FILL),
|
||||
depth_layers => $surface->depth_layers,
|
||||
height => $surface->depth_layers * $Slic3r::Config->layer_height,
|
||||
flow_spacing => $params->{flow_spacing} || (warn "Warning: no flow_spacing was returned by the infill engine, please report this to the developer\n"),
|
||||
), @paths,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue