浏览代码

Mention units for MANUAL_FEEDRATE (#18993)

qwewer0 4 年前
父节点
当前提交
bd690f12bc
没有帐户链接到提交者的电子邮件
共有 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, 2*60 } // Feedrates for manual moves along X, Y, Z, E from panel
1028
+  #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/m) 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"

正在加载...
取消
保存