Browse Source

Followup to "optimize common strings"

pull/1/head
Scott Lahteine 5 years ago
parent
commit
83a4e8559c
  1. 1
      Marlin/src/gcode/motion/M290.cpp

1
Marlin/src/gcode/motion/M290.cpp

@ -103,7 +103,6 @@ void GcodeSuite::M290() {
#if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
{
#error "Hey!"
SERIAL_ECHOLNPAIR_P(
PSTR("Hotend "), int(active_extruder)
#if ENABLED(BABYSTEP_XY)

Loading…
Cancel
Save