mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 20:49:06 +08:00
Bugfix: latest retraction changes broke retraction
This commit is contained in:
parent
56619871b2
commit
f7335b6d1e
@ -115,6 +115,8 @@ sub retract {
|
||||
$gcode .= "G92 E0\n";
|
||||
$self->extrusion_distance(0);
|
||||
}
|
||||
|
||||
return $gcode;
|
||||
}
|
||||
|
||||
sub unretract {
|
||||
|
Loading…
x
Reference in New Issue
Block a user