diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index 19410a9d92..722b4bc6df 100644 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -1629,13 +1629,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h index f3d1ca27fb..7e86b9c121 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/ADIMLab/Gantry v1/Configuration_adv.h b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h index 53145b517f..d038bb86c7 100644 --- a/config/examples/ADIMLab/Gantry v1/Configuration_adv.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/ADIMLab/Gantry v2/Configuration_adv.h b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h index 818d4be395..6549e9cebb 100644 --- a/config/examples/ADIMLab/Gantry v2/Configuration_adv.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Alfawise/U20-bltouch/Configuration_adv.h b/config/examples/Alfawise/U20-bltouch/Configuration_adv.h index b9e67b0dc3..025dacabe4 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration_adv.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration_adv.h @@ -1639,13 +1639,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Alfawise/U20/Configuration_adv.h b/config/examples/Alfawise/U20/Configuration_adv.h index 1ea95a5ed5..62156a7ce1 100644 --- a/config/examples/Alfawise/U20/Configuration_adv.h +++ b/config/examples/Alfawise/U20/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AliExpress/CL-260/Configuration_adv.h b/config/examples/AliExpress/CL-260/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/AliExpress/CL-260/Configuration_adv.h +++ b/config/examples/AliExpress/CL-260/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AliExpress/UM2pExt/Configuration_adv.h b/config/examples/AliExpress/UM2pExt/Configuration_adv.h index b4fda79e12..791a85fd43 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration_adv.h +++ b/config/examples/AliExpress/UM2pExt/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/A2/Configuration_adv.h b/config/examples/Anet/A2/Configuration_adv.h index 2bd8a21703..54c6f06843 100644 --- a/config/examples/Anet/A2/Configuration_adv.h +++ b/config/examples/Anet/A2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/A2plus/Configuration_adv.h b/config/examples/Anet/A2plus/Configuration_adv.h index 2bd8a21703..54c6f06843 100644 --- a/config/examples/Anet/A2plus/Configuration_adv.h +++ b/config/examples/Anet/A2plus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/A6/Configuration_adv.h b/config/examples/Anet/A6/Configuration_adv.h index f94b1e5406..6f2c6ceb10 100644 --- a/config/examples/Anet/A6/Configuration_adv.h +++ b/config/examples/Anet/A6/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/A8/Configuration_adv.h b/config/examples/Anet/A8/Configuration_adv.h index 6aec4c28e5..774cbc3bac 100644 --- a/config/examples/Anet/A8/Configuration_adv.h +++ b/config/examples/Anet/A8/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/A8plus/Configuration_adv.h b/config/examples/Anet/A8plus/Configuration_adv.h index e2e6a8d995..11f950739a 100644 --- a/config/examples/Anet/A8plus/Configuration_adv.h +++ b/config/examples/Anet/A8plus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/A9/Configuration_adv.h b/config/examples/Anet/A9/Configuration_adv.h index 7589777a22..d81293efc5 100644 --- a/config/examples/Anet/A9/Configuration_adv.h +++ b/config/examples/Anet/A9/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/E10/Configuration_adv.h b/config/examples/Anet/E10/Configuration_adv.h index 266ae812a1..5183d398a2 100644 --- a/config/examples/Anet/E10/Configuration_adv.h +++ b/config/examples/Anet/E10/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h b/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h index fc857eb6f7..552de4de32 100644 --- a/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h +++ b/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/E16/Stock/Configuration_adv.h b/config/examples/Anet/E16/Stock/Configuration_adv.h index ee4772daad..72d429c6c2 100644 --- a/config/examples/Anet/E16/Stock/Configuration_adv.h +++ b/config/examples/Anet/E16/Stock/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET4+/Configuration_adv.h b/config/examples/Anet/ET4+/Configuration_adv.h index 4707a33afc..bf3b4bd93f 100644 --- a/config/examples/Anet/ET4+/Configuration_adv.h +++ b/config/examples/Anet/ET4+/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET4-Pro/Configuration_adv.h b/config/examples/Anet/ET4-Pro/Configuration_adv.h index 4707a33afc..bf3b4bd93f 100644 --- a/config/examples/Anet/ET4-Pro/Configuration_adv.h +++ b/config/examples/Anet/ET4-Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET4/Configuration_adv.h b/config/examples/Anet/ET4/Configuration_adv.h index b0252978ab..3e0e827925 100644 --- a/config/examples/Anet/ET4/Configuration_adv.h +++ b/config/examples/Anet/ET4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET4X/Configuration_adv.h b/config/examples/Anet/ET4X/Configuration_adv.h index b0252978ab..3e0e827925 100644 --- a/config/examples/Anet/ET4X/Configuration_adv.h +++ b/config/examples/Anet/ET4X/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET5-Pro/Configuration_adv.h b/config/examples/Anet/ET5-Pro/Configuration_adv.h index 30297f8bd5..0b4ba510b0 100644 --- a/config/examples/Anet/ET5-Pro/Configuration_adv.h +++ b/config/examples/Anet/ET5-Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET5/Configuration_adv.h b/config/examples/Anet/ET5/Configuration_adv.h index 30297f8bd5..0b4ba510b0 100644 --- a/config/examples/Anet/ET5/Configuration_adv.h +++ b/config/examples/Anet/ET5/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Anet/ET5X/Configuration_adv.h b/config/examples/Anet/ET5X/Configuration_adv.h index 30297f8bd5..0b4ba510b0 100644 --- a/config/examples/Anet/ET5X/Configuration_adv.h +++ b/config/examples/Anet/ET5X/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/Chiron/Configuration_adv.h b/config/examples/AnyCubic/Chiron/Configuration_adv.h index 46c5cb4756..5b2a6fa46c 100644 --- a/config/examples/AnyCubic/Chiron/Configuration_adv.h +++ b/config/examples/AnyCubic/Chiron/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h index abde2e1e44..7acd03f279 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h index 097aaf7f3e..49b65ec34d 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h index 6c52fb456b..6e1b2ffc74 100644 --- a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/Vyper/Configuration_adv.h b/config/examples/AnyCubic/Vyper/Configuration_adv.h index 8826022800..e8271bc707 100644 --- a/config/examples/AnyCubic/Vyper/Configuration_adv.h +++ b/config/examples/AnyCubic/Vyper/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h index cdff84bf4e..89e5ae647d 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla AVR/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h index 3e9bc66cb9..c471085751 100644 --- a/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h +++ b/config/examples/AnyCubic/i3 Mega/Trigorilla Pro STM32/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/AnyCubic/i3/Configuration_adv.h b/config/examples/AnyCubic/i3/Configuration_adv.h index 523354569b..4054de9121 100644 --- a/config/examples/AnyCubic/i3/Configuration_adv.h +++ b/config/examples/AnyCubic/i3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/ArmEd/Configuration_adv.h b/config/examples/ArmEd/Configuration_adv.h index 593188e2c3..da0a9870ac 100644 --- a/config/examples/ArmEd/Configuration_adv.h +++ b/config/examples/ArmEd/Configuration_adv.h @@ -1635,13 +1635,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Genius Pro/Configuration_adv.h b/config/examples/Artillery/Genius Pro/Configuration_adv.h index 55c8a2b09d..1ffdc8d3b0 100644 --- a/config/examples/Artillery/Genius Pro/Configuration_adv.h +++ b/config/examples/Artillery/Genius Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h b/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h index eee8a5aa3b..559ae9cf50 100644 --- a/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h +++ b/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Genius/V1/Configuration_adv.h b/config/examples/Artillery/Genius/V1/Configuration_adv.h index b91ca9947e..b93986c216 100644 --- a/config/examples/Artillery/Genius/V1/Configuration_adv.h +++ b/config/examples/Artillery/Genius/V1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Hornet/Configuration_adv.h b/config/examples/Artillery/Hornet/Configuration_adv.h index 61d8513d04..b581e2b43f 100644 --- a/config/examples/Artillery/Hornet/Configuration_adv.h +++ b/config/examples/Artillery/Hornet/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h index 30b98a644a..5f9196a3c9 100644 --- a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h index b91ca9947e..b93986c216 100644 --- a/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Artillery/Sidewinder X2/Configuration_adv.h b/config/examples/Artillery/Sidewinder X2/Configuration_adv.h index 51f6a5220f..53bce2ed84 100644 --- a/config/examples/Artillery/Sidewinder X2/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Azteeg/X5GT/Configuration_adv.h b/config/examples/Azteeg/X5GT/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Azteeg/X5GT/Configuration_adv.h +++ b/config/examples/Azteeg/X5GT/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h index 990c46a764..38a53da614 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIBO/TouchX/default/Configuration_adv.h b/config/examples/BIBO/TouchX/default/Configuration_adv.h index a5a23ada80..dfd9a02e16 100644 --- a/config/examples/BIBO/TouchX/default/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/default/Configuration_adv.h @@ -1627,13 +1627,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h index 09a22300f0..5a23f2e98c 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIQU/B1 SE/Configuration_adv.h b/config/examples/BIQU/B1 SE/Configuration_adv.h index 320e0da242..5fa714c1cf 100644 --- a/config/examples/BIQU/B1 SE/Configuration_adv.h +++ b/config/examples/BIQU/B1 SE/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIQU/B1/Configuration_adv.h b/config/examples/BIQU/B1/Configuration_adv.h index 6d2e47b4aa..41b96cf205 100644 --- a/config/examples/BIQU/B1/Configuration_adv.h +++ b/config/examples/BIQU/B1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIQU/BX/Configuration_adv.h b/config/examples/BIQU/BX/Configuration_adv.h index a134125c35..2eea7af962 100644 --- a/config/examples/BIQU/BX/Configuration_adv.h +++ b/config/examples/BIQU/BX/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIQU/Hurakan/Configuration_adv.h b/config/examples/BIQU/Hurakan/Configuration_adv.h index 7e25a219bd..7dc586a050 100644 --- a/config/examples/BIQU/Hurakan/Configuration_adv.h +++ b/config/examples/BIQU/Hurakan/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BIQU/Thunder Standard/Configuration_adv.h b/config/examples/BIQU/Thunder Standard/Configuration_adv.h index f45b2ad5d9..36fb0ce74d 100644 --- a/config/examples/BIQU/Thunder Standard/Configuration_adv.h +++ b/config/examples/BIQU/Thunder Standard/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BQ/Hephestos/Configuration_adv.h b/config/examples/BQ/Hephestos/Configuration_adv.h index 15fcb179f6..11147ca12f 100644 --- a/config/examples/BQ/Hephestos/Configuration_adv.h +++ b/config/examples/BQ/Hephestos/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BQ/Hephestos_2/Configuration_adv.h b/config/examples/BQ/Hephestos_2/Configuration_adv.h index c578bcc071..76b07fdc11 100644 --- a/config/examples/BQ/Hephestos_2/Configuration_adv.h +++ b/config/examples/BQ/Hephestos_2/Configuration_adv.h @@ -1638,13 +1638,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/BQ/WITBOX/Configuration_adv.h b/config/examples/BQ/WITBOX/Configuration_adv.h index 15fcb179f6..11147ca12f 100644 --- a/config/examples/BQ/WITBOX/Configuration_adv.h +++ b/config/examples/BQ/WITBOX/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/CTC/A13/Configuration_adv.h b/config/examples/CTC/A13/Configuration_adv.h index 3ca5d693ee..9d908ac8d7 100644 --- a/config/examples/CTC/A13/Configuration_adv.h +++ b/config/examples/CTC/A13/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/CTC/Bizer/Configuration_adv.h b/config/examples/CTC/Bizer/Configuration_adv.h index eb59b0a431..fc82196d23 100644 --- a/config/examples/CTC/Bizer/Configuration_adv.h +++ b/config/examples/CTC/Bizer/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h +++ b/config/examples/CTC/i3 2560 Rev A/no probe/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Cartesio/Configuration_adv.h b/config/examples/Cartesio/Configuration_adv.h index eec3fa6ae0..2010dc48b3 100644 --- a/config/examples/Cartesio/Configuration_adv.h +++ b/config/examples/Cartesio/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Copymaster3D/300/Configuration_adv.h b/config/examples/Copymaster3D/300/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Copymaster3D/300/Configuration_adv.h +++ b/config/examples/Copymaster3D/300/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Copymaster3D/400/Configuration_adv.h b/config/examples/Copymaster3D/400/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Copymaster3D/400/Configuration_adv.h +++ b/config/examples/Copymaster3D/400/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Copymaster3D/500/Configuration_adv.h b/config/examples/Copymaster3D/500/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Copymaster3D/500/Configuration_adv.h +++ b/config/examples/Copymaster3D/500/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 Max/Configuration_adv.h b/config/examples/Creality/CR-10 Max/Configuration_adv.h index c5742d2377..beba4eb063 100644 --- a/config/examples/Creality/CR-10 Max/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Max/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 74c15e5e51..cad152c048 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 9d8839b72a..356fa5cef8 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h index 96a9956c6f..4e132a3dbc 100644 --- a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h index 99328487d1..210b4dfa37 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h @@ -1629,13 +1629,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h index e6dd73f04f..bb006acbe0 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h index 18720fa16f..52a1663aee 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h index 5ff82595f9..2ac9ede100 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 v3/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h index e6dd73f04f..bb006acbe0 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h index 8f16c1d25a..b3ccf133b5 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 V2/Configuration_adv.h b/config/examples/Creality/CR-10 V2/Configuration_adv.h index 4c9601b6b9..79267bfa3f 100644 --- a/config/examples/Creality/CR-10 V2/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10 V3/Configuration_adv.h b/config/examples/Creality/CR-10 V3/Configuration_adv.h index f50f6fbcc2..c184821ece 100644 --- a/config/examples/Creality/CR-10 V3/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V3/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index adfcabcb00..3ed992f354 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index d5ff67d9ba..0907904461 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h index 25d2bc1f36..997341fa12 100644 --- a/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10S Pro/Configuration_adv.h b/config/examples/Creality/CR-10S Pro/Configuration_adv.h index 324e8535fc..625b94b85b 100644 --- a/config/examples/Creality/CR-10S Pro/Configuration_adv.h +++ b/config/examples/Creality/CR-10S Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h index 0b78311abe..ec070cc857 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h index bf8d3c7677..c1bb428008 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index adfcabcb00..3ed992f354 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h index 6093e93de0..bf13740748 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h index d7c2e9d8fe..f7ce91ab3b 100644 --- a/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-20 Pro/Configuration_adv.h b/config/examples/Creality/CR-20 Pro/Configuration_adv.h index 8872279c0a..5decf7b552 100644 --- a/config/examples/Creality/CR-20 Pro/Configuration_adv.h +++ b/config/examples/Creality/CR-20 Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h index 8db5d485b2..c1b60d0c61 100644 --- a/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h +++ b/config/examples/Creality/CR-20/RepRapWorld Minitronics20/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-20/Stock/Configuration_adv.h b/config/examples/Creality/CR-20/Stock/Configuration_adv.h index 8db5d485b2..c1b60d0c61 100644 --- a/config/examples/Creality/CR-20/Stock/Configuration_adv.h +++ b/config/examples/Creality/CR-20/Stock/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h b/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h index ea2b004984..d99ab52031 100644 --- a/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h +++ b/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-6 SE/Configuration_adv.h b/config/examples/Creality/CR-6 SE/Configuration_adv.h index e206a3ba46..97e3c66e87 100644 --- a/config/examples/Creality/CR-6 SE/Configuration_adv.h +++ b/config/examples/Creality/CR-6 SE/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/CR-8/Configuration_adv.h b/config/examples/Creality/CR-8/Configuration_adv.h index 88cdf2265f..5ee8ebf1f3 100644 --- a/config/examples/Creality/CR-8/Configuration_adv.h +++ b/config/examples/Creality/CR-8/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h index fde6744496..3c0ff2f9b7 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-2/Configuration_adv.h b/config/examples/Creality/Ender-2/Configuration_adv.h index 4e327006e6..8f5c2a3907 100644 --- a/config/examples/Creality/Ender-2/Configuration_adv.h +++ b/config/examples/Creality/Ender-2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h b/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h index e676578fe9..64e5ca4303 100644 --- a/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Max Neo/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Max/Configuration_adv.h b/config/examples/Creality/Ender-3 Max/Configuration_adv.h index 7227c357b6..3e14dcd6e7 100644 --- a/config/examples/Creality/Ender-3 Max/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Max/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Neo/Configuration_adv.h b/config/examples/Creality/Ender-3 Neo/Configuration_adv.h index 4ccedbc1ab..271e9785d3 100644 --- a/config/examples/Creality/Ender-3 Neo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Neo/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h index 410f3bae17..5c07b5bdec 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h index 804ca1a829..5be8afe5b9 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index 804ca1a829..5be8afe5b9 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index c7dbe65775..fe02943f81 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 0a2fb08927..4f9a861f95 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h index d3182eced9..ee7ca2fa02 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h index 6179d428a8..55468a063f 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h index d0bb19ddab..0021606312 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h b/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h index 8d37ed7500..ef541f01be 100644 --- a/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1 Plus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h b/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h index 8d37ed7500..ef541f01be 100644 --- a/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1 Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h index e4ca6bbf91..06e232d32e 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h index 0398487052..441ad6afaa 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2 Neo/Configuration_adv.h b/config/examples/Creality/Ender-3 V2 Neo/Configuration_adv.h index 651c980c6d..b4100fdf67 100644 --- a/config/examples/Creality/Ender-3 V2 Neo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2 Neo/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h index ec0be73500..593d36744b 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h index 9342065592..599090504b 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h index 983ab4a81c..9eb4fed3b4 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h index 3e8c0632ca..298842730f 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h index 93da968476..27af587dc4 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h index 25cfa8a159..9127153df0 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h index 01eb23af35..85d0dbe6a7 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h index cb0ebd0b02..b7117be16d 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech Manta E3 EZ/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h index 27a0871aa3..fd974014ab 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h index d86631d333..469a1fc13e 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h index ccb110bfe1..c108891d0e 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h index d86631d333..469a1fc13e 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h index c68bb1fc9e..6434266c96 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h index 8a9534c334..ab7b23679f 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index 8a9534c334..ab7b23679f 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index ecd87dd970..54a32645a3 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 191fdd904a..ab7e3e1d82 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h index d3182eced9..ee7ca2fa02 100644 --- a/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h index 3fc63f8d8d..21a81d8255 100644 --- a/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h index d0bb19ddab..0021606312 100644 --- a/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h index e06a02d664..7ce629002c 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h index e06a02d664..7ce629002c 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h index 78c1418693..cd8aaac4cc 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h index e06a02d664..7ce629002c 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h index e06a02d664..7ce629002c 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h index 9736557ea8..111f81932d 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h @@ -1629,13 +1629,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h index fe6eb687e6..fd64cf8fe3 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h index 2ddf9340ce..67d246878c 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h index 454f316b71..19ec0b8354 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h index c3d76da7d5..5d79ad52ae 100644 --- a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-4/Configuration_adv.h b/config/examples/Creality/Ender-4/Configuration_adv.h index 0354fa18f9..b0b30d2101 100644 --- a/config/examples/Creality/Ender-4/Configuration_adv.h +++ b/config/examples/Creality/Ender-4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h index cf48ef5f0a..cec02bbe2c 100644 --- a/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/BigTreeTech SKR 3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h index ecb28965cf..f63d21136a 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (ORIGIN UI)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h index 4fe824566d..f4ad7870c5 100644 --- a/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/CrealityV1 (RELOADED UI)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h index ab808c43a4..352eecd4bc 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index 8532afa370..9a54ff8563 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h index b61a9b243f..ca56c00c03 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h index ebd143709f..210b1ef1e4 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 3.0 with BLTouch-HighTemp/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h index cbce02ddeb..a3aeb3069e 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h index 268807d61b..953bd234f8 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h index 9f1f897153..814fdb86f3 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5 S1/Configuration_adv.h b/config/examples/Creality/Ender-5 S1/Configuration_adv.h index b1ab65af6a..fe7915f8e1 100644 --- a/config/examples/Creality/Ender-5 S1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 S1/Configuration_adv.h @@ -1635,13 +1635,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h index ab808c43a4..352eecd4bc 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h index 9534c3cf96..0fa56ac545 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index 3cf518f967..8e222eddb3 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index c1b9a222c3..ada1e56d9c 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h index 74510b9e07..3a8afe0cdc 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 3.0 with BLTouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h index 320b192e8c..c469902dd1 100644 --- a/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h index 854cc3e130..48e978ef8a 100644 --- a/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Creality/Ender-6/Configuration_adv.h b/config/examples/Creality/Ender-6/Configuration_adv.h index bd12f0bde5..c112705830 100644 --- a/config/examples/Creality/Ender-6/Configuration_adv.h +++ b/config/examples/Creality/Ender-6/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h b/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h index dd73dce809..f4b638038a 100644 --- a/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h +++ b/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Daycom/3DP-100/Configuration_adv.h b/config/examples/Daycom/3DP-100/Configuration_adv.h index 3bce7e3377..7405f9d777 100644 --- a/config/examples/Daycom/3DP-100/Configuration_adv.h +++ b/config/examples/Daycom/3DP-100/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h b/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h index b4fe4179a5..d1948ea83c 100644 --- a/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h +++ b/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h b/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h index 9b71549a29..d664c6a3da 100644 --- a/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h +++ b/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Einstart-S/Configuration_adv.h b/config/examples/Einstart-S/Configuration_adv.h index 3e46a6f530..5395964b62 100644 --- a/config/examples/Einstart-S/Configuration_adv.h +++ b/config/examples/Einstart-S/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Elegoo/Neptune 2/Configuration_adv.h b/config/examples/Elegoo/Neptune 2/Configuration_adv.h index 306badf053..76f3299e8c 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration_adv.h +++ b/config/examples/Elegoo/Neptune 2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Eryone/Thinker SE/Configuration_adv.h b/config/examples/Eryone/Thinker SE/Configuration_adv.h index 55280ac529..d36315670a 100644 --- a/config/examples/Eryone/Thinker SE/Configuration_adv.h +++ b/config/examples/Eryone/Thinker SE/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Eryone/Thinker V2/Configuration_adv.h b/config/examples/Eryone/Thinker V2/Configuration_adv.h index 3bcb533f19..ce13383671 100644 --- a/config/examples/Eryone/Thinker V2/Configuration_adv.h +++ b/config/examples/Eryone/Thinker V2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FYSETC/AIO_II/Configuration_adv.h b/config/examples/FYSETC/AIO_II/Configuration_adv.h index 7fdd793040..0e18f06703 100644 --- a/config/examples/FYSETC/AIO_II/Configuration_adv.h +++ b/config/examples/FYSETC/AIO_II/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FYSETC/F6_13/Configuration_adv.h b/config/examples/FYSETC/F6_13/Configuration_adv.h index 846c390bfa..68894f3292 100644 --- a/config/examples/FYSETC/F6_13/Configuration_adv.h +++ b/config/examples/FYSETC/F6_13/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FYSETC/S6/Configuration_adv.h b/config/examples/FYSETC/S6/Configuration_adv.h index 42dbdc5f45..8177d82213 100644 --- a/config/examples/FYSETC/S6/Configuration_adv.h +++ b/config/examples/FYSETC/S6/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Felix/DUAL/Configuration_adv.h b/config/examples/Felix/DUAL/Configuration_adv.h index d530ec861f..65cec941a5 100644 --- a/config/examples/Felix/DUAL/Configuration_adv.h +++ b/config/examples/Felix/DUAL/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Felix/Single/Configuration_adv.h b/config/examples/Felix/Single/Configuration_adv.h index d530ec861f..65cec941a5 100644 --- a/config/examples/Felix/Single/Configuration_adv.h +++ b/config/examples/Felix/Single/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FlashForge/Creator 2X/Configuration_adv.h b/config/examples/FlashForge/Creator 2X/Configuration_adv.h index 6023fd46d5..5f81886089 100644 --- a/config/examples/FlashForge/Creator 2X/Configuration_adv.h +++ b/config/examples/FlashForge/Creator 2X/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index 10ce61ac38..b74e740883 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FlyingBear/P902/Configuration_adv.h b/config/examples/FlyingBear/P902/Configuration_adv.h index 7c91b657e8..3e091f5859 100644 --- a/config/examples/FlyingBear/P902/Configuration_adv.h +++ b/config/examples/FlyingBear/P902/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FlyingBear/P905H/Configuration_adv.h b/config/examples/FlyingBear/P905H/Configuration_adv.h index e9d9c5a688..bfabc03cbf 100644 --- a/config/examples/FlyingBear/P905H/Configuration_adv.h +++ b/config/examples/FlyingBear/P905H/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FoamCutter/generic/Configuration_adv.h b/config/examples/FoamCutter/generic/Configuration_adv.h index 944ed1913e..5742436d8c 100644 --- a/config/examples/FoamCutter/generic/Configuration_adv.h +++ b/config/examples/FoamCutter/generic/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FoamCutter/rcKeith/Configuration_adv.h b/config/examples/FoamCutter/rcKeith/Configuration_adv.h index 944ed1913e..5742436d8c 100644 --- a/config/examples/FoamCutter/rcKeith/Configuration_adv.h +++ b/config/examples/FoamCutter/rcKeith/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h b/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h index 41c92c2332..1d0bdf77b1 100644 --- a/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h +++ b/config/examples/FolgerTech/FT-5 R2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/config/examples/FolgerTech/i3-2020/Configuration_adv.h index e8123e58b9..33b4663a4f 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration_adv.h +++ b/config/examples/FolgerTech/i3-2020/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Formbot/Raptor/Configuration_adv.h b/config/examples/Formbot/Raptor/Configuration_adv.h index c03f1ae985..46efb697e0 100644 --- a/config/examples/Formbot/Raptor/Configuration_adv.h +++ b/config/examples/Formbot/Raptor/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h index bb84ad2077..9f43bba156 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Formbot/T_Rex_3/Configuration_adv.h b/config/examples/Formbot/T_Rex_3/Configuration_adv.h index 4053b98ec1..d029c09c92 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_3/Configuration_adv.h @@ -1634,13 +1634,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10/Configuration_adv.h b/config/examples/Geeetech/A10/Configuration_adv.h index 5ffb0d39f1..b10afaaf3e 100644 --- a/config/examples/Geeetech/A10/Configuration_adv.h +++ b/config/examples/Geeetech/A10/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10D/Configuration_adv.h b/config/examples/Geeetech/A10D/Configuration_adv.h index 8cb43abf2c..4d33b80cef 100644 --- a/config/examples/Geeetech/A10D/Configuration_adv.h +++ b/config/examples/Geeetech/A10D/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h b/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h index e8d3c9120d..b0afe59b94 100644 --- a/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h index e8d3c9120d..b0afe59b94 100644 --- a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10PRO/Configuration_adv.h b/config/examples/Geeetech/A10PRO/Configuration_adv.h index 5ffb0d39f1..b10afaaf3e 100644 --- a/config/examples/Geeetech/A10PRO/Configuration_adv.h +++ b/config/examples/Geeetech/A10PRO/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h b/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h index e8d3c9120d..b0afe59b94 100644 --- a/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h +++ b/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h index e8d3c9120d..b0afe59b94 100644 --- a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h +++ b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A20/Configuration_adv.h b/config/examples/Geeetech/A20/Configuration_adv.h index db0f0727cc..c7be144720 100644 --- a/config/examples/Geeetech/A20/Configuration_adv.h +++ b/config/examples/Geeetech/A20/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A20M/Configuration_adv.h b/config/examples/Geeetech/A20M/Configuration_adv.h index db0f0727cc..c7be144720 100644 --- a/config/examples/Geeetech/A20M/Configuration_adv.h +++ b/config/examples/Geeetech/A20M/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A20T/Configuration_adv.h b/config/examples/Geeetech/A20T/Configuration_adv.h index db0f0727cc..c7be144720 100644 --- a/config/examples/Geeetech/A20T/Configuration_adv.h +++ b/config/examples/Geeetech/A20T/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A30/Configuration_adv.h b/config/examples/Geeetech/A30/Configuration_adv.h index b2630dd9c2..35b25a6c96 100644 --- a/config/examples/Geeetech/A30/Configuration_adv.h +++ b/config/examples/Geeetech/A30/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A30M/Configuration_adv.h b/config/examples/Geeetech/A30M/Configuration_adv.h index b2630dd9c2..35b25a6c96 100644 --- a/config/examples/Geeetech/A30M/Configuration_adv.h +++ b/config/examples/Geeetech/A30M/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/A30T/Configuration_adv.h b/config/examples/Geeetech/A30T/Configuration_adv.h index b2630dd9c2..35b25a6c96 100644 --- a/config/examples/Geeetech/A30T/Configuration_adv.h +++ b/config/examples/Geeetech/A30T/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/D200/Configuration_adv.h b/config/examples/Geeetech/D200/Configuration_adv.h index 3ba384ecb7..170a7a3d2f 100644 --- a/config/examples/Geeetech/D200/Configuration_adv.h +++ b/config/examples/Geeetech/D200/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Duplicator5/Configuration_adv.h b/config/examples/Geeetech/Duplicator5/Configuration_adv.h index 42dbdc5f45..8177d82213 100644 --- a/config/examples/Geeetech/Duplicator5/Configuration_adv.h +++ b/config/examples/Geeetech/Duplicator5/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/E180/Configuration_adv.h b/config/examples/Geeetech/E180/Configuration_adv.h index b2630dd9c2..35b25a6c96 100644 --- a/config/examples/Geeetech/E180/Configuration_adv.h +++ b/config/examples/Geeetech/E180/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/GT2560/Configuration_adv.h b/config/examples/Geeetech/GT2560/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Geeetech/GT2560/Configuration_adv.h +++ b/config/examples/Geeetech/GT2560/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h +++ b/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/M201/Configuration_adv.h b/config/examples/Geeetech/M201/Configuration_adv.h index 3ba384ecb7..170a7a3d2f 100644 --- a/config/examples/Geeetech/M201/Configuration_adv.h +++ b/config/examples/Geeetech/M201/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/MeCreator2/Configuration_adv.h b/config/examples/Geeetech/MeCreator2/Configuration_adv.h index a98d77f25b..aab32ba265 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration_adv.h +++ b/config/examples/Geeetech/MeCreator2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Me_creator/Configuration_adv.h b/config/examples/Geeetech/Me_creator/Configuration_adv.h index 42dbdc5f45..8177d82213 100644 --- a/config/examples/Geeetech/Me_creator/Configuration_adv.h +++ b/config/examples/Geeetech/Me_creator/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Me_ducer/Configuration_adv.h b/config/examples/Geeetech/Me_ducer/Configuration_adv.h index 5b9eb0363a..c698347a07 100644 --- a/config/examples/Geeetech/Me_ducer/Configuration_adv.h +++ b/config/examples/Geeetech/Me_ducer/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/PI3A PRO/Configuration_adv.h b/config/examples/Geeetech/PI3A PRO/Configuration_adv.h index e61fe983e4..e7cb4926fc 100644 --- a/config/examples/Geeetech/PI3A PRO/Configuration_adv.h +++ b/config/examples/Geeetech/PI3A PRO/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/bltouch/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro B/noprobe/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h index 5ffb0d39f1..b10afaaf3e 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h index 5ffb0d39f1..b10afaaf3e 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/HMS434/Configuration_adv.h b/config/examples/HMS434/Configuration_adv.h index aaac9a7b8c..854c9b0adf 100644 --- a/config/examples/HMS434/Configuration_adv.h +++ b/config/examples/HMS434/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Infitary/i3-M508/Configuration_adv.h b/config/examples/Infitary/i3-M508/Configuration_adv.h index afe7571358..8b9638c73f 100644 --- a/config/examples/Infitary/i3-M508/Configuration_adv.h +++ b/config/examples/Infitary/i3-M508/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h b/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h index 94fe2d3934..311d5f93d6 100644 --- a/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h +++ b/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h @@ -1629,13 +1629,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/JGAurora/A1/Configuration_adv.h b/config/examples/JGAurora/A1/Configuration_adv.h index a62be6ff4f..726a4acd3c 100644 --- a/config/examples/JGAurora/A1/Configuration_adv.h +++ b/config/examples/JGAurora/A1/Configuration_adv.h @@ -1636,13 +1636,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/JGAurora/A3/Configuration_adv.h b/config/examples/JGAurora/A3/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/JGAurora/A3/Configuration_adv.h +++ b/config/examples/JGAurora/A3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/JGAurora/A5/Configuration_adv.h b/config/examples/JGAurora/A5/Configuration_adv.h index 3a1fed4584..f85a1dd9e2 100644 --- a/config/examples/JGAurora/A5/Configuration_adv.h +++ b/config/examples/JGAurora/A5/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/JGAurora/A5S/Configuration_adv.h b/config/examples/JGAurora/A5S/Configuration_adv.h index 7a3599bd64..56e69fb0ff 100644 --- a/config/examples/JGAurora/A5S/Configuration_adv.h +++ b/config/examples/JGAurora/A5S/Configuration_adv.h @@ -1636,13 +1636,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/JGAurora/Magic/Configuration_adv.h b/config/examples/JGAurora/Magic/Configuration_adv.h index 29b174d594..cbcb1eece1 100644 --- a/config/examples/JGAurora/Magic/Configuration_adv.h +++ b/config/examples/JGAurora/Magic/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Kingroon/KP3/Configuration_adv.h b/config/examples/Kingroon/KP3/Configuration_adv.h index 8f8bb52fd7..e6730b9ba8 100644 --- a/config/examples/Kingroon/KP3/Configuration_adv.h +++ b/config/examples/Kingroon/KP3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Kingroon/KP3S/Configuration_adv.h b/config/examples/Kingroon/KP3S/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Kingroon/KP3S/Configuration_adv.h +++ b/config/examples/Kingroon/KP3S/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h b/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h index 206959faff..9b0d03afc3 100644 --- a/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h +++ b/config/examples/Kingroon/KP3S_Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h b/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h index 5b724679b6..8ac51840a9 100644 --- a/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h +++ b/config/examples/Kingroon/KP5L-DIY/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Labists/ET4/Configuration_adv.h b/config/examples/Labists/ET4/Configuration_adv.h index 4707a33afc..bf3b4bd93f 100644 --- a/config/examples/Labists/ET4/Configuration_adv.h +++ b/config/examples/Labists/ET4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Longer/LK5/Configuration_adv.h b/config/examples/Longer/LK5/Configuration_adv.h index cfafede5b8..8e8e03bbcd 100644 --- a/config/examples/Longer/LK5/Configuration_adv.h +++ b/config/examples/Longer/LK5/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h b/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h index f59a7f6f0e..24a4d20275 100644 --- a/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h +++ b/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/LulzBot/TAZ4/Configuration_adv.h b/config/examples/LulzBot/TAZ4/Configuration_adv.h index 2e683e9383..38e7e26e43 100644 --- a/config/examples/LulzBot/TAZ4/Configuration_adv.h +++ b/config/examples/LulzBot/TAZ4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/MBot/Cube/Configuration_adv.h b/config/examples/MBot/Cube/Configuration_adv.h index 0d416fe2c1..622543ddec 100644 --- a/config/examples/MBot/Cube/Configuration_adv.h +++ b/config/examples/MBot/Cube/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h b/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h index b7767a1c19..ef35a46746 100644 --- a/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h +++ b/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/MakerParts/Configuration_adv.h b/config/examples/MakerParts/Configuration_adv.h index 74f00e210d..7b755dc164 100644 --- a/config/examples/MakerParts/Configuration_adv.h +++ b/config/examples/MakerParts/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h b/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h index 4d52e225a6..12476455ba 100644 --- a/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h +++ b/config/examples/MakerTech3D/Proforge2sDual/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Malyan/M150/Configuration_adv.h b/config/examples/Malyan/M150/Configuration_adv.h index d6bb7ac26a..cf32202dee 100644 --- a/config/examples/Malyan/M150/Configuration_adv.h +++ b/config/examples/Malyan/M150/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Malyan/M180/Configuration_adv.h b/config/examples/Malyan/M180/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Malyan/M180/Configuration_adv.h +++ b/config/examples/Malyan/M180/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index b0a935f35b..ce72c9113c 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Micromake/C1/basic/Configuration_adv.h b/config/examples/Micromake/C1/basic/Configuration_adv.h index e9cc05754d..84c148f59f 100644 --- a/config/examples/Micromake/C1/basic/Configuration_adv.h +++ b/config/examples/Micromake/C1/basic/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/config/examples/Micromake/C1/enhanced/Configuration_adv.h index 4fd9bd128b..2407c6604d 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration_adv.h +++ b/config/examples/Micromake/C1/enhanced/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Mks/Robin/Configuration_adv.h b/config/examples/Mks/Robin/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Mks/Robin/Configuration_adv.h +++ b/config/examples/Mks/Robin/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Mks/Robin_Lite3/Configuration_adv.h b/config/examples/Mks/Robin_Lite3/Configuration_adv.h index ae8121ac15..1496d86678 100644 --- a/config/examples/Mks/Robin_Lite3/Configuration_adv.h +++ b/config/examples/Mks/Robin_Lite3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Mks/Robin_Pro/Configuration_adv.h b/config/examples/Mks/Robin_Pro/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Mks/Robin_Pro/Configuration_adv.h +++ b/config/examples/Mks/Robin_Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Mks/Sbase/Configuration_adv.h b/config/examples/Mks/Sbase/Configuration_adv.h index aa706aea11..bdc939d6f4 100644 --- a/config/examples/Mks/Sbase/Configuration_adv.h +++ b/config/examples/Mks/Sbase/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Modix/Big60/Configuration_adv.h b/config/examples/Modix/Big60/Configuration_adv.h index 1ff6821773..86cd338136 100644 --- a/config/examples/Modix/Big60/Configuration_adv.h +++ b/config/examples/Modix/Big60/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Nextion/Configuration_adv.h b/config/examples/Nextion/Configuration_adv.h index 7c25fc5c33..9e1c9f2b16 100644 --- a/config/examples/Nextion/Configuration_adv.h +++ b/config/examples/Nextion/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h index bf56b956f9..7defe92b53 100644 --- a/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h +++ b/config/examples/ORD Bot/Hadron/Sanguinololu/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h index 3b018e4de7..c3c4d01a55 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Opulo/Lumen_REV4/Configuration_adv.h b/config/examples/Opulo/Lumen_REV4/Configuration_adv.h index 4ad0b22365..9cee47eaa5 100644 --- a/config/examples/Opulo/Lumen_REV4/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV4/Configuration_adv.h @@ -1629,13 +1629,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Ortur 4/Configuration_adv.h b/config/examples/Ortur 4/Configuration_adv.h index e134e30eb4..28e6dffbec 100644 --- a/config/examples/Ortur 4/Configuration_adv.h +++ b/config/examples/Ortur 4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Polargraph/Configuration_adv.h b/config/examples/Polargraph/Configuration_adv.h index eb605680e9..54ba3bf1cc 100644 --- a/config/examples/Polargraph/Configuration_adv.h +++ b/config/examples/Polargraph/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h b/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h +++ b/config/examples/Printrbot/PrintrboardG2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h b/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h +++ b/config/examples/Printrbot/Simple Metal RevD/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Prusa/MK3/Configuration_adv.h b/config/examples/Prusa/MK3/Configuration_adv.h index 349fba56a7..43c1d16eb3 100644 --- a/config/examples/Prusa/MK3/Configuration_adv.h +++ b/config/examples/Prusa/MK3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h index f824c59a43..fcb4f4ea41 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Qidi/Qidi 1/Configuration_adv.h b/config/examples/Qidi/Qidi 1/Configuration_adv.h index 35230bda92..88010f5ffd 100644 --- a/config/examples/Qidi/Qidi 1/Configuration_adv.h +++ b/config/examples/Qidi/Qidi 1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Raiscube/A8r/Configuration_adv.h b/config/examples/Raiscube/A8r/Configuration_adv.h index f94b1e5406..6f2c6ceb10 100644 --- a/config/examples/Raiscube/A8r/Configuration_adv.h +++ b/config/examples/Raiscube/A8r/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/RapideLite/RL200/Configuration_adv.h b/config/examples/RapideLite/RL200/Configuration_adv.h index 42dbdc5f45..8177d82213 100644 --- a/config/examples/RapideLite/RL200/Configuration_adv.h +++ b/config/examples/RapideLite/RL200/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Renkforce/RF100/Configuration_adv.h b/config/examples/Renkforce/RF100/Configuration_adv.h index ae580a5825..99f04cbfde 100644 --- a/config/examples/Renkforce/RF100/Configuration_adv.h +++ b/config/examples/Renkforce/RF100/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Renkforce/RF100XL/Configuration_adv.h b/config/examples/Renkforce/RF100XL/Configuration_adv.h index ae580a5825..99f04cbfde 100644 --- a/config/examples/Renkforce/RF100XL/Configuration_adv.h +++ b/config/examples/Renkforce/RF100XL/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Renkforce/RF100v2/Configuration_adv.h b/config/examples/Renkforce/RF100v2/Configuration_adv.h index ae580a5825..99f04cbfde 100644 --- a/config/examples/Renkforce/RF100v2/Configuration_adv.h +++ b/config/examples/Renkforce/RF100v2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/RepRapPro/Huxley/Configuration_adv.h b/config/examples/RepRapPro/Huxley/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/RepRapPro/Huxley/Configuration_adv.h +++ b/config/examples/RepRapPro/Huxley/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/RepRapWorld/Megatronics/Configuration_adv.h b/config/examples/RepRapWorld/Megatronics/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/RepRapWorld/Megatronics/Configuration_adv.h +++ b/config/examples/RepRapWorld/Megatronics/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h index f650dc0b04..a76a646825 100644 --- a/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h +++ b/config/examples/RepRapWorld/Minitronics20/CNC/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/RigidBot/Configuration_adv.h b/config/examples/RigidBot/Configuration_adv.h index 6c6de2c3f7..f1b2b49977 100644 --- a/config/examples/RigidBot/Configuration_adv.h +++ b/config/examples/RigidBot/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Robo3D/R1+/Configuration_adv.h b/config/examples/Robo3D/R1+/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Robo3D/R1+/Configuration_adv.h +++ b/config/examples/Robo3D/R1+/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/SCARA/MP_SCARA/Configuration_adv.h b/config/examples/SCARA/MP_SCARA/Configuration_adv.h index 0a5b972f84..5b8d3712e1 100644 --- a/config/examples/SCARA/MP_SCARA/Configuration_adv.h +++ b/config/examples/SCARA/MP_SCARA/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/SCARA/Morgan/Configuration_adv.h b/config/examples/SCARA/Morgan/Configuration_adv.h index 09a20ba041..89b7b276e6 100644 --- a/config/examples/SCARA/Morgan/Configuration_adv.h +++ b/config/examples/SCARA/Morgan/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h index e7eaa304e0..3f34f64827 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/STM32/STM32F103RE/Configuration_adv.h b/config/examples/STM32/STM32F103RE/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/STM32/STM32F103RE/Configuration_adv.h +++ b/config/examples/STM32/STM32F103RE/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Simax/Mi-M200/Configuration_adv.h b/config/examples/Simax/Mi-M200/Configuration_adv.h index a31cecb6b5..82ad4e38f0 100644 --- a/config/examples/Simax/Mi-M200/Configuration_adv.h +++ b/config/examples/Simax/Mi-M200/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Simulator/Configuration_adv.h b/config/examples/Simulator/Configuration_adv.h index 2c1cb6ab22..68fc229f02 100644 --- a/config/examples/Simulator/Configuration_adv.h +++ b/config/examples/Simulator/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h index fb5affc643..286f4a6092 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index a9558e1424..d8c90e1b40 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index f53199ebda..a5d0e8431b 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h b/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h index f9c40e1bf7..2b9ef6c56f 100644 --- a/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h b/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h index 41870c22c0..e49b608619 100644 --- a/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-02/Configuration_adv.h b/config/examples/Sovol/SV-02/Configuration_adv.h index 3cefef0074..d72718d7c5 100644 --- a/config/examples/Sovol/SV-02/Configuration_adv.h +++ b/config/examples/Sovol/SV-02/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sovol/SV-03/Configuration_adv.h b/config/examples/Sovol/SV-03/Configuration_adv.h index 8fbd6c2da1..ee9031621a 100644 --- a/config/examples/Sovol/SV-03/Configuration_adv.h +++ b/config/examples/Sovol/SV-03/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sunlu/S8/Configuration_adv.h b/config/examples/Sunlu/S8/Configuration_adv.h index d8cad15f57..0d0f42e83a 100644 --- a/config/examples/Sunlu/S8/Configuration_adv.h +++ b/config/examples/Sunlu/S8/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Sunlu/T3/Configuration_adv.h b/config/examples/Sunlu/T3/Configuration_adv.h index ee51597a77..406761b925 100644 --- a/config/examples/Sunlu/T3/Configuration_adv.h +++ b/config/examples/Sunlu/T3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h b/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h index c6110a8a18..04f7810f2f 100644 --- a/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h +++ b/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tevo/Michelangelo/Configuration_adv.h b/config/examples/Tevo/Michelangelo/Configuration_adv.h index 74d64a083e..b8db56ce4c 100644 --- a/config/examples/Tevo/Michelangelo/Configuration_adv.h +++ b/config/examples/Tevo/Michelangelo/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tevo/Nereus/Configuration_adv.h b/config/examples/Tevo/Nereus/Configuration_adv.h index 1900eebdec..9fd7e88594 100644 --- a/config/examples/Tevo/Nereus/Configuration_adv.h +++ b/config/examples/Tevo/Nereus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h index b0925d8c84..f1b7438be0 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h +++ b/config/examples/Tevo/Tarantula Pro/MKS Gen_L/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h index ec3d881fdb..e2f9be33e7 100644 --- a/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h +++ b/config/examples/Tevo/Tarantula Pro/MKS SGen_L/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h index 3e1b8fb94f..cfe696e6de 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h index 3e1b8fb94f..cfe696e6de 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V2 (MKS Gen_L)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h index 7b3e83f0bd..c41ed925e3 100644 --- a/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h +++ b/config/examples/Tinkerine/Ditto Pro/RAMPS 1.4/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/TinyBoy2/Configuration_adv.h b/config/examples/TinyBoy2/Configuration_adv.h index 1c8540693f..bcbc344a2d 100644 --- a/config/examples/TinyBoy2/Configuration_adv.h +++ b/config/examples/TinyBoy2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h index 7b23fbfe89..8bfacc4bd8 100644 --- a/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h +++ b/config/examples/Tronxy/D01/CXY-v6-191017 board/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X1/Configuration_adv.h b/config/examples/Tronxy/X1/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Tronxy/X1/Configuration_adv.h +++ b/config/examples/Tronxy/X1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X3A/Configuration_adv.h b/config/examples/Tronxy/X3A/Configuration_adv.h index 4a4bebb9e0..8bf33d6277 100644 --- a/config/examples/Tronxy/X3A/Configuration_adv.h +++ b/config/examples/Tronxy/X3A/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h index c66d50d750..68a644c880 100644 --- a/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Green Board (Chitu V5)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h index 1979d0f22f..f9d1132d2b 100644 --- a/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Red Board (Tronxy 3.1.0)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X5S/Configuration_adv.h b/config/examples/Tronxy/X5S/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Tronxy/X5S/Configuration_adv.h +++ b/config/examples/Tronxy/X5S/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X5SA-2E/Configuration_adv.h b/config/examples/Tronxy/X5SA-2E/Configuration_adv.h index 1f034b2af4..84531a2b87 100644 --- a/config/examples/Tronxy/X5SA-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5SA-2E/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/X5SA/Configuration_adv.h b/config/examples/Tronxy/X5SA/Configuration_adv.h index b57fc20f67..488aacb34a 100644 --- a/config/examples/Tronxy/X5SA/Configuration_adv.h +++ b/config/examples/Tronxy/X5SA/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/XY100/Configuration_adv.h b/config/examples/Tronxy/XY100/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Tronxy/XY100/Configuration_adv.h +++ b/config/examples/Tronxy/XY100/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Tronxy/XY2-Pro/Configuration_adv.h b/config/examples/Tronxy/XY2-Pro/Configuration_adv.h index da899ac6b4..fe0bcba7e7 100644 --- a/config/examples/Tronxy/XY2-Pro/Configuration_adv.h +++ b/config/examples/Tronxy/XY2-Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/BlueR Plus/Configuration_adv.h b/config/examples/Two Trees/BlueR Plus/Configuration_adv.h index 8eae0804ec..1acb067fa7 100644 --- a/config/examples/Two Trees/BlueR Plus/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR Plus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h index e1073fa4ce..b5b849ee03 100644 --- a/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h index e1073fa4ce..b5b849ee03 100644 --- a/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h index e1073fa4ce..b5b849ee03 100644 --- a/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h index 2aabcb8e43..eadf501c49 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h @@ -1636,13 +1636,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h index 5ddb05353e..a5d2a9c71b 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h @@ -1636,13 +1636,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h b/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h index 5ecdde646c..83f66b242c 100644 --- a/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/UltiMachine/Archim1/Configuration_adv.h b/config/examples/UltiMachine/Archim1/Configuration_adv.h index c96eb02c9c..b68bf31ea4 100644 --- a/config/examples/UltiMachine/Archim1/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/UltiMachine/Archim2/Configuration_adv.h b/config/examples/UltiMachine/Archim2/Configuration_adv.h index 281731c2a4..98a79c435c 100644 --- a/config/examples/UltiMachine/Archim2/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h index 1f5f7f87cd..48d5eb4e2c 100644 --- a/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker 2+/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h index 0fff3f211d..e00d54ba47 100644 --- a/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h index 7ec487824c..815cd8960e 100644 --- a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h index 7abdb66926..8660feaa24 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h index 36fbfb4388..14452d293e 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus DXU/Configuration_adv.h @@ -1628,13 +1628,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/VORONDesign/Configuration_adv.h b/config/examples/VORONDesign/Configuration_adv.h index 5d7ba6c1ae..51c22c3fac 100644 --- a/config/examples/VORONDesign/Configuration_adv.h +++ b/config/examples/VORONDesign/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h b/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h index 0285e79757..0183b74be9 100644 --- a/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h +++ b/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h @@ -1643,13 +1643,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Velleman/K8200/Configuration_adv.h b/config/examples/Velleman/K8200/Configuration_adv.h index 6e4a78445e..0b625d86d0 100644 --- a/config/examples/Velleman/K8200/Configuration_adv.h +++ b/config/examples/Velleman/K8200/Configuration_adv.h @@ -1643,13 +1643,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h b/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h index 7547e639a6..41d19c38ac 100644 --- a/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Velleman/K8400/Single-head/Configuration_adv.h b/config/examples/Velleman/K8400/Single-head/Configuration_adv.h index 7547e639a6..41d19c38ac 100644 --- a/config/examples/Velleman/K8400/Single-head/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Single-head/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 94893234db..c9fb91ca4b 100644 --- a/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Voxelab/Aquila/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/WASP/PowerWASP/Configuration_adv.h b/config/examples/WASP/PowerWASP/Configuration_adv.h index 6296afaa99..76724e2d6b 100644 --- a/config/examples/WASP/PowerWASP/Configuration_adv.h +++ b/config/examples/WASP/PowerWASP/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h b/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h index 87772d0ebd..e9db6eab00 100644 --- a/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h index 0c16d59716..e836232954 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h index abe5ab34b0..ce97aaef5d 100644 --- a/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h index f0dfc8e335..0a036280a2 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 Plus/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Weedo/Tina2/V2/Configuration_adv.h b/config/examples/Weedo/Tina2/V2/Configuration_adv.h index bfb46a2803..39c02d23d8 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration_adv.h +++ b/config/examples/Weedo/Tina2/V2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Weedo/Tina2/V3/Configuration_adv.h b/config/examples/Weedo/Tina2/V3/Configuration_adv.h index bfb46a2803..39c02d23d8 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration_adv.h +++ b/config/examples/Weedo/Tina2/V3/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Weistek/wt150/Configuration_adv.h b/config/examples/Weistek/wt150/Configuration_adv.h index 24489d26ea..61a8a1a309 100644 --- a/config/examples/Weistek/wt150/Configuration_adv.h +++ b/config/examples/Weistek/wt150/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Zonestar/P802M/Configuration_adv.h b/config/examples/Zonestar/P802M/Configuration_adv.h index 51ad1d1e52..c92bc5b8a1 100644 --- a/config/examples/Zonestar/P802M/Configuration_adv.h +++ b/config/examples/Zonestar/P802M/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h index 15f6f2f3ea..fa37fe218b 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h index 40c00a57f5..cb17aa6a4d 100755 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h index 64a4e82833..4b07e77c51 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h index 93a29e7371..55290fd614 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Anycubic/Predator/Configuration_adv.h b/config/examples/delta/Anycubic/Predator/Configuration_adv.h index e4b41cdf8b..61d6377c3f 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Predator/Configuration_adv.h @@ -1633,13 +1633,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h b/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h index 6400efc385..e612fa8d0d 100644 --- a/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h +++ b/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h index 6400efc385..e612fa8d0d 100644 --- a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h +++ b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h index 734a6239b7..945cbfe3d7 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h +++ b/config/examples/delta/FLSUN/Q5-nano_v2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h b/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h index 3c83e458e9..231c99b5f1 100644 --- a/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h index 12f704eb77..0e1515ac5e 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h index 688574417b..1cfbf0fa47 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/kossel/Configuration_adv.h b/config/examples/delta/FLSUN/kossel/Configuration_adv.h index 688574417b..1cfbf0fa47 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h index b8ca23ec67..4f5d28e4c2 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Geeetech/G2/Configuration_adv.h b/config/examples/delta/Geeetech/G2/Configuration_adv.h index d57897c930..4636683390 100644 --- a/config/examples/delta/Geeetech/G2/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h b/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h index d57897c930..4636683390 100644 --- a/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Geeetech/G2S/Configuration_adv.h b/config/examples/delta/Geeetech/G2S/Configuration_adv.h index d57897c930..4636683390 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2S/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h b/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h index d57897c930..4636683390 100644 --- a/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h index ba3b3c4b8b..45c30e6926 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h b/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h index 985c3f5efb..521a3b55e6 100644 --- a/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h +++ b/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/MKS/SBASE/Configuration_adv.h b/config/examples/delta/MKS/SBASE/Configuration_adv.h index b9ec8f73cc..244352a2ca 100644 --- a/config/examples/delta/MKS/SBASE/Configuration_adv.h +++ b/config/examples/delta/MKS/SBASE/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Malyan M300/Configuration_adv.h b/config/examples/delta/Malyan M300/Configuration_adv.h index 65d001e29e..02dc4500e0 100644 --- a/config/examples/delta/Malyan M300/Configuration_adv.h +++ b/config/examples/delta/Malyan M300/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Tevo Little Monster/Configuration_adv.h b/config/examples/delta/Tevo Little Monster/Configuration_adv.h index 6d482990ca..6dadccf1c8 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration_adv.h +++ b/config/examples/delta/Tevo Little Monster/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/Velleman/K8800/Configuration_adv.h b/config/examples/delta/Velleman/K8800/Configuration_adv.h index 4b565d987d..c4b42a8b5f 100644 --- a/config/examples/delta/Velleman/K8800/Configuration_adv.h +++ b/config/examples/delta/Velleman/K8800/Configuration_adv.h @@ -1632,13 +1632,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/generic/Configuration_adv.h b/config/examples/delta/generic/Configuration_adv.h index b8ca23ec67..4f5d28e4c2 100644 --- a/config/examples/delta/generic/Configuration_adv.h +++ b/config/examples/delta/generic/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/kossel_clear/Configuration_adv.h b/config/examples/delta/kossel_clear/Configuration_adv.h index 87ec4e716d..f948aacdb2 100644 --- a/config/examples/delta/kossel_clear/Configuration_adv.h +++ b/config/examples/delta/kossel_clear/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/kossel_mini/Configuration_adv.h b/config/examples/delta/kossel_mini/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/delta/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/kossel_mini/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/kossel_pro/Configuration_adv.h b/config/examples/delta/kossel_pro/Configuration_adv.h index 48a0869960..e750356f7a 100644 --- a/config/examples/delta/kossel_pro/Configuration_adv.h +++ b/config/examples/delta/kossel_pro/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/delta/kossel_xl/Configuration_adv.h b/config/examples/delta/kossel_xl/Configuration_adv.h index b58f52c692..6bfa744cb0 100644 --- a/config/examples/delta/kossel_xl/Configuration_adv.h +++ b/config/examples/delta/kossel_xl/Configuration_adv.h @@ -1631,13 +1631,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/config/examples/gCreate/gMax1.5+/Configuration_adv.h index ca0fcebada..45f7c2c602 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration_adv.h +++ b/config/examples/gCreate/gMax1.5+/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h index 4d3dbf9425..0277ca17f4 100644 --- a/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h +++ b/config/examples/linear_axes/Octopus 8 LINEAR_AXES/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h index 15c93aa77b..b0dbab1086 100644 --- a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h +++ b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/makibox/Configuration_adv.h b/config/examples/makibox/Configuration_adv.h index bf89538784..adea8a7946 100644 --- a/config/examples/makibox/Configuration_adv.h +++ b/config/examples/makibox/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate diff --git a/config/examples/tvrrug/Round2/Configuration_adv.h b/config/examples/tvrrug/Round2/Configuration_adv.h index b8cb102e48..a93fd55c46 100644 --- a/config/examples/tvrrug/Round2/Configuration_adv.h +++ b/config/examples/tvrrug/Round2/Configuration_adv.h @@ -1630,13 +1630,13 @@ #endif // HAS_DISPLAY -#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN) +#if HAS_FEEDRATE_EDIT #define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum - #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum - #if HAS_EXTRUDERS - #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum - #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum - #endif + #define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum +#endif +#if HAS_FLOW_EDIT + #define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum + #define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum #endif // Add 'M73' to set print job progress, overrides Marlin's built-in estimate