Browse Source

Mention units for MANUAL_FEEDRATE (#18993)

qwewer0 3 years ago
parent
commit
bd690f12bc
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -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"

Loading…
Cancel
Save