Merge bug fixes from recent v0.8c push. Added readme for Grbl Sim.
This commit is contained in:
parent
8a1720e1a1
commit
97d18f0ffe
5 changed files with 17 additions and 3 deletions
|
|
@ -226,6 +226,8 @@ void mc_go_home()
|
|||
LIMIT_PCMSK &= ~LIMIT_MASK; // Disable hard limits pin change register for cycle duration
|
||||
|
||||
limits_go_home(); // Perform homing routine.
|
||||
|
||||
protocol_execute_runtime(); // Check for reset and set system abort.
|
||||
if (sys.abort) { return; } // Did not complete. Alarm state set by mc_alarm.
|
||||
|
||||
// The machine should now be homed and machine zero has been located. Upon completion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue