Passes all get/set regressions. Fixed type coercion on GETS (not supposed to happen); Failing digital inputs for some reason; re-organized cm_set_tram() to use the nv->value_int boolean value

This commit is contained in:
Alden Hart
2017-03-20 09:23:54 -04:00
parent dfbcc3f050
commit 2a7a65efa5
6 changed files with 87 additions and 101 deletions

View File

@@ -213,7 +213,6 @@ static stat_t _probe_move(const float target[], const bool flags[])
pb.waiting_for_motion_complete = true; // set this BEFORE the motion starts
cm_straight_feed(target, flags, PROFILE_FAST); // NB: feed rate was set earlier, so it's OK
mp_queue_command(_motion_end_callback, nullptr, nullptr); // the last two arguments are ignored anyway
// st_request_forward_plan(); //+++++
return (STAT_EAGAIN);
}