- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Using F360 hobby edition and Mach3.
I am trying to cut a shape out of foam on my CNC router. I am using 2D contour as it allows for tabs. Simulation runs great but when I post and run in Mach3, I get a soft limit warning. I do not have physical limit switches, only software limits. I have not had issues in the past.
In Fusion, I have selected the contours from the top and bottom of the model, same result. I have tried G53, G28, and Clearance Height for safe retracts. I have adjusted the Heights tab numerous times with the spindle raising a maximum of .25 inch above the model. When I look at the gcode, excerpt below (full code attached), I see a Z move as 1.25. This is the issue. I don't have that much room to raise Z.
When I set my spindle coordinates, I have the lowest left corner as X,Y 0,0 respectively. I then move Z down to just touching the model (paper technique). I then zero out Z in Mach. Then I raise Z 0.3 inches so that during travel to the first plunge, it doesn't drag along my stock/model. All is good to this point. Once the spindle reaches the first plunge point it wants to raise Z beyond my limits. It doesn't need to and I don't want it to.
I have read many similar forum entries but nothing exactly like this. I have included a png of my Fusion screen with the desired outcome from the stock.
Top section of code:
(Forum NC)
(T4 D=0.25 CR=0 - ZMIN=0 - flat end mill)
G90 G94
G17
G20
(When using Fusion 360 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 360 Subscription.)
(2D Contour3)
T4
S5000 M3
G54
G0 X3.472 Y12.4056
Z1.4
G1 Z1.2 F12
Z0.725 F20
G19 G2 Y12.3806 Z0.7 J-0.025 K0
G1 Y12.3556
G17 G3 X3.497 Y12.3306 I0.025 J0
G1 X4.2296 F12
G2 X4.354 Y12.1937 I0 J-0.125
G1 X4.3521 Y12.1734
X4.3518 Y12.1701
X4.3491 Y12.1485
X4.3487 Y12.1456
X4.3454 Y12.1229
Please help!! Haha
Thanks,
Jim
Solved! Go to Solution.