Is there a recommended way to zero with the tinyg? I usually use a piece of paper to get my z-axis to 0.1mm above my stock. I would then like to set the z-axis to zero.
I am unsure how to do that, I have been just resetting and compensating for this 0.1mm above stock in my CAM setup. Any advice would be appreciated, thanks!
The normal way to do this is to issue a G92 command. Type G92 X0 Y0 Z0 to zero all axes. What’s actually happening is a bit more complicated, and involves the coordinate systems. The G92 is actually an offset to the currently active work coordinate system (G54 by default) – allowing you to specify the coordinates with which you would like to refer to the current tool position. More references can be found on our wiki: