How to Set Infill Percentage in 3D Printing Slicer Software
To set the
infill percentage in a slicer, open your slicer software, locate the Infill settings section, and enter the desired percentage value (e.g., 20%). This controls how much material fills the inside of your 3D print, affecting strength and print time.Syntax
The infill percentage setting is usually found under the Infill or Print Settings tab in your slicer software. It is expressed as a number between 0 and 100, representing the density of the internal fill.
Infill Percentage: Number from 0 to 100 indicating how solid the inside of the print will be.Example: 20%means 20% of the internal volume is filled with material, leaving 80% as empty space.
3d_printing
Infill Percentage: 0-100%
Example
This example shows how to set the infill percentage to 25% in a common slicer interface like Cura.
text
1. Open Cura slicer software. 2. Load your 3D model. 3. Click on the <strong>Print Settings</strong> panel. 4. Find the <strong>Infill</strong> section. 5. Locate the <strong>Infill Density</strong> or <strong>Infill Percentage</strong> field. 6. Enter <code>25</code> to set 25% infill. 7. Slice the model and save the G-code for printing.
Output
The sliced model will have 25% internal fill, balancing strength and material use.
Common Pitfalls
Common mistakes when setting infill percentage include:
- Setting infill too low (e.g., 0-5%) can make prints fragile and weak.
- Setting infill too high (e.g., 80-100%) increases print time and material use unnecessarily.
- Confusing infill percentage with shell thickness or wall count, which affect outer layers, not internal fill.
- Not adjusting infill pattern along with percentage, which can affect strength.
Always test with small prints to find the best balance for your project.
text
Wrong: Infill Percentage = 0% (print may be too weak) Right: Infill Percentage = 20-30% for general strength
Quick Reference
| Infill Percentage | Effect | Use Case |
|---|---|---|
| 0-10% | Very light, fragile | Visual models, prototypes |
| 15-30% | Balanced strength and material use | Functional parts, general prints |
| 40-60% | Strong and durable | Mechanical parts, load-bearing |
| 70-100% | Very strong, heavy material use | High strength, special cases |
Key Takeaways
Set infill percentage in the slicer's Infill or Print Settings section as a number from 0 to 100.
Lower infill saves material but reduces strength; higher infill increases strength but uses more material and time.
Do not confuse infill percentage with shell thickness or wall count settings.
Test different infill percentages to find the best balance for your print's purpose.
Adjust infill pattern along with percentage for optimal strength and print quality.