Hi everyone,
i have a chinese cnc router. until now we have worked with artcam' which have a posr processor option called "gcode". heres a sample of its output, when making a simple square ( we removed some of the code in the middle because it is too long) :
T1M6
G0Z20.000
G0X0.000Y0.000S15000M3
G0X146.512Y210.752Z20.000
G1Z-5.000F3000.0
G1X146.443Y210.754F4560.0
X146.372Y210.758
X146.301Y210.767
X146.230Y210.779
X146.158Y210.794
X146.085Y210.814
X146.013Y210.837
X145.942Y210.865
X145.871Y210.896
X145.801Y210.931
...
G0Z20.000
G0X0.000Y0.000
G0Z20.000
G0X0Y0
M30

we need the post processor for alphacam, we could find it on the alphacam default list,
please help
Thanks