From 83a4e8559ce30e96f9d910f3f0e215efa5dfc5e6 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 30 Nov 2019 08:17:51 -0600 Subject: [PATCH] Followup to "optimize common strings" --- Marlin/src/gcode/motion/M290.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/src/gcode/motion/M290.cpp b/Marlin/src/gcode/motion/M290.cpp index 2333e1ac0b..e5b5b7e76d 100644 --- a/Marlin/src/gcode/motion/M290.cpp +++ b/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)