I am trying to get SheetCAD Ver 4.1.41 to produce G Code files for a Flow Waterjet Pro. I get a text file that contains a list of coordinate values with no line numbers or any letters at all. Below is a snippet from the file.
0.0000 0.0000 0.0000 0
0.7213 1.1710 -0.2346 3
0.6662 1.1850 -0.1637 3
0.6453 1.2200 0.0230 3
0.6069 1.3650 0.0000 3
1.1772 1.3650 0.0000 3
1.1772 1.1275 0.2475 3
1.1772 0.6225 0.0000 3
1.1772 0.3850 0.0000 3
0.6069 0.3850 0.1301 3
I then selected a Bridgeport mill and below is a snippet of the file for it:
N0010 G70 G75 G40 G90;
N0020 ;, Part: Beer Opener)
N0030 F25.;
N0040 ;, Process: Inside Offset, CUTOUT, T1: Jet tool
N0050 ;,Jet tool
N0060 M6 T1;
N0070 G00 Z0.5000;
N0080 X0.7213 Y1.1710;
N0090 Z0.1181;
N0100 F4.;
N0110 G02 X0.6662 Y1.1850 Z0.0591 I0.7078 J1.2336;
N0120 F25.;
N0130 X0.6453 Y1.2200 I0.7078 J1.2336;
N0140 G03 X0.6069 Y1.3650 I-0.9512 J0.8750;
This file will come a lot closer to running than the first.
Any help on getting the Flow Waterjet file to work will be appreciated.
Phil Wagoner