Bugfix: latest retraction changes broke retraction
This commit is contained in:
parent
56619871b2
commit
f7335b6d1e
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ sub retract {
|
||||||
$gcode .= "G92 E0\n";
|
$gcode .= "G92 E0\n";
|
||||||
$self->extrusion_distance(0);
|
$self->extrusion_distance(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $gcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub unretract {
|
sub unretract {
|
||||||
|
|
Loading…
Add table
Reference in a new issue