mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Adjusted flow width for solid infills was ignored
This commit is contained in:
@@ -117,7 +117,7 @@ sub make_fill {
|
|||||||
[ @$_ ],
|
[ @$_ ],
|
||||||
role => ($is_bridge ? 'bridge' : $is_solid ? 'solid-fill' : 'fill'),
|
role => ($is_bridge ? 'bridge' : $is_solid ? 'solid-fill' : 'fill'),
|
||||||
depth_layers => $surface->depth_layers,
|
depth_layers => $surface->depth_layers,
|
||||||
flow_width => $flow_width,
|
flow_width => $params->{flow_width},
|
||||||
), @paths,
|
), @paths,
|
||||||
],
|
],
|
||||||
) if @paths;
|
) if @paths;
|
||||||
|
|||||||
Reference in New Issue
Block a user