@dc42 said in Is there a basic guide to set the duet up as a CNC:
@Asdasd1234 said in Is there a basic guide to set the duet up as a CNC:
Run macro that does:
-G10 L20 P2 X0 Y0 Z0
-G55Alternatively, use P1 in the G10 command instead of P2, then you don't need the G55.
This is true... but... a lot of people like to leave G54 matching machine, because there the controller is always in some Work Coordinate System, and it just makes more sense for the human to have G54 match the physical layout of the device, G55 match the first fixture, G56 the second fixture and so forth.
Again, there is no "right or wrong" here... and some people do it a completely different way... the most common practice I've seen is leaving G54 alone (or, technically, G54 has a 0,0,0 offset to G53).