Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Marlin/src/gcode/bedlevel/abl/G29.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -439,14 +439,6 @@ G29_TYPE GcodeSuite::G29() {
// Be formal so G29 can be done successively without G28.
if (!no_action) set_bed_leveling_enabled(false);

#if HAS_BED_PROBE
// Deploy the probe. Probe will raise if needed.
if (DEPLOY_PROBE()) {
set_bed_leveling_enabled(abl_should_enable);
G29_RETURN(false);
}
#endif

if (!faux) setup_for_endstop_or_probe_move();

#if ENABLED(AUTO_BED_LEVELING_BILINEAR)
Expand Down