瀏覽代碼

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

Radek 4 年之前
父節點
當前提交
4c8bb99059
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h 查看文件

@@ -1025,7 +1025,7 @@
1025 1025
 // @section lcd
1026 1026
 
1027 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 1029
   #define SHORT_MANUAL_Z_MOVE 0.025 // (mm) Smallest manual Z move (< 0.1mm)
1030 1030
   #if ENABLED(ULTIPANEL)
1031 1031
     #define MANUAL_E_MOVES_RELATIVE // Display extruder move distance rather than "position"

Loading…
取消
儲存