
I have no idea what I am doing in this forum or how these work but I have come to hopefully find some help. If this post does show up and is in the wrong place I apologize.
I have finally got some parts to run and learned enough about machining and now I have this problem.
I converted a Bridgeport and have been using it with Mach 3 for several months in my spare time. I use Alibre CAD/CAM to generate G-Code and this has always worked fine for me. Recently I did a simple outside and interior profile with radius corners on the outside and Mach cut 45 degree angles instead. I don’t understand much G Code so I tried to redraw the part and found that it wanted to do the same thing. I then loaded the G Code into My trial and unregistered version of Mach that is not connected to a machine. The file came up fine with radius corners but again when I loaded the file into my licensed version on the mill it shows up with angled corners.
This machine has always done what I asked it to up until now. I can think of no changes that I have made other than speeding up my steppers. I do not understand what is happening here. Can someone help me out? Have I changed something inadvertently?
Here is the code:
G00 G49 G40.1 G17 G80 G50 G90
G20
(Outer Profile)
(1/4" EM)
M6 T15
M03 S2400
G00 Z0.2500
X-2.1164 Y-1.9990
G01 Z0.1375 F15.0
X-2.4000 Z0.0875 F5.0
G17
G02X-2.6240Y-1.7750I0.0000J0.2240 F7.0
G01 Y0.0100
Z0.1000
Y0.4580
Z0.0875
Y1.7750
G02X-2.4000Y1.9990I0.2240J0.0000
G01 X0.0101
Z0.1000
X0.4581
Z0.0875
X2.4000
G02X2.6240Y1.7750I0.0000J-0.2240
G01 Y-0.0101
Z0.1000
Y-0.4581
Z0.0875
Y-1.7750
G02X2.4000Y-1.9990I-0.2240J0.0000
G01 X-0.0102
Z0.1000
X-0.4582
Z0.0875
X-2.4000
Z0.0500
G02X-2.6240Y-1.7750I0.0000J0.2240
G01 Y0.0100
Z0.1000
Y0.4580
Z0.0500
Y1.7750
G02X-2.4000Y1.9990I0.2240J0.0000
G01 X0.0101
Z0.1000
X0.4581
Z0.0500
X2.4000
G02X2.6240Y1.7750I0.0000J-0.2240
G01 Y-0.0101
Z0.1000
Y-0.4581
Z0.0500
Y-1.7750
G02X2.4000Y-1.9990I-0.2240J0.0000
G01 X-0.0102
Z0.1000
X-0.4582
Z0.0500
X-2.4000
Z0.0000
G02X-2.6240Y-1.7750I0.0000J0.2240
G01 Y0.0100
Z0.1000
Y0.4580
Z0.0000
Y1.7750
G02X-2.4000Y1.9990I0.2240J0.0000
G01 X0.0101
Z0.1000
X0.4581
Z0.0000
X2.4000
G02X2.6240Y1.7750I0.0000J-0.2240
G01 Y-0.0101
Z0.1000
Y-0.4581
Z0.0000
Y-1.7750
G02X2.4000Y-1.9990I-0.2240J0.0000
G01 X-0.0102
Z0.1000
X-0.4582
Z0.0000
X-2.4000
G00 Z0.2500
M5 M9
M30