You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After estop is triggered, the machine state is set to homing_state_ = GCodeMachineControl::HomingState::NEVER_HOMED;
and motors are shutdown. Segments could still be enqueued in the planner or in worse in the PRU.
We should enforce a clear state after that or an estop clear could lead to machine executing an unfinished PRU segment (at some undefined speed).
The text was updated successfully, but these errors were encountered:
After estop is triggered, the machine state is set to homing_state_ = GCodeMachineControl::HomingState::NEVER_HOMED;
and motors are shutdown. Segments could still be enqueued in the planner or in worse in the PRU.
We should enforce a clear state after that or an estop clear could lead to machine executing an unfinished PRU segment (at some undefined speed).
The text was updated successfully, but these errors were encountered: