[2.0.x] different bltouch init (#11135)

This commit is contained in:
Giuliano
2018-07-26 12:04:09 +02:00
committed by Scott Lahteine
parent 624986d423
commit 4237c3d9f8
3 changed files with 21 additions and 28 deletions

View File

@ -71,7 +71,6 @@
FORCE_INLINE void bltouch_init() {
// Make sure any BLTouch error condition is cleared
bltouch_command(BLTOUCH_RESET);
set_bltouch_deployed(true);
set_bltouch_deployed(false);
}
#endif