Skip to content

Commit

Permalink
Tevo Michelangelo config updates (MarlinFirmware#14895)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Aug 10, 2019
1 parent 5d2519e commit 5ea5d71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/examples/Tevo/Michelangelo/Configuration.h
Expand Up @@ -1334,8 +1334,8 @@
#endif

// Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY (50*60)
#define HOMING_FEEDRATE_Z (4*60)
#define HOMING_FEEDRATE_XY (120*60)
#define HOMING_FEEDRATE_Z (30*60)

// Validate that endstops are triggered on homing moves
#define VALIDATE_HOMING_ENDSTOPS
Expand Down Expand Up @@ -1686,7 +1686,7 @@
//
// Set this option if CLOCKWISE causes values to DECREASE
//
#define REVERSE_ENCODER_DIRECTION
//#define REVERSE_ENCODER_DIRECTION

//
// This option reverses the encoder direction for navigating LCD menus.
Expand Down

0 comments on commit 5ea5d71

Please sign in to comment.