Browse Source

whitespace

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
committed by Scott Lahteine
parent
commit
0fb606fa0a
  1. 2
      Marlin/src/gcode/parser.cpp
  2. 2
      buildroot/share/PlatformIO/scripts/common-dependencies.h

2
Marlin/src/gcode/parser.cpp

@ -217,7 +217,7 @@ void GCodeParser::parse(char *p) {
#if ENABLED(GCODE_MOTION_MODES)
#if ENABLED(ARC_SUPPORT)
case 'I' ... 'J':
case 'I' ... 'J':
if (motion_mode_codenum != 2 && motion_mode_codenum != 3) return;
#endif
case 'Q':

2
buildroot/share/PlatformIO/scripts/common-dependencies.h

@ -37,7 +37,7 @@
#define USES_LIQUIDTWI2
#elif ENABLED(LCD_I2C_TYPE_PCA8574)
#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
#endif

Loading…
Cancel
Save