-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative Extrusion is ignored when importing G-Code #19514
Comments
A quick look at the Cura 4 code shows that it only recognises relative extrusion (due to M83 in gcode) when the gcode flavour is RepRap. |
I see the same thing (looking in FlavorParser.py) and the behavior does appear to go back to at least 4.13.1. |
Should adding these lines to the "general" FlavorParser.py not just fix it? Cura/plugins/GCodeReader/RepRapFlavorParser.py Lines 14 to 20 in e3287a1
|
I just tested it in my local installation, and yes, it does fix it. |
You can test it in #19515 if you want 👍 |
Cura Version
5.7.1
Operating System
Windows 10
Printer
All
Reproduction steps
Actual results
Expected results
Add your .zip and screenshots here ⬇️
gcode.zip
The text was updated successfully, but these errors were encountered: