-
Notifications
You must be signed in to change notification settings - Fork 247
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
[BFW-5432] [BUG] G90 not working as for MK3 in MK3-compatibility mode #3847
Comments
Just to fully understand the issue:
|
I did not slice the file, so I cannot answer about the intent. On MK4 G90 sets all axes (X, Y, Z, E) to absolute coordinates. In compatibility mode, the printer follows the MK4 behavior. |
Thanks, that's exactly what I needed to know. I will have a look if I can see what needs to be changed :) |
@thomasloven And here is your PR #3865 :) |
Oh wow. I honestly wasn't expecting that resolution due to the future maintenance overhead. |
Happy to help wherever I can. However the Prusa Devs have to review it first. |
This issue has been flagged as stale because it has been open for 60 days with no activity. The issue will be closed in 7 days unless someone removes the "stale" label or adds a comment. |
This is scheduled for next minor (not patch) version of the firmware. |
so, it's fixed by f691187 |
New version of the firmware 6.1.2 should contain the fix, can you test that? |
Please, before you create a new bug report, please make sure you searched in open and closed issues and couldn't find anything that matches.
Printer type - MK3.9
Printer firmware version - 5.1.2+13478
Original or Custom firmware - Original
Optional upgrades - E3d Revo heater and nozzle
USB drive or USB/Octoprint
Flash drive
Describe the bug
When trying to print gcode sliced for a MK3 printer the MK3.9 tells me that it will run in "MK3-compatibility mode".
However, G90 resets the extruder to absolute positioning, which does not happen on MK3 resulting in a failed purge line.
How to reproduce
Print the attached G-code on a MK3.9 or MK4 printer.
Accept the compatibility warning stating that the file will be run in MK3-compatibility mode.
During printing of the purge line, only half will be printed followed by a 21 mm retraction of the filament - causing a failed first layer of the print.
Expected behavior
G90 in MK3-compatibility mode behaves the same as G90 on a MK3 printer - not resetting the Extruder stepping mode.
G-code
https://drive.google.com/file/d/172TxwGLs-DS_bLN3n-HEgjLDg-ojv_xd/view?usp=sharing
Crash dump file
N/A
Video
N/A
The text was updated successfully, but these errors were encountered: