Fix stepper motor directions

This commit is contained in:
Danny Oh 2020-07-29 03:12:42 -07:00
parent ed57425c08
commit 42486dca57

View File

@ -128,7 +128,7 @@
// Choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_13_EFB
#define MOTHERBOARD BOARD_MKS_GEN_13
#endif
// Name displayed in the LCD "Ready" message and Info menu
@ -1093,9 +1093,9 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false
#define INVERT_Z_DIR true
// @section extruder