From 6731c094ee8d30e14e16fd8a60aded31e1324727 Mon Sep 17 00:00:00 2001 From: daid303 Date: Wed, 12 Dec 2012 11:32:33 +0100 Subject: [PATCH] Fix compiling with just an 16x2 LCD and no buttons. --- Marlin/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 194e47591..169735e23 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -835,7 +835,7 @@ void process_commands() { switch( (int)code_value() ) { -#ifdef ULTRA_LCD +#ifdef ULTIPANEL case 0: // M0 - Unconditional stop - Wait for user button press on LCD case 1: // M1 - Conditional stop - Wait for user button press on LCD {