SKR 1.4 dual z endstop - not moving when homing March 25, 2024 01:57PM |
Registered: 6 months ago Posts: 1 |
Quote
Send: G28 Z0 Recv: T:16.07 /0.00 B:15.78 /0.00 @:0 B@:0
Recv: echo:busy: processing Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly
Recv: T:15.89 /0.00 B:15.94 /0.00 @:0 B@:0 Recv: echo:busy: processing
// @section stepper drivers #define X_DRIVER_TYPE TMC2209 #define Y_DRIVER_TYPE TMC2209 #define Z_DRIVER_TYPE TMC2209 // #define X2_DRIVER_TYPE A4988 // #define Y2_DRIVER_TYPE A4988 #define Z2_DRIVER_TYPE TMC2209 // #define Z3_DRIVER_TYPE A4988 // #define Z4_DRIVER_TYPE A4988 #define E0_DRIVER_TYPE TMC2209 . . . // @section endstops #define USE_XMIN_PLUG #define USE_YMIN_PLUG #define USE_ZMIN_PLUG // #define USE_XMAX_PLUG // #define USE_YMAX_PLUG #define USE_ZMAX_PLUG
// // Multi-Z steppers // #ifdef Z2_DRIVER_TYPE // #define INVERT_Z2_VS_Z_DIR // Z2 direction signal is the opposite of Z #define Z_MULTI_ENDSTOPS // Other Z axes have their own endstops #if ENABLED(Z_MULTI_ENDSTOPS) #define Z2_USE_ENDSTOP _ZMAX_ // Z2 endstop board plug. Don't forget to enable USE_*_PLUG. #define Z2_ENDSTOP_ADJUSTMENT 0 // Z2 offset relative to Z endstop #endif
#elif ENABLED(Z_MULTI_ENDSTOPS) #ifndef Z_MIN_PIN #define Z_MIN_PIN P1_27 // Z-STOP #endif #ifndef Z_MAX_PIN #define Z_MAX_PIN P1_25 // E1DET #endif #else #ifndef Z_STOP_PIN #define Z_STOP_PIN P1_27 // Z-STOP #endif #endif
Re: SKR 1.4 dual z endstop - not moving when homing April 08, 2024 04:21PM |
Registered: 6 months ago Posts: 1 |
Re: SKR 1.4 dual z endstop - not moving when homing April 09, 2024 04:52PM |
Registered: 2 years ago Posts: 1 |
Re: SKR 1.4 dual z endstop - not moving when homing April 09, 2024 07:53PM |
Admin Registered: 13 years ago Posts: 7,122 |
Re: SKR 1.4 dual z endstop - not moving when homing June 05, 2024 03:50PM |
Registered: 4 months ago Posts: 6 |
Re: SKR 1.4 dual z endstop - not moving when homing June 05, 2024 09:29PM |
Admin Registered: 13 years ago Posts: 7,122 |