Home › Forums › TinyG › TinyG Support › Homing and seting zero
Hi, new to TinyG and could do with a bit of G-Code advice, given the following setup
Power on Set G28.2x0y0 –seek home and set to zero using limit switchs. G0x100y100 –moving to a know position in G54 G55 –Change co-ord system
How do I now zero x and y in G55 such that when I switch back to G54, X=100, y=100 still?
Thanks
Stephen.
I can’t offer any suggestions, don’t use limit switches yet. Many do, someone will stop by and comment, I’m sure. In the meantime, have you read thru the wiki info?
Hi, think I’ve worked it out, its
G10 P2 L2 X100 Y100
Cheers,