Fix comment in M115 code

This commit is contained in:
Scott Lahteine 2017-06-28 13:08:33 -05:00 committed by GitHub
parent 5c1888467f
commit bb0508b6cf

View File

@ -7957,7 +7957,7 @@ inline void gcode_M115() {
SERIAL_PROTOCOLLNPGM("Cap:LEVELING_DATA:0");
#endif
// SOFTWARE_POWER (G30)
// SOFTWARE_POWER (M80, M81)
#if HAS_POWER_SWITCH
SERIAL_PROTOCOLLNPGM("Cap:SOFTWARE_POWER:1");
#else