Why my macros are not been called?
-
I have macros that respond to direct access by the DuePanel, but when I call them by the GCode, I get an error message
This a portion of my codewhile iterations<8
M98 P"Link.g"
G00 X0 Y130
M98 P"G54-Zero_Offset.g"
M42P4S0Please help!
Thanks -
@flopes what is the exact error message?
Ian
-
Warning: Macro file G54-Zero_Offset.g not found
Warning: Macro file Link.g not found -
@flopes if they're in the macros folder you'll have to use `M98 P"0:/macros/G54-Zero_Offset.g"
-
@jay_s_uk Thank you very much
-
-