Преглед изворни кода

Increase Manual E Move Feedrate to 2mm/s (#18937)

Radek пре 4 година
родитељ
комит
4c8bb99059
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Прегледај датотеку

1025
 // @section lcd
1025
 // @section lcd
1026
 
1026
 
1027
 #if EITHER(ULTIPANEL, EXTENSIBLE_UI)
1027
 #if EITHER(ULTIPANEL, EXTENSIBLE_UI)
1028
-  #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 60 } // Feedrates for manual moves along X, Y, Z, E from panel
1028
+  #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // Feedrates for manual moves along X, Y, Z, E from panel
1029
   #define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
1029
   #define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
1030
   #if ENABLED(ULTIPANEL)
1030
   #if ENABLED(ULTIPANEL)
1031
     #define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"
1031
     #define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"

Loading…
Откажи
Сачувај