Browse Source

Spelling fix

pull/1/head
Roxy-3D 8 years ago
parent
commit
1d58558bec
  1. 4
      Marlin/UBL_G29.cpp

4
Marlin/UBL_G29.cpp

@ -504,8 +504,8 @@
break; break;
case 10: case 10:
UBL_has_control_of_LCD_Panel++; // Debug code... Pan no attention to this stuff UBL_has_control_of_LCD_Panel++; // Debug code... Pay no attention to this stuff
SERIAL_ECHO_START; SERIAL_ECHO_START; // it can be removed soon.
SERIAL_ECHOPGM("Checking G29 has control of LCD Panel:\n"); SERIAL_ECHOPGM("Checking G29 has control of LCD Panel:\n");
while(!G29_lcd_clicked()) { while(!G29_lcd_clicked()) {
idle(); idle();

Loading…
Cancel
Save