I have now finished the first part of my tool panel and my probing tools is up and running. Next part is tool changing and I have read the
Extending EMC document as the first step.
In the second step I will try to use the feature
4.6. Making minimal changes to the builtin codes.
This is my setup in the myui.ini:
[RS274NGC]
REMAP=M6 modalgroup=6 ngc=toolchange.ngc
This is my toolchange.ngc:
O<toolchange> sub
M6
(MSG, move to probe position)
(print, move to probe position)
O<toolchange> endsub
It seams that toolchange.ngc are not executed because I did not get any massage in the terminal window or a message inside the linuxcnc window. Any suggestion what mite be missing?
Do I need to remove HALFILE=axis_manualtoolchange.hal that comes from the GladeVCP demo gladevcp_panel.ini?
By the way, I have also tried REMAP=M6 modalgroup=6 ngc=toolchange