MK4duo e pins e features April 15, 2019 03:12AM |
Registered: 9 years ago Posts: 380 |
// X axis pins #define X_STEP_PIN ORIG_X_STEP_PIN #define X_DIR_PIN ORIG_X_DIR_PIN #define X_ENABLE_PIN ORIG_X_ENABLE_PIN #define X_CS_PIN ORIG_X_CS_PIN
//#define BABYSTEPPING // Also enable X/Y Babystepping. Not supported on DELTA! //#define BABYSTEP_XY // Change if Z babysteps should go the other way #define BABYSTEP_INVERT_Z false // Babysteps are very small. Increase for faster motion. #define BABYSTEP_MULTIPLICATOR 1 // Enable to combine M851 and Babystepping //#define BABYSTEP_ZPROBE_OFFSET // Double-click on the Status Screen for Z Babystepping. //#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Maximum interval between clicks, in milliseconds. // Note: Extra time may be added to mitigate controller latency. #define DOUBLECLICK_MAX_INTERVAL 1250
Re: MK4duo e pins e features April 15, 2019 09:43AM |
Registered: 10 years ago Posts: 6,409 |
Re: MK4duo e pins e features April 15, 2019 10:58AM |
Registered: 9 years ago Posts: 380 |
Re: MK4duo e pins e features May 01, 2019 05:47AM |
Registered: 7 years ago Posts: 1,059 |