mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Infill flow wasn't adjusted for non-solid surfaces
This commit is contained in:
@@ -170,7 +170,7 @@ sub make_fill {
|
||||
? ($surface->surface_type == S_TYPE_TOP ? EXTR_ROLE_TOPSOLIDFILL : EXTR_ROLE_SOLIDFILL)
|
||||
: EXTR_ROLE_FILL),
|
||||
depth_layers => $surface->depth_layers,
|
||||
flow_spacing => $params->{flow_spacing},
|
||||
flow_spacing => $params->{flow_spacing} || $flow_spacing,
|
||||
), @paths,
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user