mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-02 10:53:01 +02:00
Enter config alarm state if homing failed due to bad config
This commit is contained in:
@@ -399,6 +399,8 @@ void mc_homing_cycle(AxisMask axis_mask) {
|
|||||||
}
|
}
|
||||||
if (!someAxisHomed) {
|
if (!someAxisHomed) {
|
||||||
report_status_message(Error::HomingNoCycles, CLIENT_ALL);
|
report_status_message(Error::HomingNoCycles, CLIENT_ALL);
|
||||||
|
sys.state = State::ConfigAlarm;
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
protocol_execute_realtime(); // Check for reset and set system abort.
|
protocol_execute_realtime(); // Check for reset and set system abort.
|
||||||
|
Reference in New Issue
Block a user