Slicing 3D Print Files: Difference between revisions
JStallings (talk | contribs) No edit summary |
JStallings (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
====Layer height, shell thickness, and fill density==== | ====Layer height, shell thickness, and fill density==== | ||
These settings affect the smoothness of your print, the thickness of the walls and top, and the amount of material inside. | These settings affect the smoothness of your print, the thickness of the walls and top, and the amount of material inside. | ||
<gallery> | |||
File:3dprintlayerheight.jpg|Layer height settings determine the smoothness of the sides of a print. We can print at .26 because the tag is mostly "top" or "bottom." | |||
File:3dprintshellthickness.png|Shell thickness settings are multiples of the printer's nozzle size. Ours is .4mm. A good thickness for this print is .8mm for the shell (side) thickness and the top/bottom thickness. | |||
File:3dprintfilldensity.jpg|Fill density settings. Notice that 30% is nearly solid; I used 55% when building the giant CNC and could not see through it. For our uses, 10% is more than enough! | |||
</gallery> | |||
====Brim and Support==== | ====Brim and Support==== | ||
The next settings we need to change ensure that the model sticks to the bed and any hanging pieces (like the handle on your name tag) are well-supported. | The next settings we need to change ensure that the model sticks to the bed and any hanging pieces (like the handle on your name tag) are well-supported. |
Revision as of 16:53, 25 April 2017
You have found or created a 3D model and saved it as an .stl file.
The next step is to slice the file into layers that the 3D printer will follow when creating your object. The gif to the left illustrates the layers that your model will be sliced into. Notice the blue colored support under the handle; without that, the handle would have nothing supporting it during printing. The video below shows us what can happen without proper support.
Setup Cura
- Download and install or open Cura . (Note: We must use an older edition, 15.04.6, at the school)
- On first install, you'll need to set up the machine. Choose PrintrBot, then Play when prompted
- Download settings file here. (It is safe; I made it)
- Go to "File," select "Open Profile," then open the settings file you downloaded
Cura Settings
Layer height, shell thickness, and fill density
These settings affect the smoothness of your print, the thickness of the walls and top, and the amount of material inside.
Brim and Support
The next settings we need to change ensure that the model sticks to the bed and any hanging pieces (like the handle on your name tag) are well-supported.
Notice that the legs do not stay in place without a brim, which is just a series of circles made by the printer to give the model stronger hold to the bed. These are easily removed after printing.
Even with a set of brims, this model fails to print properly because the horse's stomach has no support. The melted plastic just droops into a spaghetti mess.
With brims and support, however, the horse prints just fine. Like the brim, support structures can be easily removed from the model after printing.
Note that support is not always needed! A pyramid has no overhanging pieces, so does not need to have support. You can turn off these settings in Cura on the left menu.
Open Cura and load your name tag. In the settings screen on the left, change Support type to "Everywhere," and the Platform adhesion type to "Brim." Now your name tag will stick to the print bed and the handle will be crisp and supported!
- Layer height should be .26
- Shell thickness is always set to multiples of the nozzle size (.4 mm in this case), so reduce from 1.2mm to .8mm
- Reduce fill density to 10%
- Click your model, then play with the three tools on the bottom. The middle one scales the model
- Pay attention to the time it will take to print your model; 30 minutes is fine. If it takes much longer, scale the file down. If it is really short, scale it up
Check the Quality
- With the model selected, click View Mode in the top right, and choose Layer
- This shows the layers created by the slicer. Can you read the letters? If not, scale up your badge. If you scale it to the max and still can't read it, rebuild the badge with larger text
Save the .gcode File
- Press the save button on the middle top, and name your file with your name, a description, and the color you want, e.g.
paul badge black.gcode
Next up: Using OctoPrint