mirror of
https://github.com/synthetos/g2.git
synced 2026-02-06 02:51:54 +08:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user