Explorar el Código

Clean up some pre-serial-redirect includes

Scott Lahteine hace 6 años
padre
commit
3f36a38512

+ 0
- 4
Marlin/src/gcode/config/M217.cpp Ver fichero

27
 #include "../gcode.h"
27
 #include "../gcode.h"
28
 #include "../../module/tool_change.h"
28
 #include "../../module/tool_change.h"
29
 
29
 
30
-#if NUM_SERIAL > 1
31
-  #include "../../gcode/queue.h"
32
-#endif
33
-
34
 void M217_report(const bool eeprom=false) {
30
 void M217_report(const bool eeprom=false) {
35
 
31
 
36
   #if ENABLED(TOOLCHANGE_FILAMENT_SWAP)
32
   #if ENABLED(TOOLCHANGE_FILAMENT_SWAP)

+ 0
- 4
Marlin/src/gcode/eeprom/M500-M504.cpp Ver fichero

29
   #include "../../lcd/extensible_ui/ui_api.h"
29
   #include "../../lcd/extensible_ui/ui_api.h"
30
 #endif
30
 #endif
31
 
31
 
32
-#if NUM_SERIAL > 1
33
-  #include "../../gcode/queue.h"
34
-#endif
35
-
36
 /**
32
 /**
37
  * M500: Store settings in EEPROM
33
  * M500: Store settings in EEPROM
38
  */
34
  */

+ 0
- 4
Marlin/src/gcode/host/M115.cpp Ver fichero

23
 #include "../gcode.h"
23
 #include "../gcode.h"
24
 #include "../../inc/MarlinConfig.h"
24
 #include "../../inc/MarlinConfig.h"
25
 
25
 
26
-#if NUM_SERIAL > 1
27
-  #include "../../gcode/queue.h"
28
-#endif
29
-
30
 #if ENABLED(EXTENDED_CAPABILITIES_REPORT)
26
 #if ENABLED(EXTENDED_CAPABILITIES_REPORT)
31
   static void cap_line(PGM_P const name, bool ena=false) {
27
   static void cap_line(PGM_P const name, bool ena=false) {
32
     SERIAL_ECHOPGM("Cap:");
28
     SERIAL_ECHOPGM("Cap:");

+ 0
- 4
Marlin/src/gcode/stats/M31.cpp Ver fichero

26
 #include "../../libs/duration_t.h"
26
 #include "../../libs/duration_t.h"
27
 #include "../../lcd/ultralcd.h"
27
 #include "../../lcd/ultralcd.h"
28
 
28
 
29
-#if NUM_SERIAL > 1
30
-  #include "../../gcode/queue.h"
31
-#endif
32
-
33
 /**
29
 /**
34
  * M31: Get the time since the start of SD Print (or last M109)
30
  * M31: Get the time since the start of SD Print (or last M109)
35
  */
31
  */

+ 0
- 4
Marlin/src/gcode/temperature/M105.cpp Ver fichero

23
 #include "../gcode.h"
23
 #include "../gcode.h"
24
 #include "../../module/temperature.h"
24
 #include "../../module/temperature.h"
25
 
25
 
26
-#if NUM_SERIAL > 1
27
-  #include "../../gcode/queue.h"
28
-#endif
29
-
30
 /**
26
 /**
31
  * M105: Read hot end and bed temperature
27
  * M105: Read hot end and bed temperature
32
  */
28
  */

Loading…
Cancelar
Guardar