I am just starting to use Fusion 360 for CAM, and having a problem with it cutting too slow. It looks like it is trying to make very small movements around curved areas, only moving ~2 in/min. This makes for very jerky movements and nearly pausing, probably because the movements are too short and it has trouble overcoming the static friction. On long straight cuts it gets up to the programmed 30 in/min, though they are not very straight.
I assumed the parameter I needed to adjust was the Tolerance. On my first cut I left it at the default 0.004". On my second cut I increased this to 0.05". Both had about the same results.
I have had much better results from Makercam and Easel - lines are very straight, curved areas cut nearly as fast as straight areas, etc.
What should I look at doing different?
This is what I am trying to cut. Simple 5"x5"x0.75" block with one pocket and one contour cut.
As you can tell by the gaps in my post, the time I can get to my hobbies is quite infrequent.
Today I made a new block of the same size, but with circles/semicircles of different radii, instead of a letter. This cut much faster, no hesitation or stalling, so maybe the issue is with how Fusion 360 works with text.
Though it cut faster, the quality is not good, such as the defects around the inside corners. Not sure what the issue is there. Haven’t had problems with that when using Makercam or Easel.
Today I finished my “big cut”, that I was hoping to learn enough from these test blocks to optimize. Most of it cut well, though it still hesitated and went slow around the curved letters like S, C, D. This file was designed in Inventor then imported to Fusion 360.
This video shows cutting around the top of the letter C. Any ideas how to improve this? Below is a video, the fusion 360 file, and the G code.
We have it disabled by default because on a spotty USB connection it was leading to glitches and miss cuts. For 90% of people it is a better option, but 10% of the time it was causing issues
Fonts often have have very detailed paths when converted by 3D programs. One thing that should work is using tool path “smoothing”. This is set per tool operation (e.g. 2D Contour) and you specify precision (0.05mm/0.002in) This often greatly reduces the complexity of gcode with no loss in precision. I had some projects reduced to 1/3 filesize!
You can probably do some sort of path simplification in the 3d model too but I do not have fusion on this comp right now and cannot remember how.
edit: Changes “optimization” to “smoothing”
I thought 0.05” was too much, but wanted thought setting so high would show if there was an impact (see year blocks above, did not seem to impact). 0.002” sounds more than reasonable.
Without smoothing/tolerance Fusion360 outputs coordinates with something like 8 decimal places which is complete overkill for Maslow. You will not visibly see the changes in any program but will see it in the gcode file and might be able to measure it in the cut piece.