Category: General LinuxCNC Questions
Hi,
I am working on a linear ATC project in LinuxCNC. Currently, my atc.ngc file uses data from tool.tbl, but I need to manually run an external Python script every time the tool table data changes to update atc.ngc.
Is there a way to automatically reload tool.tbl data into my ATC program without needing an external script? Can LinuxCNC directly access the updated tool table in real-time within G-code or any built-in mechanism to trigger an update?
Any suggestions or alternative solutions would be appreciated.
Thanks!