Argh. I've crashed my machine, shattered my carbide spot drill and bent my part all to heck, I then wasted an hour trying to straighten and face it flat again. I just need to start over with new material. I've done this a few times, or more, over the years and in each case I'm restarting the machine at an operation where the previous op used the same tool. Here are the two ops in Fusion using tool 4, first a chamfer, then an engrave op.
Since the second op is the same tool Fusion very unhelpfully and efficiently does not put a tool length compensation command into the start of the second op code. ie. no command like like line N835 below which is in the top of the first op.
Instead the second op looks like this with no preparatory steps, tool changes, tool length compensation, nothing. It's not needed after all...
I had the rapid at 5%, and I still couldn't hit stop in time. I think what happens is while I'm mucking about fixing something else then I lose the G43 mode somewhere - this time I was adjusting the G54 Z height as the spot drill was missing the part during the engraving. I used the probe and that probably cleared G43. I then restarted the op at line N900 and boom.
I can't come up with a fool proof way to prevent this. I don't see anything in Fusion for options to force tool change and tool length comp even if the tool is the same. I could edit the code to put those commands in, either in the text, or insert manually a step between the two opts, or rearrange the operations so it always changes tools. Or try to live and learn and remember next time, I did remember, I was being careful but impatient, and I still crashed it. These tricks are not foolproof and while I might do this for a while, in a year I'll make the same mistake since I've done this a couple times.
Thoughts?
Since the second op is the same tool Fusion very unhelpfully and efficiently does not put a tool length compensation command into the start of the second op code. ie. no command like like line N835 below which is in the top of the first op.
N835 G43 Z0.6006 H4. <- tool length comp
Instead the second op looks like this with no preparatory steps, tool changes, tool length compensation, nothing. It's not needed after all...
(Engrave1) <-- I restarted the program here
N900 G0 X7.8029 Y-2.145
N905 Z0.6006 <-- here it crashed -
N910 Z0.2069
N915 G1 Z0.0394 F13.333
N920 X7.8047 Y-2.1573 F20.
I had the rapid at 5%, and I still couldn't hit stop in time. I think what happens is while I'm mucking about fixing something else then I lose the G43 mode somewhere - this time I was adjusting the G54 Z height as the spot drill was missing the part during the engraving. I used the probe and that probably cleared G43. I then restarted the op at line N900 and boom.
I can't come up with a fool proof way to prevent this. I don't see anything in Fusion for options to force tool change and tool length comp even if the tool is the same. I could edit the code to put those commands in, either in the text, or insert manually a step between the two opts, or rearrange the operations so it always changes tools. Or try to live and learn and remember next time, I did remember, I was being careful but impatient, and I still crashed it. These tricks are not foolproof and while I might do this for a while, in a year I'll make the same mistake since I've done this a couple times.
Thoughts?
Last edited: