Skip to content

Commit

Permalink
Corrected #endif and ifdef for Z_PROBE_SLED code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Bell authored and Charles Bell committed Sep 4, 2014
1 parent 37799f7 commit 3b8216b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,8 @@ static void homeaxis(int axis) {
#if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
#ifndef Z_PROBE_SLED
if (axis==Z_AXIS) retract_z_probe();
#endif#
endif
#endif
#endif

}
}
Expand Down Expand Up @@ -1193,7 +1193,7 @@ void refresh_cmd_timeout(void)
} //retract
#endif //FWRETRACT

#ifdef ENABLE_AUTO_BED_LEVELING
#ifdef Z_PROBE_SLED
//
// Method to dock/undock a sled designed by Charles Bell.
//
Expand Down

0 comments on commit 3b8216b

Please sign in to comment.