mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Bugfix: latest retraction changes broke retraction
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user