mirror of
https://github.com/grblHAL/core.git
synced 2026-02-06 00:52:35 +08:00
Refactored tool table API/HAL, now supports tool > tool rack/carousel pocket mapping.
Named system parameters _current_pocket and _selected_pocket updated to return the correct values. Moved handling of keeping last tool number over reboot from template plugin to the core. Added named system parameters _homed_state and _homed_axes. Fix for failure to claim auxiliary ports in some configurations.
This commit is contained in:
@@ -38,6 +38,11 @@
|
||||
plasma_init();
|
||||
#endif
|
||||
|
||||
#if TOOLTABLE_ENABLE
|
||||
extern void tooltable_init (void);
|
||||
tooltable_init();
|
||||
#endif
|
||||
|
||||
#if MODBUS_ENABLE && (MODBUS_ENABLE & MODBUS_RTU_ENABLED)
|
||||
|
||||
extern void modbus_rtu_init (int8_t stream, int8_t dir_aux);
|
||||
|
||||
Reference in New Issue
Block a user