Browse Source

Fix compiling with just an 16x2 LCD and no buttons.

pull/1/head
daid303 12 years ago
parent
commit
6731c094ee
  1. 2
      Marlin/Marlin_main.cpp

2
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
{

Loading…
Cancel
Save