See #17604
@ -81,11 +81,9 @@
#ifdef CUSTOM_MACHINE_NAME
#undef MACHINE_NAME
#define MACHINE_NAME CUSTOM_MACHINE_NAME
#else
#ifdef DEFAULT_MACHINE_NAME
#elif defined(DEFAULT_MACHINE_NAME)
#define MACHINE_NAME DEFAULT_MACHINE_NAME
#endif
#ifndef MACHINE_UUID
@ -21,7 +21,7 @@
*/
#include "serial.h"
#include "language.h"
#include "../inc/MarlinConfig.h"
uint8_t marlin_debug_flags = MARLIN_DEBUG_NONE;
@ -53,7 +53,6 @@
#include "../lcd/extui/ui_api.h"
#include "../core/language.h"
#include "../lcd/ultralcd.h"
#if HAS_BUZZER
@ -24,7 +24,6 @@
#if SAVED_POSITIONS
#include "../../../core/language.h"
#include "../../gcode.h"
#include "../../../module/motion.h"
#include "../../../module/planner.h"
@ -28,8 +28,8 @@
#if HAS_SPI_LCD
#include "lcdprint.h"
/**
* lcd_put_u8str_ind_P
@ -51,7 +51,6 @@
#include "stepper.h"
#include "temperature.h"
#include "../libs/vector_3.h" // for matrix_3x3
#include "../gcode/gcode.h"
#include "../MarlinCore.h"
@ -67,7 +67,6 @@
#include "motion.h"
#include "../gcode/parser.h"
@ -36,7 +36,6 @@
#include "../gcode/queue.h"
// See the meaning in the documentation of cubic_b_spline().
@ -97,7 +97,6 @@ Stepper stepper; // Singleton
#include "../sd/cardreader.h"
@ -30,7 +30,6 @@
#include "planner.h"
#include "../HAL/shared/Delay.h"
#if ENABLED(EXTENSIBLE_UI)
#include "../module/planner.h" // for synchronize
#include "../module/printcounter.h"
#include "../module/configuration_store.h"