DWIN_CREALITY_LCD_JYERSUI

MarlinFirmware/Marlin#22422
This commit is contained in:
Scott Lahteine 2021-09-06 21:31:21 -05:00
parent a4093def94
commit 27d6e8d3e6
538 changed files with 1670 additions and 255 deletions

View file

@ -1196,7 +1196,7 @@
// @section lcd
#if ANY(IS_ULTIPANEL, EXTENSIBLE_UI, DWIN_CREALITY_LCD)
#if ANY(HAS_LCD_MENU, EXTENSIBLE_UI, HAS_DWIN_E3V2)
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
#define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines
#if IS_ULTIPANEL