
Btw, typo on pg 6. "federate" instead of "feed rate".
Can you elaborate on your macro? I'm new to all of this, and it would be beneficial to know how to make one for UGS...FargoPhil wrote:For what it's worth, I've been using Universal GCode Sender with a touch probe. I created a macro to probe and set Z with the offset thickness of my touch plate. This works great for setting Z after a tool change.
Code: Select all
G21; G38.2 Z-25 F1; G92 Z3.28; G91 G0 Z10.0 (z-probe macro)
G21; G38.2 Z-25 F1; G10 P1 L20 Z3.28; G91 G0 Z6.72; (Probe and set work z)
G10 P1 L20 X0.0 Y0.0 (Set work xy)