Question for where starting and stopping

Most likely a very beginner question, but If I set up an operation to start in the center and the job it performed, can the spindle return to center/ start position again? I do not see where this can be set.

There is not a ‘Return to Finish Position’ control such as LightBurn has, but in the Custom GCode area of Device Settings, you can manually specify a finish location in the ‘Job End’ section.

For example, these two lines would take the spindle up to (Machine) Z0 and then back to the (Workpiece) X0 Y0 origin.

G53 G0 Z0
G90 G54 G0 X0 Y0

2 Likes

OK, Thanks for the reply, Now if I just new how to read and write this G code so thar I could understand what it is saying and how to make the changes t so that it is what I want

.Where do I learn G code so that it makes sense?

Internet University.