Skip to content
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

Closed
dexter323i opened this issue Nov 24, 2019 · 8 comments
Closed

Unknown Command popups (Prusa Slicer) #185

dexter323i opened this issue Nov 24, 2019 · 8 comments

Comments

@dexter323i
Copy link

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

20191124_223559
20191124_223411

@bigtreetech
Copy link
Owner

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 LCD_SET_PROGRESS_MANUALLY in Marlin's Configuration_adv.h to support this command, or disable this commad in your slicer

@guruathwal
Copy link
Contributor

M73 is used to set the progress bar value like this M73 P12 to set at 12%. There are extra variables in your g code file for M73 command which are not compatible with marin firmware.
You need to check your slicer setting and gcode file.

@dexter323i
Copy link
Author

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.

@guruathwal
Copy link
Contributor

guruathwal commented Nov 25, 2019

@dexter323i Disabling the notification in TFT will not disable it in printer.
you can disable the M73 command in prusa slicer
make sure Supports remaining times is unchecked in prusa slicer settings as below:

Annotation 2019-11-25 182423

@dexter323i
Copy link
Author

@guruathwal thank you so much! This checkbox solved the issue!

@thisiskeithb
Copy link
Contributor

M73 R support was added to Marlin 15 days ago: MarlinFirmware/Marlin#15549

Marlin’s documentation needs a refresh, so it’s not listed.

@MBlackmagic
Copy link

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.
https://github.com/MBlackmagic/M73ex/tree/main

Copy link

github-actions bot commented Apr 1, 2024

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.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants