🚸 CR-20 BABYSTEP_ZPROBE_OFFSET (#592)

This commit is contained in:
Keith Bennett 2021-10-24 22:56:52 -07:00 committed by GitHub
parent 53b87106c5
commit 910c7078ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1883,10 +1883,10 @@
//#define BABYSTEP_DISPLAY_TOTAL // Display total babysteps since last G28
//#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#define BABYSTEP_ZPROBE_OFFSET // Combine M851 Z and Babystepping
#if ENABLED(BABYSTEP_ZPROBE_OFFSET)
//#define BABYSTEP_HOTEND_Z_OFFSET // For multiple hotends, babystep relative Z offsets
//#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
#define BABYSTEP_ZPROBE_GFX_OVERLAY // Enable graphical overlay on Z-offset editor
#endif
#endif