Macro programming
1min
Add a subroutine with the right name in the macro.cnc and execute what you want there:
ini
|
You can do this for all pendant macro buttons.
Add a subroutine with the right name in the macro.cnc and execute what you want there:
Sub xhc_macro_1 Msg “This is xhc macro 1 button is pressed” ;Add any EdingCNC compatible g-code you want here EndSub
You can do this for all pendant macro buttons.