🐛 Fix CR-10 V2 w/out BLTouch (#523)

This commit is contained in:
sitic 2021-06-22 12:06:07 -07:00 committed by GitHub
parent 1832178fc9
commit 9da9fa4b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1937,7 +1937,9 @@
* Repeatedly attempt G29 leveling until it succeeds.
* Stop after G29_MAX_RETRIES attempts.
*/
#define G29_RETRY_AND_RECOVER
#if ENABLED(CR10V2_BLTOUCH)
#define G29_RETRY_AND_RECOVER
#endif
#if ENABLED(G29_RETRY_AND_RECOVER)
#define G29_MAX_RETRIES 3
#define G29_HALT_ON_FAILURE