mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-31 20:00:45 -07:00
Cleanup warnings
This commit is contained in:
parent
6904561fd5
commit
0cb00f52d9
22 changed files with 238 additions and 224 deletions
|
|
@ -36,6 +36,10 @@ GcodeSuite gcode;
|
|||
#include "../module/printcounter.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(DIRECT_MIXING_IN_G1)
|
||||
#include "../feature/mixing.h"
|
||||
#endif
|
||||
|
||||
#include "../Marlin.h" // for idle()
|
||||
|
||||
uint8_t GcodeSuite::target_extruder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue