mirror of
https://github.com/grblHAL/core.git
synced 2026-03-27 02:36:04 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user