mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-15 02:37:53 -06:00
🐛 Fix CR-10 V2 w/out BLTouch (#523)
This commit is contained in:
parent
1832178fc9
commit
9da9fa4b48
1 changed files with 3 additions and 1 deletions
|
@ -1937,7 +1937,9 @@
|
||||||
* Repeatedly attempt G29 leveling until it succeeds.
|
* Repeatedly attempt G29 leveling until it succeeds.
|
||||||
* Stop after G29_MAX_RETRIES attempts.
|
* 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)
|
#if ENABLED(G29_RETRY_AND_RECOVER)
|
||||||
#define G29_MAX_RETRIES 3
|
#define G29_MAX_RETRIES 3
|
||||||
#define G29_HALT_ON_FAILURE
|
#define G29_HALT_ON_FAILURE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue