Marlin icon indicating copy to clipboard operation
Marlin copied to clipboard

add gcode M820 to display the macros over serial

Open fmuntean opened this issue 1 year ago • 5 comments

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.

fmuntean avatar Oct 05 '24 19:10 fmuntean

where is updated Marlin/src/gcode/gcode.cpp ?

ellensp avatar Oct 07 '24 12:10 ellensp

where is updated Marlin/src/gcode/gcode.cpp ?

Sorry, I forgot to pull that change into this branch.

fmuntean avatar Oct 10 '24 01:10 fmuntean

SERIAL_PRINT is not available on all platforms

ellensp avatar Oct 10 '24 01:10 ellensp

SERIAL_PRINT is not available on all platforms

Sorry, I don't have all the platforms. What do you recommend?

fmuntean avatar Oct 11 '24 11:10 fmuntean

The current CI error is not related to anything you did. That is waiting on https://github.com/MarlinFirmware/Configurations/pull/1109

ellensp avatar Oct 11 '24 12:10 ellensp