Browse Source

Followup to "optimize common strings"

Scott Lahteine 4 years ago
parent
commit
83a4e8559c
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/gcode/motion/M290.cpp

+ 0
- 1
Marlin/src/gcode/motion/M290.cpp View File

103
 
103
 
104
     #if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
104
     #if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
105
     {
105
     {
106
-      #error "Hey!"
107
       SERIAL_ECHOLNPAIR_P(
106
       SERIAL_ECHOLNPAIR_P(
108
         PSTR("Hotend "), int(active_extruder)
107
         PSTR("Hotend "), int(active_extruder)
109
         #if ENABLED(BABYSTEP_XY)
108
         #if ENABLED(BABYSTEP_XY)

Loading…
Cancel
Save