Drop a conditional only used once

This commit is contained in:
Scott Lahteine
2018-02-24 16:35:31 -06:00
parent a01473d7a5
commit 3f89bbeab5
3 changed files with 9 additions and 14 deletions

View File

@ -733,7 +733,7 @@ void GcodeSuite::G29() {
#endif // AUTO_BED_LEVELING_3POINT
// Raise to _Z_CLEARANCE_DEPLOY_PROBE. Stow the probe.
// Stow the probe, raising if not fix-mounted.
if (STOW_PROBE()) {
set_bed_leveling_enabled(abl_should_enable);
measured_z = NAN;