mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-06 01:56:09 +08:00
Bugfix: use_relative_e_distances and spiral vase were broken again after the port. #3784
This commit is contained in:
parent
61c8359995
commit
ecc171eca6
@ -56,6 +56,9 @@ GCodeReader::parse(const std::string &gcode, callback_t callback)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (gline.has('E') && this->_config.use_relative_e_distances)
|
||||||
|
this->E = 0;
|
||||||
|
|
||||||
if (callback) callback(*this, gline);
|
if (callback) callback(*this, gline);
|
||||||
|
|
||||||
// update coordinates
|
// update coordinates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user