New machine, I am using Shopturn with reasonable success but want to use Fanuc G Code 'cause:

- re use existing code (lots of jobs!) from previous lathe
- more finesse/customisation in fine detail
- small elements are sometimes just quicker

Anyone got example code for this setup? struggling with the basics.

G291 needed at top of code - tick
G50 spindle rev limit not recognised - G92 seems to be the alternative?
Tool change T0101 is throwing an error - 'D number 1 is not defined'
Am I going to hit issues with drilling? screwcutting? cycles?


G291
G95
G92S1500
G0X150Y0Z100
T0101M6
G96S130M3
M8
G0X127Z1
G1Z-84F.25
G0X130Z.05
G1X16
Z0
X126.5,C.5
Z-84
G0X150Z200
M30