Versions Compared

Key

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

...

Code Block
; Without TCPC, G54 offsets should all be set to 0
G53 G0 Z0      ; Retract to safe position
G53 X2.5 Y2.5 ; Position X and Y to safe position
G54
G43 H1
G0 A45 B0 ; Initial orientation
G0 X2 Y.3536  ; Initial X and Y axis move
G1 Z1.7678     ; Plunge to initial Z axis position
; ... Machining operation about center of rotation

...