Bugfix: extrusion width setting for support material was only affecting the path spacing but not the actual flow. #666

This commit is contained in:
Alessandro Ranellucci 2012-09-12 12:13:43 +02:00
parent 36796645cb
commit bb5f00cf0c
5 changed files with 6 additions and 5 deletions

View file

@ -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,
flow_spacing => $params->{flow_spacing} || (warn "Warning: no flow_spacing was returned by the infill engine, please report this to the developer\n"),
), @paths,
],
);