Followup to "optimize common strings"
This commit is contained in:
parent
b24b0f385f
commit
83a4e8559c
|
@ -103,7 +103,6 @@ void GcodeSuite::M290() {
|
||||||
|
|
||||||
#if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
|
#if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
|
||||||
{
|
{
|
||||||
#error "Hey!"
|
|
||||||
SERIAL_ECHOLNPAIR_P(
|
SERIAL_ECHOLNPAIR_P(
|
||||||
PSTR("Hotend "), int(active_extruder)
|
PSTR("Hotend "), int(active_extruder)
|
||||||
#if ENABLED(BABYSTEP_XY)
|
#if ENABLED(BABYSTEP_XY)
|
||||||
|
|
Loading…
Reference in a new issue