====== Fusion 360 ====== [[https://www.autodesk.com/products/fusion-360/students-teachers-educators|Fusion 360]] is and Autodesk product for CAD CAM. It is free (as in beer) for students, educators and start-ups. Fusion360 is used by The Edge programming staff when parametric design is an important requirement of a delivery or engagement. We use parametric design to re-use designs, mainly changing material dimensions (thickness), tooling and design scaling. ==== ==== For example of internal work done with fusion 360 check out. * [[facilities:fablab:fittings-custom:milkcrate_shelving|Milkcrate Shelving]] * [[facilities:fablab:fittings-custom:stool]] * [[facilities:fablab:fittings-custom:component-boxes|component draws]] ===== Installation ===== Fusion 360 can be installed either with a web streamer (a small application that then downloads the full install) or from a full download. As the app is updated frequently, and most updates break backward compatibility we often have installs that are out of sync, leaving files un-openable. Fusion360 by default also installs for **one user** only. For these reasons we recommend using the full //admin// install, and download the latest version which can always be found [[https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20Admin%20Install.exe|here]]((For more detailed instructions on lab usage consult this document. {{ facilities:fablab:software:advanced_fusion360_lab_installation_instructions_en-gb.pdf |}})). Install it from an admin command prompt with; "Fusion 360 Admin Install.exe" --globalinstall ===== learning Fusion ===== Autodesk has a comprehensive curriculum for [[https://academy.autodesk.com/curriculum/product-design-fusion-360|learning]] fusion360. ===== Tips and Tricks ===== ==== Parametric Design ==== Parametric design is a powerful tool for keeping your designs flexible enough to deal with changes dimensions __after_ your design is functionally complete. For example, designing a table to cut from a single sheet of ply mean that the design takes into account the thickness of the sheet. But what happens if your change ply stock? If your material thickness((and dependent measurements)) is parametric, you can change your sheet thickness and the design will update accordingly. The tips to successful parameter usage, that is avoiding the dreaded "Over Constrained" errors. ==== ==== Make sure that your parameters are controlling only a single dimension at a time. For example - a rectangle that has a length, width is fine. But if you add a curve with a radius that intersects two edges, and then dimension that curves radius... you have a problem because the radius limits how far apart the sides can be. ==== ===