Skip to content

Commit

Permalink
clear door alarm before checking door
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Jan 17, 2025
1 parent 70f3f09 commit fb2aa40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uCNC/src/core/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ static uint8_t parser_grbl_exec_code(uint8_t code)
}

#if ASSERT_PIN(SAFETY_DOOR)
cnc_clear_exec_state(EXEC_DOOR);
if (cnc_get_exec_state(EXEC_DOOR))
{
return STATUS_CHECK_DOOR;
Expand Down

0 comments on commit fb2aa40

Please sign in to comment.