whitespace

This commit is contained in:
Scott Lahteine
2021-04-25 17:17:02 -05:00
parent e59192b9ea
commit e250f6a275
2 changed files with 2 additions and 2 deletions

View File

@ -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':