whitespace
This commit is contained in:
parent
e59192b9ea
commit
e250f6a275
|
@ -217,7 +217,7 @@ void GCodeParser::parse(char *p) {
|
||||||
|
|
||||||
#if ENABLED(GCODE_MOTION_MODES)
|
#if ENABLED(GCODE_MOTION_MODES)
|
||||||
#if ENABLED(ARC_SUPPORT)
|
#if ENABLED(ARC_SUPPORT)
|
||||||
case 'I' ... 'J':
|
case 'I' ... 'J':
|
||||||
if (motion_mode_codenum != 2 && motion_mode_codenum != 3) return;
|
if (motion_mode_codenum != 2 && motion_mode_codenum != 3) return;
|
||||||
#endif
|
#endif
|
||||||
case 'Q':
|
case 'Q':
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#define USES_LIQUIDTWI2
|
#define USES_LIQUIDTWI2
|
||||||
#elif ENABLED(LCD_I2C_TYPE_PCA8574)
|
#elif ENABLED(LCD_I2C_TYPE_PCA8574)
|
||||||
#define USES_LIQUIDCRYSTAL_I2C
|
#define USES_LIQUIDCRYSTAL_I2C
|
||||||
#elif ANY(HAS_MARLINUI_HD44780, LCD_I2C_TYPE_PCF8575, SR_LCD_2W_NL , LCM1602)
|
#elif ANY(HAS_MARLINUI_HD44780, LCD_I2C_TYPE_PCF8575, SR_LCD_2W_NL, LCM1602)
|
||||||
#define USES_LIQUIDCRYSTAL
|
#define USES_LIQUIDCRYSTAL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue