mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Bugfix: extrusion width setting for support material was only affecting the path spacing but not the actual flow. #666
This commit is contained in:
parent
36796645cb
commit
bb5f00cf0c
5 changed files with 6 additions and 5 deletions
|
@ -60,7 +60,7 @@ sub fill_surface {
|
|||
# paths must be rotated back
|
||||
$self->rotate_points_back(\@paths, $rotate_vector);
|
||||
|
||||
return {}, @paths;
|
||||
return { flow_spacing => $params{flow_spacing} }, @paths;
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue