Skip to content

Commit

Permalink
[1.1.x] reset bltouch on home (#11010)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and thinkyhead committed Sep 22, 2018
1 parent 57d63f1 commit 2dfa78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2dfa78c

Please sign in to comment.