Skip to content

Commit

Permalink
Bugfix: latest retraction changes broke retraction
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed Oct 14, 2011
1 parent 5661987 commit f7335b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Slic3r/Extruder.pm
Expand Up @@ -115,6 +115,8 @@ sub retract {
$gcode .= "G92 E0\n";
$self->extrusion_distance(0);
}

return $gcode;
}

sub unretract {
Expand Down

0 comments on commit f7335b6

Please sign in to comment.