Hello, when I run any g-code in Repetier my machine does not move, so I delete some lines of the g-code and then my MPCNC is alive.
I need to delete these lines every time before I run the any g-code. I have no idea how to fix this, if it is related to Fusion 360 or to the firmware?
The lines I delete are from “Start begin” to “Start End”
; *** START begin *** G90 G21 M84 S0 G92 X0 Y0 Z0 ; COMMAND_TOOL_MEASURE M0 Attach ZProbe G28 Z G92 Z0.8 G0 Z40 F300 M400 M0 Detach ZProbe ; *** START end ***