mirror of
https://github.com/synthetos/g2.git
synced 2026-02-06 02:51:54 +08:00
Fixed reversed move coming out of hold-flush. Look in planner.cpp / planner_reset() for fix.; removed some legacy +++++ comments
This commit is contained in:
@@ -72,7 +72,7 @@ stat_t cm_arc_callback(cmMachine_t *_cm)
|
||||
if (_cm->arc.run_state == BLOCK_INACTIVE) {
|
||||
return (STAT_NOOP);
|
||||
}
|
||||
if (mp_planner_is_full(mp)) { //+++++
|
||||
if (mp_planner_is_full(mp)) {
|
||||
return (STAT_EAGAIN);
|
||||
}
|
||||
_cm->arc.theta += _cm->arc.segment_theta;
|
||||
|
||||
Reference in New Issue
Block a user