Restore 100% flow for support material
This commit is contained in:
parent
76e079126f
commit
2d67d6b0b6
1 changed files with 1 additions and 4 deletions
|
@ -121,10 +121,7 @@ sub extrude_path {
|
||||||
$gcode .= $self->unretract if $self->retracted;
|
$gcode .= $self->unretract if $self->retracted;
|
||||||
|
|
||||||
# calculate extrusion length per distance unit
|
# calculate extrusion length per distance unit
|
||||||
my $s = $path->flow_spacing
|
my $s = $path->flow_spacing || $Slic3r::flow_spacing;
|
||||||
|| ($path->role eq 'support-material'
|
|
||||||
? ($Slic3r::flow_spacing * 1.5)
|
|
||||||
: $Slic3r::flow_spacing);
|
|
||||||
my $h = $path->depth_layers * $self->layer->height;
|
my $h = $path->depth_layers * $self->layer->height;
|
||||||
my $w = ($s - $Slic3r::min_flow_spacing * $Slic3r::overlap_factor) / (1 - $Slic3r::overlap_factor);
|
my $w = ($s - $Slic3r::min_flow_spacing * $Slic3r::overlap_factor) / (1 - $Slic3r::overlap_factor);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue