Refactor 'Level Corners with Probe' (#20460)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
wmariz
2020-12-23 03:10:56 -03:00
committed by Scott Lahteine
parent c529209c8f
commit 60aeed99c6
4 changed files with 154 additions and 151 deletions

View File

@ -23,6 +23,10 @@
#include "../inc/MarlinConfigPre.h"
#if DISABLED(BLTOUCH_HS_MODE)
#define BLTOUCH_SLOW_MODE 1
#endif
// BLTouch commands are sent as servo angles
typedef unsigned char BLTCommand;