mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
✨ Configurable edit limits (2)
This commit is contained in:
parent
8c4383a151
commit
83eb1a98d6
354 changed files with 2124 additions and 2124 deletions
|
@ -1629,13 +1629,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1639,13 +1639,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1635,13 +1635,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1627,13 +1627,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1631,13 +1631,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1631,13 +1631,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1638,13 +1638,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1629,13 +1629,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1631,13 +1631,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1632,13 +1632,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1631,13 +1631,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1631,13 +1631,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1631,13 +1631,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
|
@ -1630,13 +1630,13 @@
|
||||||
|
|
||||||
#endif // HAS_DISPLAY
|
#endif // HAS_DISPLAY
|
||||||
|
|
||||||
#if ANY(HAS_MARLINUI_MENU, DWIN_CREALITY_LCD, DWIN_LCD_PROUI, MALYAN_LCD, TOUCH_SCREEN)
|
#if HAS_FEEDRATE_EDIT
|
||||||
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MIN 10 // (%) Feedrate percentage edit range minimum
|
||||||
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range minimum
|
#define SPEED_EDIT_MAX 999 // (%) Feedrate percentage edit range maximum
|
||||||
#if HAS_EXTRUDERS
|
#endif
|
||||||
|
#if HAS_FLOW_EDIT
|
||||||
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MIN 10 // (%) Flow percentage edit range minimum
|
||||||
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range minimum
|
#define FLOW_EDIT_MAX 999 // (%) Flow percentage edit range maximum
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
// Add 'M73' to set print job progress, overrides Marlin's built-in estimate
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue