Browse Source

Tevo Michelangelo config updates (#14895)

thisiskeithb 5 years ago
parent
commit
5ea5d71258
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      config/examples/Tevo/Michelangelo/Configuration.h

+ 3
- 3
config/examples/Tevo/Michelangelo/Configuration.h View File

1334
 #endif
1334
 #endif
1335
 
1335
 
1336
 // Homing speeds (mm/m)
1336
 // Homing speeds (mm/m)
1337
-#define HOMING_FEEDRATE_XY (50*60)
1338
-#define HOMING_FEEDRATE_Z  (4*60)
1337
+#define HOMING_FEEDRATE_XY (120*60)
1338
+#define HOMING_FEEDRATE_Z  (30*60)
1339
 
1339
 
1340
 // Validate that endstops are triggered on homing moves
1340
 // Validate that endstops are triggered on homing moves
1341
 #define VALIDATE_HOMING_ENDSTOPS
1341
 #define VALIDATE_HOMING_ENDSTOPS
1686
 //
1686
 //
1687
 //  Set this option if CLOCKWISE causes values to DECREASE
1687
 //  Set this option if CLOCKWISE causes values to DECREASE
1688
 //
1688
 //
1689
-#define REVERSE_ENCODER_DIRECTION
1689
+//#define REVERSE_ENCODER_DIRECTION
1690
 
1690
 
1691
 //
1691
 //
1692
 // This option reverses the encoder direction for navigating LCD menus.
1692
 // This option reverses the encoder direction for navigating LCD menus.

Loading…
Cancel
Save