Sfoglia il codice sorgente

Followup to "optimize common strings"

Scott Lahteine 4 anni fa
parent
commit
83a4e8559c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      Marlin/src/gcode/motion/M290.cpp

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

@@ -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…
Annulla
Salva