Explorar el Código

Followup to "optimize common strings"

Scott Lahteine hace 4 años
padre
commit
83a4e8559c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      Marlin/src/gcode/motion/M290.cpp

+ 0
- 1
Marlin/src/gcode/motion/M290.cpp Ver fichero

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

Loading…
Cancelar
Guardar