├── FusionPrintingMaterials.adsklib ├── LICENSE └── README.md /FusionPrintingMaterials.adsklib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alecGraves/Fusion360PrinterMaterials/09614c40a44796ee752f1cbcc492ff35262ebb59/FusionPrintingMaterials.adsklib -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Alec Graves 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Fusion 360 Printer Materials 2 | 3D-Printed Materials for Autodesk Fusion360 -- Printed PLA, PETG, ABS, ASA, PC (Polycarbonate), PolyMax PC, PolyMide PA12-CF Carbon Fiber Nylon 3 | 4 | ## Overview 5 | Fusion 360 has support for simulation with custom materials. This is an Autodesk / Fusion 360 material library with material properties filled out for several commonly used 3D printing materials. The material properties are specifically for 3D printed parts rather than molded or another manufacturing technique. 6 | 7 | The material data is from research using 3D-printed parts. Sources are listed in the library. 8 | 9 | ## Materials in this library :electron: 10 | * Printed PLA Plastic 11 | * Printed PolyLite PLA Plastic 12 | * Printed PolyTerra PLA Plastic 13 | * Printed PETG Plastic 14 | * Printed ABS Plastic 15 | * Printed ASA Plastic 16 | * Printed Polycarbonate PC Plastic 17 | * Printed PolyMax PC Plastic 18 | * Printed PolyMide PA12-CF Carbon Fiber Nylon 19 | 20 | ## Usage ⚙️ 21 | 1. Download and extract this folder 22 | 2. In Fusion360, Click the UTILITIES Tab 23 | 3. In the "UTILITY" section, click on the "Manage Materials" icon 24 | 5. Click to expand the bottom-left icon of a folder with a wrench 25 | 6. Pick the "Open Existing Library" option. 26 | 7. Choose the file "FusionPrintingMaterials.adsklib" 27 | 28 | ![image](https://user-images.githubusercontent.com/15484056/162636748-87984376-98ee-4505-89b1-b91be8a7613c.png) 29 | 30 | ## How to Help Out 31 | Some of the data sources used for 3D-printed materials were incomplete, and some parameters needed to be estimated. You can greatly help me and others by correcting mistakes in current material properties, finding better sources on 3D printed material properties, and sharing this project with peers. 32 | 33 | If you do find an error or want to post something regarding this project, please use the `issues` tab! 34 | 35 | If you have a modified version of the library you want to share, feel free to open a pull request. 36 | 37 | Keep building awesome stuff! 🚀 38 | --------------------------------------------------------------------------------