- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hopefully my last newbie question...
In my other post I mentioned the background which hopefully explains my perspective. The TLDR version is, I've never used fusion's manufacturing capabilities before. I used a simple program called meshcam. Took a mult-year hiatus from milling anything and I'm trying to jump back in. Hobby mill (taig) and mach3 control.
I'm still just testing/simulating before even turning the mill on for the first time in years (though I've set it up and tested it's all working fine). When I setup drilling operations in meshcam, the resulting output was (what I think I'm learning) really simple.
Example snippet of a section of some code I generated using meshcam for a drilling operation:
(Spot Drilling)
G0X0.9674Y0.3490
G1A0.0000Z-0.0105F1.0
G0Z0.1000
G0X1.3175Y0.3500
G1Z-0.0105F1.0
G0Z0.1000
G0Y0.7338
G1Z-0.0105F1.0
Everything below that is just more holes.
So I have a job setup in fusion which is similar and I believe I have everything set correctly. It simulates fine. No errors etc. and looks to be as expected. However, there's some "new to me" stuff here that I've been researching and trying to wrap my head around. I was running the resulting tap file through Ncviewer, which is what caused me to be concerned, but I think I have it figured out and want to confirm.
Here's a snippet of the resulting post from fusion:
G90 G94 G91.1 G40 G49 G17
G20
T1 M6
S5000 M3
G17 G90 G94
G54
M8
G0 X0.8346 Y0.4732
G43 Z0.9843 H1
G0 Z0.1969
G98 G83 X0.8346 Y0.4732 Z-0.0229 R0. Q0.0049 F1.
X0.8316 Y0.6113
X0.8712 Y0.7736
X0.947 Y0.7753
X0.9653 Y0.8709
X0.8895 Y0.8691
X0.6663 Y1.1144
Then just more holes. In Ncviewer it's not showing any retracts. So the drill moves to a hole, drills, then moves to the next x,y spot, then the next etc. without any z movement, but that's controlled by the canned drilling cycle in this line: G98 G83 X0.8346 Y0.4732 Z-0.0229 R0. Q0.0049 F1. right? The whole canned cycle thing is new to me.
I intend to dry run this on the machine with safe positioning for the work zero and confirm it behaves correctly in mach3/on the machine, but I just wanted to confirm I'm thinking about this correctly. I've seen other similar posts by folks, and I suspect the ncviewer simulation part is something we're all seeing.
Also, just to clarify, that's a .5mm drill, hence the crazy feedrate and pecking.
Solved! Go to Solution.