diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2aba517c96d0..22b51f5d5be3 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1736,7 +1736,7 @@ #endif // Homing speeds (mm/min) -#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (4*60) } // had XY 80*60, Z 20*60 +#define HOMING_FEEDRATE_MM_M { (50*60), (50*60), (4*60) } // Validate that endstops are triggered on homing moves #define VALIDATE_HOMING_ENDSTOPS @@ -2570,11 +2570,6 @@ #define USE_MKS_GREEN_UI #endif -// -// CR-6 OEM touch screen. A DWIN display with touch. -// -//#define DGUS_LCD_UI_CREALITY_TOUCH - // // Touch-screen LCD for Malyan M200/M300 printers // diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index a6ac581cccff..2767b7de40bf 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -3998,13 +3998,6 @@ #define MAC_ADDRESS { 0xDE, 0xAD, 0xBE, 0xEF, 0xF0, 0x0D } // A MAC address unique to your network #endif -/** - * Ethernet. Use M552 to enable and set the IP address. - */ -#if HAS_ETHERNET - #define MAC_ADDRESS { 0xDE, 0xAD, 0xBE, 0xEF, 0xF0, 0x0D } // A MAC address unique to your network -#endif - /** * WiFi Support (Espressif ESP32 WiFi) */