-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
add gcode M820 to display the macros over serial #27458
Conversation
where is updated Marlin/src/gcode/gcode.cpp ? |
Sorry, I forgot to pull that change into this branch. |
SERIAL_PRINT is not available on all platforms |
Sorry, I don't have all the platforms. What do you recommend? |
The current CI error is not related to anything you did. That is waiting on MarlinFirmware/Configurations#1109 |
Co-authored-by: Scott Lahteine <[email protected]>
Co-authored-by: Scott Lahteine <[email protected]>
Description
Added M820 command to display all the macros over the serial.
Requirements
No
Benefits
It allows to view the defined macros for debugging or for saving purposes.