- Joined
- Aug 21, 2022
- Messages
- 53
I have finished fixing a Little Machine Shop CNC High Torque Mini Mill which was given to me because it had a blown cutting motor and it also had a blown controller circuit board that probably burned out due to the cutting motor going bad. I ordered a new motor and found a guy that repaired the blown controller board for the cutting motor. The Little Machine Shop mill was converted by a previous owner to CNC and has a Probotix CNC controller board in it. I have a Windows 7 32bit computer with a parallel port in it to connect to the Probotix Controller. I have mounted the CNC mill in an 80/20 extruded aluminum cage and have installed some nice limit switches. I have done all of the motor tuning and setting up the soft limits and other related items to the mill. I am running the Mach3 CNC software on this machine. I am also trying to figure out Fusion 360 for designing simple parts and then trying to machine them on the milling machine.
My first project is a simple part with two slots milled all the way through some 1/8" aluminum piece of scrap material. I had a couple of problems that I had to figure out when I tried to run the G-code for the first project. In Fusion 360 I picked the lower front left hand side of the part as my starting origin point. When I tried to run the part the machine was not starting at the lower front left hand corner but after hours of scratching my head I figured out that it thinks its starting point is the rear right hand corner of the part. This is okay I guess now that I have figured out that is what it is doing but I do not know why. If anyone knows the answer to this please let me know.
My second issue is when I run the G-code the endmill does not engage the part as expected. It starts at about .0844 above the part and then when the program completes it did not mill all the way through the part as expected. I am bewildered as to why Fusion 360 is doing this. I do see that while it is milling and watching the DRO that it does engage the part when the DRO reads the Z axis finally going to zero. So I am not sure if this is a Fusion 360 problem which I suspect it is or if it is a Mach 3 problem. Below I will include the G-code and give you a link to a YouTube video of what it is doing.
Please let me know what you think I am doing wrong!
****************** G-code Start*****************************
(1001)
(T1 D=0.3125 CR=0. - ZMIN=-0.227 - FLAT END MILL)
G90 G94 G91.1 G40 G49 G17
G20
(WHEN USING FUSION FOR PERSONAL USE, THE FEEDRATE OF RAPID)
(MOVES IS REDUCED TO MATCH THE FEEDRATE OF CUTTING MOVES,)
(WHICH CAN INCREASE MACHINING TIME. UNRESTRICTED RAPID MOVES)
(ARE AVAILABLE WITH A FUSION SUBSCRIPTION.)
G28 G91 Z0.
G90
(SLOT6)
T1 M6
S5000 M3
G17 G90 G94
G54
G0 X0.54 Y1.71
G43 Z0.6 H1
G1 Z0.2 F39.4
Z0.1 F13.1
X3.45 Z0.0844
X0.54 Z0.0689
X3.45 Z0.0533
X0.54 Z0.0377
X3.45 Z0.0221
X0.54 Z0.0066
X3.45 Z-0.009
X0.54 Z-0.0246
X3.45 Z-0.0401
X0.54 Z-0.0557
X3.45 Z-0.0713
X0.54 Z-0.0869
X3.45 Z-0.1024
X0.54 Z-0.118
X3.45 Z-0.1336
X0.54 Z-0.1491
X3.45 Z-0.1647
X0.54 Z-0.1803
X3.45 Z-0.1959
X0.54 Z-0.2114
X3.45 Z-0.227
X0.54 F39.4
Z0.2
Y1.04
Z0.1 F13.1
X3.45 Z0.0844
X0.54 Z0.0689
X3.45 Z0.0533
X0.54 Z0.0377
X3.45 Z0.0221
X0.54 Z0.0066
X3.45 Z-0.009
X0.54 Z-0.0246
X3.45 Z-0.0401
X0.54 Z-0.0557
X3.45 Z-0.0713
X0.54 Z-0.0869
X3.45 Z-0.1024
X0.54 Z-0.118
X3.45 Z-0.1336
X0.54 Z-0.1491
X3.45 Z-0.1647
X0.54 Z-0.1803
X3.45 Z-0.1959
X0.54 Z-0.2114
X3.45 Z-0.227
X0.54 F39.4
Z0.6
M5
G28 G91 Z0.
G90
G28 G91 X0. Y0.
G90
M30
My first project is a simple part with two slots milled all the way through some 1/8" aluminum piece of scrap material. I had a couple of problems that I had to figure out when I tried to run the G-code for the first project. In Fusion 360 I picked the lower front left hand side of the part as my starting origin point. When I tried to run the part the machine was not starting at the lower front left hand corner but after hours of scratching my head I figured out that it thinks its starting point is the rear right hand corner of the part. This is okay I guess now that I have figured out that is what it is doing but I do not know why. If anyone knows the answer to this please let me know.
My second issue is when I run the G-code the endmill does not engage the part as expected. It starts at about .0844 above the part and then when the program completes it did not mill all the way through the part as expected. I am bewildered as to why Fusion 360 is doing this. I do see that while it is milling and watching the DRO that it does engage the part when the DRO reads the Z axis finally going to zero. So I am not sure if this is a Fusion 360 problem which I suspect it is or if it is a Mach 3 problem. Below I will include the G-code and give you a link to a YouTube video of what it is doing.
Please let me know what you think I am doing wrong!
****************** G-code Start*****************************
(1001)
(T1 D=0.3125 CR=0. - ZMIN=-0.227 - FLAT END MILL)
G90 G94 G91.1 G40 G49 G17
G20
(WHEN USING FUSION FOR PERSONAL USE, THE FEEDRATE OF RAPID)
(MOVES IS REDUCED TO MATCH THE FEEDRATE OF CUTTING MOVES,)
(WHICH CAN INCREASE MACHINING TIME. UNRESTRICTED RAPID MOVES)
(ARE AVAILABLE WITH A FUSION SUBSCRIPTION.)
G28 G91 Z0.
G90
(SLOT6)
T1 M6
S5000 M3
G17 G90 G94
G54
G0 X0.54 Y1.71
G43 Z0.6 H1
G1 Z0.2 F39.4
Z0.1 F13.1
X3.45 Z0.0844
X0.54 Z0.0689
X3.45 Z0.0533
X0.54 Z0.0377
X3.45 Z0.0221
X0.54 Z0.0066
X3.45 Z-0.009
X0.54 Z-0.0246
X3.45 Z-0.0401
X0.54 Z-0.0557
X3.45 Z-0.0713
X0.54 Z-0.0869
X3.45 Z-0.1024
X0.54 Z-0.118
X3.45 Z-0.1336
X0.54 Z-0.1491
X3.45 Z-0.1647
X0.54 Z-0.1803
X3.45 Z-0.1959
X0.54 Z-0.2114
X3.45 Z-0.227
X0.54 F39.4
Z0.2
Y1.04
Z0.1 F13.1
X3.45 Z0.0844
X0.54 Z0.0689
X3.45 Z0.0533
X0.54 Z0.0377
X3.45 Z0.0221
X0.54 Z0.0066
X3.45 Z-0.009
X0.54 Z-0.0246
X3.45 Z-0.0401
X0.54 Z-0.0557
X3.45 Z-0.0713
X0.54 Z-0.0869
X3.45 Z-0.1024
X0.54 Z-0.118
X3.45 Z-0.1336
X0.54 Z-0.1491
X3.45 Z-0.1647
X0.54 Z-0.1803
X3.45 Z-0.1959
X0.54 Z-0.2114
X3.45 Z-0.227
X0.54 F39.4
Z0.6
M5
G28 G91 Z0.
G90
G28 G91 X0. Y0.
G90
M30