-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unknown Command popups (Prusa Slicer) #185
Comments
hi, according to http://marlinfw.org/docs/gcode/M073.html, M73 is a set current print progress percentage for LCD(LCD12864/LCD2004 etc...) manually, it's useless for touch screen,You can enable |
M73 is used to set the progress bar value like this |
Okay, I accept M73 P__ is the standard format, and Q R S are Prusa specific, not standard parameters. But can you modify the FW, not popping up this window? Hide the error, that's all. This could solve the issue. I guess Marlin 2.0 FW does not now this advanced feature also, but the factory Ender 3 display not pops up errors. Just steps over it. |
@dexter323i Disabling the notification in TFT will not disable it in printer. |
@guruathwal thank you so much! This checkbox solved the issue! |
Marlin’s documentation needs a refresh, so it’s not listed. |
I have written a python script and a windows droplet for this purpose. You can drop your gcode file onto the M73exDroplett and it removes all M73. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The display is TFT35 V3.0, latest FW. I use Prusa Slicer. I printed from Display SD port, and during the print, it kept popping up messages telling echo: Unknown command. Two examples:
"M73 P58 R3" ok
"M73 Q30 S5" ok
The text was updated successfully, but these errors were encountered: