mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-09 20:37:03 -06:00
Update gcode.h
This commit is contained in:
parent
389a4d3a18
commit
535134b72c
1 changed files with 3 additions and 2 deletions
|
|
@ -1124,11 +1124,12 @@ private:
|
|||
static void M493_report(const bool forReplay=true);
|
||||
static void M494();
|
||||
static void M494_report(const bool forReplay=true);
|
||||
#if ENABLED(RESONANCE_TEST)
|
||||
#endif
|
||||
|
||||
#if ENABLED(RESONANCE_TEST)
|
||||
static void M495();
|
||||
static void M495_report(const bool forReplay=true);
|
||||
static void M496();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static void M500();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue