🩹 Fix Ender-2 Manual Feedrate (E) (#657)

This commit is contained in:
Keith Bennett 2022-01-12 08:57:06 -08:00 committed by GitHub
parent 758d929ad6
commit c23dfb12e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1258,7 +1258,7 @@
// @section lcd
#if ANY(HAS_LCD_MENU, EXTENSIBLE_UI, HAS_DWIN_E3V2)
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 0 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
#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
#define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"