[1.1.x] reset bltouch on home (#11010)

This commit is contained in:
Giuliano 2018-06-13 21:08:47 +02:00 committed by Scott Lahteine
parent c0e4a7a928
commit e601cfb836

View File

@ -4100,6 +4100,7 @@ inline void gcode_G28(const bool always_home_all) {
#endif
#if ENABLED(BLTOUCH)
bltouch_command(BLTOUCH_RESET);
set_bltouch_deployed(false);
#endif