mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-29 02:40:41 -07:00
🎨 #include cleanup
This commit is contained in:
parent
1f61b743a6
commit
22182d9a98
11 changed files with 4 additions and 24 deletions
|
|
@ -21,11 +21,12 @@
|
|||
*/
|
||||
#ifdef ARDUINO_ARCH_ESP32
|
||||
|
||||
#include "../../core/serial.h"
|
||||
#include "../../inc/MarlinConfigPre.h"
|
||||
|
||||
#if ENABLED(WIFISUPPORT)
|
||||
|
||||
#include "../../core/serial.h"
|
||||
|
||||
#include <WiFi.h>
|
||||
#include <ESPmDNS.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "../../inc/MarlinConfig.h"
|
||||
|
||||
#include "../../core/macros.h"
|
||||
#include "../shared/Marduino.h"
|
||||
#include "../shared/math_32bit.h"
|
||||
#include "../shared/HAL_SPI.h"
|
||||
|
|
@ -39,8 +38,6 @@
|
|||
#include "timers.h"
|
||||
#include "MarlinSerial.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
//
|
||||
// Serial Ports
|
||||
//
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@
|
|||
|
||||
Mixer mixer;
|
||||
|
||||
#ifdef MIXER_NORMALIZER_DEBUG
|
||||
#include "../core/serial.h"
|
||||
#endif
|
||||
|
||||
// Used up to Planner level
|
||||
uint_fast8_t Mixer::selected_vtool = 0;
|
||||
float Mixer::collector[MIXING_STEPPERS]; // mix proportion. 0.0 = off, otherwise <= COLOR_A_MASK.
|
||||
|
|
|
|||
|
|
@ -28,8 +28,9 @@
|
|||
|
||||
#if ENABLED(POWER_LOSS_RECOVERY)
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
#include "powerloss.h"
|
||||
#include "../core/macros.h"
|
||||
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
#include "../lcd/extui/ui_api.h"
|
||||
|
|
@ -60,7 +61,6 @@ uint32_t PrintJobRecovery::cmd_sdpos, // = 0
|
|||
#include "../module/planner.h"
|
||||
#include "../module/printcounter.h"
|
||||
#include "../module/temperature.h"
|
||||
#include "../core/serial.h"
|
||||
|
||||
#if HOMING_Z_WITH_PROBE
|
||||
#include "../module/probe.h"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include "../gcode.h"
|
||||
#include "../../module/settings.h"
|
||||
#include "../../core/serial.h"
|
||||
#include "../../inc/MarlinConfig.h"
|
||||
|
||||
#if ENABLED(CONFIGURATION_EMBEDDING)
|
||||
|
|
|
|||
|
|
@ -29,10 +29,6 @@
|
|||
#include "../../module/probe.h"
|
||||
#include "../../module/planner.h"
|
||||
|
||||
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
|
||||
#include "../../core/serial.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(MESH_BED_LEVELING)
|
||||
#include "../../feature/bedlevel/bedlevel.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
|
||||
#include "../gcode.h"
|
||||
#include "../../core/serial.h"
|
||||
#include "../../module/printcounter.h"
|
||||
#include "../../libs/duration_t.h"
|
||||
#include "../../lcd/marlinui.h"
|
||||
|
|
|
|||
|
|
@ -51,8 +51,6 @@
|
|||
#include "../../../sd/cardreader.h"
|
||||
|
||||
#include "../../../MarlinCore.h"
|
||||
#include "../../../core/serial.h"
|
||||
#include "../../../core/macros.h"
|
||||
#include "../../../gcode/queue.h"
|
||||
|
||||
#include "../../../module/temperature.h"
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@
|
|||
#include "../../marlinui.h"
|
||||
#include "../../extui/ui_api.h"
|
||||
#include "../../../MarlinCore.h"
|
||||
#include "../../../core/serial.h"
|
||||
#include "../../../core/macros.h"
|
||||
#include "../../../module/temperature.h"
|
||||
#include "../../../module/printcounter.h"
|
||||
#include "../../../module/motion.h"
|
||||
|
|
|
|||
|
|
@ -39,8 +39,6 @@ RTS rts;
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "../../MarlinCore.h"
|
||||
#include "../../core/serial.h"
|
||||
#include "../../core/macros.h"
|
||||
#include "../../sd/cardreader.h"
|
||||
#include "../../module/temperature.h"
|
||||
#include "../../module/planner.h"
|
||||
|
|
@ -56,7 +54,6 @@ RTS rts;
|
|||
#include "../../gcode/queue.h"
|
||||
#include "../../gcode/gcode.h"
|
||||
#include "../marlinui.h"
|
||||
//#include "../utf8.h"
|
||||
#include "../../libs/BL24CXX.h"
|
||||
|
||||
#if ENABLED(FIX_MOUNTED_PROBE)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#if NEED_HEX_PRINT
|
||||
|
||||
#include "hex_print.h"
|
||||
#include "../core/serial.h"
|
||||
|
||||
static char _hex[] = "0x00000000"; // 0:adr32 2:long 4:adr16 6:word 8:byte
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue