Browse Source

Feedrate comment (#19116)

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

+ 3
- 3
Marlin/Configuration_adv.h View File

909
 
909
 
910
   #define CALIBRATION_MEASUREMENT_RESOLUTION     0.01 // mm
910
   #define CALIBRATION_MEASUREMENT_RESOLUTION     0.01 // mm
911
 
911
 
912
-  #define CALIBRATION_FEEDRATE_SLOW             60    // mm/m
913
-  #define CALIBRATION_FEEDRATE_FAST           1200    // mm/m
914
-  #define CALIBRATION_FEEDRATE_TRAVEL         3000    // mm/m
912
+  #define CALIBRATION_FEEDRATE_SLOW             60    // mm/min
913
+  #define CALIBRATION_FEEDRATE_FAST           1200    // mm/min
914
+  #define CALIBRATION_FEEDRATE_TRAVEL         3000    // mm/min
915
 
915
 
916
   // The following parameters refer to the conical section of the nozzle tip.
916
   // The following parameters refer to the conical section of the nozzle tip.
917
   #define CALIBRATION_NOZZLE_TIP_HEIGHT          1.0  // mm
917
   #define CALIBRATION_NOZZLE_TIP_HEIGHT          1.0  // mm

Loading…
Cancel
Save