Added capability flags to HAL for all coolant outputs.

Hide related settings when no spindle and/or coolant outputs are available. From PR #479.
Fixed typo related to Modbus direction signal. Ref. issue #478.
Fixed typo in handling of aux output port settings. Ref issue #476.
This commit is contained in:
Terje Io
2024-03-30 21:08:48 +01:00
parent d9ed1bd89c
commit 5afac36157
11 changed files with 62 additions and 30 deletions

View File

@@ -191,6 +191,7 @@ int grbl_enter (void)
hal.irq_disable = dummy_handler;
hal.irq_claim = dummy_irq_claim;
hal.nvs.size = GRBL_NVS_SIZE;
hal.coolant_cap.flood = On;
hal.limits.interrupt_callback = limit_interrupt_handler;
hal.control.interrupt_callback = control_interrupt_handler;
hal.stepper.interrupt_callback = stepper_driver_interrupt_handler;