Add BABYSTEP_ZPROBE_OFFSET as an optional feature

This commit is contained in:
Scott Lahteine
2017-04-13 16:29:43 -05:00
parent cd4e6abec8
commit 52c3ace102
23 changed files with 32 additions and 14 deletions

View File

@ -584,6 +584,7 @@
#define BABYSTEP_XY // Also enable X/Y Babystepping. Not supported on DELTA!
#define BABYSTEP_INVERT_Z false // Change if Z babysteps should go the other way
#define BABYSTEP_MULTIPLICATOR 1 // Babysteps are very small. Increase for faster motion.
//#define BABYSTEP_ZPROBE_OFFSET // Enable to combine M851 and Babystepping
//#define DOUBLECLICK_FOR_Z_BABYSTEPPING // Double-click on the Status Screen for Z Babystepping.
#define DOUBLECLICK_MAX_INTERVAL 1250 // Maximum interval between clicks, in milliseconds.
// Note: Extra time may be added to mitigate controller latency.