Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
; With TCPC, G54 offsets don't have to be 0
G53 G0 Z0      ; Retract to safe position
G53 X2.5 Y2.5 ; Position X and Y to safe position
G54
G43 H1 ; Call up tool length offset, in this case tool 1
G0 A45 B0 ; Initial orientation
G6.2 X2 Y1.5 Z2 I1 J1 K0 P0                ; Initial X and Y axis move
G6.2 X2 Y1.5 Z2 I0 J0 K1 P1  F20.        ; Plunge to initial Z axis position
M428 ; Enable TCPC

; ... Machining operation relative to defined G54 offset

M429 ; Disable TCPC

...