🎨 Misc. adjustments, spacing

This commit is contained in:
Scott Lahteine
2022-04-03 16:50:39 -05:00
committed by Scott Lahteine
parent 70ea0e7c34
commit 2dc4c642e7
8 changed files with 50 additions and 44 deletions

View File

@ -22,7 +22,7 @@
#include "../../inc/MarlinConfig.h"
#if ENABLED(HOST_PROMPT_SUPPORT) && DISABLED(EMERGENCY_PARSER)
#if HAS_GCODE_M876
#include "../../feature/host_actions.h"
#include "../gcode.h"
@ -37,4 +37,4 @@ void GcodeSuite::M876() {
}
#endif // HOST_PROMPT_SUPPORT && !EMERGENCY_PARSER
#endif // HAS_GCODE_M876