-
Notifications
You must be signed in to change notification settings - Fork 3
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
[QUESTION] M900 vs. M572 - Prusa MK3.5 Firmware 6.0.3 #20
Comments
This may have changed recently. M900 is the original GCode for pressure advance on the 8bit boards and M572 is the gcode on the new 32bit. You can see how this used to work in this thread: https://forum.prusa3d.com/forum/general-software-discussion/m900-vs-m572/ In Prusa Slicer 2.8 I see this:
|
Thank you for taking the time to reply @garethky! The MK3.5 is definitely the new 32 bit board, not the 8bit board. I believe the MK3.5 firmware is more closely related to the MK4 than the MK3S+. I see the same filament start g-code in Prusa Slicer 2.8.0. I interpret them as follows: This if statement is true if the printer notes DO NOT contain MK3.5 or MINIIS.
This statement is true if the printer notes contain MINIIS
This statement is true if the printer notes contain MK3.5
If my interpretation is correct, the 3rd if statement would be the only one resolving as true for the MK3.5. This uses the M572 S values & corresponds with what I see in the gcode generated by Prusa Slicer. Let me know if I can provide any additional info. I'm happy to run commands against my MK3.5 if that would be helpful. |
The MK3.5 is, for sure, the 8 bit board. I cant find where its firmware handles gcode: https://github.com/prusa3d/Prusa-Firmware In the 32dbit firmware the M900 command has been re-wired to just call M572: |
I must respectively disagree with you about which board is in the MK3.5. I recently upgraded my MK3S+ to the MK3.5 & the board was one of the components replaced. The MK3.5 has the full color display with touch controls. In the 1st link you posted, note the list of printers that firmware supports. It does not include the MK3.5 nor MK3.9.
The xBuddy firmware is what is on the MK3.5 https://github.com/prusa3d/Prusa-Firmware-Buddy. While the readme on that page does not included the MK3.5, I believe that is simply an oversight. The MK3.5 is mentioned in the latest release 6.0.3 https://github.com/prusa3d/Prusa-Firmware-Buddy/releases/tag/v6.0.3. The MK3.5 is also listed as using the Buddy firmware on the Prusa download page https://help.prusa3d.com/downloads. The Buddy firmware 6.0.3 is used on the MK4, MK3.9, MK3.5, MINI & XL per the firmware release notes. Below is a photo of the system info screen from my Mk3.5. Let me know if there is additional info I may provide. |
I would also note the credits of the buddy firmware readme.md https://github.com/prusa3d/Prusa-Firmware-Buddy/blob/master/README.md
This indicates to me that the bulk of the buddy firmware is marlin, but the input shaper code is based upon Klipper which uses M572. |
Sorry this took so long to fix. Live has been really busy. I also wanted to really think this through and write tests for it so the next printer/upgrade they launch doesn't get the wrong value. |
This change identifies the legacy model numbers associated with the marlin2 (meaning the 32bit buddy firmware) before version 5.0. This change assume all subsequent model numbers will have support for M572 Pressure Advance
Please give the fix a go |
Thanks so much for the update! I have also been busy with other things but hope to get back to the printer soon. I'll give this a test ASAP & let you know how it goes. |
Hello,
Thank you for creating & sharing this! I generated a calibration gcode file for the Prusa MK3.5 and it appears to be incrementing the M900 K values. The default MK3.5 printer & PETG filament profiles in Prusa Slicer 2.8.0 do not use M900 K values. The default profiles are setting M572 S values instead. This makes me think the calibration gcode cannot be used to calibrate the Pressure/Linear Advance for the MK3.5. Please correct me if my understanding is inaccurate.
The calibration generator at https://garethky.github.io/PrusaSlicerPressureAdvanceCalibration/ shows:
It looks like the calibration generator is recognizing the printer as a MK3.5 but may not be using the correct gcode_flavor, or Prusa's variant of it.
Is there a way to generate the test gcode to calibrate pressure advance using M572 instead of M900?
The .zip contains the sliced test stl .bgcode from Prusa Slicer & converted .gcode from the generator website.
PA-Test_MK3.5_Prusament PETG @0.6 nozzle - KTC_PA_0.025-to-0.1.zip
The text was updated successfully, but these errors were encountered: