mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-29 23:07:42 +00:00
[1.1.x] reset bltouch on home (#11010)
This commit is contained in:
parent
c0e4a7a928
commit
e601cfb836
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user