Line 41: |
Line 41: |
| * CAD Modeling and Thingiverse: There are two ways you can 3D print models. You can either design your own with a CAD (computer-aided design) software, or you can find something similar to what you want on websites like Thingiverse. Thingiverse has all sorts of community-contributed designs, which you can download the .stl files for, slice, and print the models. As for modeling your own projects, there are multiple softwares you can use such as SolidWorks, AutoCAD, Autodesk Inventor, FreeCAD, and many more. | | * CAD Modeling and Thingiverse: There are two ways you can 3D print models. You can either design your own with a CAD (computer-aided design) software, or you can find something similar to what you want on websites like Thingiverse. Thingiverse has all sorts of community-contributed designs, which you can download the .stl files for, slice, and print the models. As for modeling your own projects, there are multiple softwares you can use such as SolidWorks, AutoCAD, Autodesk Inventor, FreeCAD, and many more. |
| * Slicing: Each 3D printer uses a slicer software, a software where you can import the model file (usually an .stl file) onto a computerized build plate, resize, change up the nozzle and bed temperatures, adjust the infill and precision, and more. The slicer software takes into consideration all your configurations, then "slices" it into a .gcode file, a set of instructions for the x, y, and z dimensions. The 3D printer can read and tell the stepper motors what to do from the set of instructions within the gcode. The slicer software used for the Prusa XL is called Prusa Slicer. | | * Slicing: Each 3D printer uses a slicer software, a software where you can import the model file (usually an .stl file) onto a computerized build plate, resize, change up the nozzle and bed temperatures, adjust the infill and precision, and more. The slicer software takes into consideration all your configurations, then "slices" it into a .gcode file, a set of instructions for the x, y, and z dimensions. The 3D printer can read and tell the stepper motors what to do from the set of instructions within the gcode. The slicer software used for the Prusa XL is called Prusa Slicer. |
| + | |
| + | ==Multiple Materials on Prusa Slicer== |
| + | To use multiple filament you need to first make sure that you have multiple filaments in the Prusa that can be used. |
| + | * Go under the "Printer" drop down on the right tab, make sure that 'Original Prusa XL .4 nozzle' |
| + | is selected. |
| + | * Click the 'Printer Settings' tab on the top left and set the number to 5 (even if you are not using 5 nozzles the number still needs to be 5. This is because the filament you need may be in the 5th position). |
| + | * Go back to the platter and then add whatever filaments you will be using on the print. |
| + | * The smart fill option will be the most useful, however you can use whichever feature you need. Left click to use the first filament and right click to use the second filament. |
| + | * Now your file has multiple types of material!! |
| + | * I found this video very helpful |
| + | {{#evu:https://www.youtube.com/watch?v=DhTc3jOhz8E&t=135s}} |
| | | |
| ==Priority Printing== | | ==Priority Printing== |