mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 02:19:01 +08:00
Add G92 E0 after first deretraction as it may be removed.
This commit is contained in:
parent
4b50c41799
commit
4f128430b7
@ -3304,6 +3304,9 @@ std::string GCodeGenerator::_extrude(
|
||||
} else {
|
||||
this->m_already_unretracted = true;
|
||||
gcode += "FIRST_UNRETRACT" + this->unretract();
|
||||
|
||||
//First unretract may or may not be removed thus we must start from E0.
|
||||
gcode += this->writer().reset_e();
|
||||
}
|
||||
|
||||
if (m_writer.multiple_extruders && !has_active_instance) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user