Calibration Problems with Repitier firmware and repitier host. July 20, 2013 04:45PM |
Registered: 13 years ago Posts: 6 |
Re: Calibration Problems with Repitier firmware and repitier host. July 20, 2013 09:01PM |
Registered: 11 years ago Posts: 24 |
Re: Calibration Problems with Repitier firmware and repitier host. July 21, 2013 02:44AM |
Registered: 13 years ago Posts: 2,705 |
#define INVERT_X_DIR false #define INVERT_Y_DIR false #define INVERT_Z_DIR false
/* By default all endstops are pulled up to HIGH. You need a pullup if you use a mechanical endstop connected with GND. Set value to false for no pullup on this endstop. */ #define ENDSTOP_PULLUP_X_MIN false #define ENDSTOP_PULLUP_Y_MIN false #define ENDSTOP_PULLUP_Z_MIN false #define ENDSTOP_PULLUP_X_MAX false #define ENDSTOP_PULLUP_Y_MAX false #define ENDSTOP_PULLUP_Z_MAX false // Set to true to invert the logic of the endstops #define ENDSTOP_X_MIN_INVERTING false #define ENDSTOP_Y_MIN_INVERTING false #define ENDSTOP_Z_MIN_INVERTING false #define ENDSTOP_X_MAX_INVERTING true #define ENDSTOP_Y_MAX_INVERTING true #define ENDSTOP_Z_MAX_INVERTING true
Re: Calibration Problems with Repitier firmware and repitier host. July 21, 2013 07:39AM |
Registered: 13 years ago Posts: 6 |
Re: Calibration Problems with Repitier firmware and repitier host. July 21, 2013 08:13AM |
Registered: 12 years ago Posts: 129 |
Re: Calibration Problems with Repitier firmware and repitier host. July 21, 2013 10:58AM |
Registered: 13 years ago Posts: 2,705 |
#define ALWAYS_CHECK_ENDSTOPS true