I own a Planet CNC MK1 Controller (properly licensed version). I'm not the most competent in GCODE yet and have come up against the follwoing issue.

I created the outline of a koala head shape for a project and wanted to cut out multiple of these per sheet. So I copied the GCODE and used the following code to allow the machine to move location before cutting the next one out:

G00 Y40
G00 X00
G92 Y00

But, while this seemed to work fine initially, It has had a weird side effect in that it would move the default location of my working area permanently for every item I now load. To explain I'm attaching my GCODE file and two screen shots.

Please help! I'm hoping to fix what I'm doing wrong and somehow reset the machine / controller to 'zero' again.

I'm sure its a simply GCODE command I can use, but am at a loss as to which command to use to fix my issue.