( Macro - Reset Work Position to Zero for all 5 axes )
( #5520 - Current Coordinate system number   )
( #5021 ... #5026 - Current Machine Position )
( #5401 ... #5406 - Current Tool Offset      )
( #10 - Given axis (0-X;1-Y;2-Z;3-A;4-B;5-C) )

G90 G10 L2 P#5220 X[#5021-#5401] Y[#5022-#5402] Z[#5023-#5403] A[#5024-#5404] B[#5025-#5405] C[#5026]



