Browse Source

Ender-3: Add feedrate for E manual move (#13996)

Martin Zeman 6 years ago
parent
commit
737d3d9283
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/examples/Creality/Ender-3/Configuration_adv.h

+ 1
- 1
config/examples/Creality/Ender-3/Configuration_adv.h View File

@@ -578,7 +578,7 @@
578 578
 // @section lcd
579 579
 
580 580
 #if ENABLED(ULTIPANEL)
581
-  #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 0} // Feedrates for manual moves along X, Y, Z, E from panel
581
+  #define MANUAL_FEEDRATE {50*60, 50*60, 4*60, 2*60} // Feedrates for manual moves along X, Y, Z, E from panel
582 582
   #define MANUAL_E_MOVES_RELATIVE // Show LCD extruder moves as relative rather than absolute positions
583 583
   #define ULTIPANEL_FEEDMULTIPLY  // Comment to disable setting feedrate multiplier via encoder
584 584
 #endif

Loading…
Cancel
Save