Tweak M211
This commit is contained in:
parent
b9303b5577
commit
61620cbd15
@ -30,12 +30,11 @@
|
|||||||
*/
|
*/
|
||||||
void GcodeSuite::M211() {
|
void GcodeSuite::M211() {
|
||||||
SERIAL_ECHO_START();
|
SERIAL_ECHO_START();
|
||||||
|
SERIAL_ECHOPGM(MSG_SOFT_ENDSTOPS);
|
||||||
#if HAS_SOFTWARE_ENDSTOPS
|
#if HAS_SOFTWARE_ENDSTOPS
|
||||||
if (parser.seen('S')) soft_endstops_enabled = parser.value_bool();
|
if (parser.seen('S')) soft_endstops_enabled = parser.value_bool();
|
||||||
SERIAL_ECHOPGM(MSG_SOFT_ENDSTOPS);
|
|
||||||
serialprintPGM(soft_endstops_enabled ? PSTR(MSG_ON) : PSTR(MSG_OFF));
|
serialprintPGM(soft_endstops_enabled ? PSTR(MSG_ON) : PSTR(MSG_OFF));
|
||||||
#else
|
#else
|
||||||
SERIAL_ECHOPGM(MSG_SOFT_ENDSTOPS);
|
|
||||||
SERIAL_ECHOPGM(MSG_OFF);
|
SERIAL_ECHOPGM(MSG_OFF);
|
||||||
#endif
|
#endif
|
||||||
SERIAL_ECHOPGM(MSG_SOFT_MIN);
|
SERIAL_ECHOPGM(MSG_SOFT_MIN);
|
||||||
|
Loading…
Reference in New Issue
Block a user