Minor cleanup of set_bed_leveling_enabled

This commit is contained in:
Scott Lahteine 2016-10-10 17:05:40 -05:00
parent 029824bc49
commit a10e81dc2a

View File

@ -2225,8 +2225,8 @@ static void clean_up_after_endstop_or_probe_move() {
#elif HAS_ABL
if (enable != planner.abl_enabled) {
planner.abl_enabled = !planner.abl_enabled;
if (!planner.abl_enabled)
planner.abl_enabled = enable;
if (!enable)
set_current_from_steppers_for_axis(
#if ABL_PLANAR
ALL_AXES