; Testfile go to position ; will jog the machine to a position to give ; the image path must be relative from your config dir or absolute, "~" is allowed (IMAGE, ./macros/images/goto_x_y_z.png) O sub G17 G21 G54 G61 G40 G49 G80 G90 ;#1 = ;#2 = ;#3 = (DBG, Will now move machine to X = #1 , Y = #2 , Z = #3) G0 X #1 Y #2 Z #3 O endsub M2