Does anybody have any info on a Tree 320? I currently have nothing.
Great! I send you a PM. Thanks.
I have a Journeyman 320 which came with the wiring prints and maintenace manuals.
I bought the "Operating and Programming Manual" seperatley but it didn't have anything to do with my machine. If your machine has a CRT and takes regular G-code then the manual I purchased is probably correct for your machine. If your machine is like mine, then I don't have a manual but this sample code template should get you started.
Pete
The machine is actually a Journeyman 330. I was mistaken earlier. Does anybody have the electrical prints for a 330?
Thanks for the code help P!
I made a custom post-processor for VisualMill 6.0 if your machine uses the same syntax as mine.
The machine will accept modal commands but I find it easier to debug hand written code if I put in all the fields. There isn't much need to hand edit with VisualMill so my post-processor uses modal commands which reduces the file size by about 80%. This comes in very handy on a machne that communicates at 1200 BAUD and only has 64K of program space.
Pete