Update gcode.cpp
This commit is contained in:
parent
a658880332
commit
0153bf8c14
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ uint8_t GcodeSuite::axis_relative = (
|
|||
|
||||
#if EITHER(HAS_AUTO_REPORTING, HOST_KEEPALIVE_FEATURE)
|
||||
bool GcodeSuite::autoreport_paused; // = false
|
||||
bool GcodeSuite::autoreport_position; // = false /new/
|
||||
bool GcodeSuite::autoreport_position; // = false
|
||||
#endif
|
||||
|
||||
#if ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue