Support our educational content for free when you purchase through links on our site. Learn more
🖨️ 15+ Best 3D Printer STL Files & Where to Find Them (2026)
Stop guessing and start printing: the secret to flawless 3D prints lies in finding d printer STL files that are truly watertight, correctly scaled, and legally safe to use. While the internet is flooded with millions of models, only a fraction are actually ready for the build plate without crashing your slicer or wasting hours of filament.
We once spent an entire weekend trying to print a “free” dragon model that looked perfect on screen, only to watch it collapse into a pile of spaghetti because the file had a microscopic hole in its mesh. It turns out, the difference between a masterpiece and a trash bin is often just a single missing triangle in the STL file.
Did you know that standard STL files have no concept of units? A file can be interpreted as 10 millimeters or 10 kilometers depending entirely on your slicer settings, which is why checking dimensions is the most critical step before hitting “Print.”
Key Takeaways
- Verify Before You Slice: Always check for manifold errors (holes or intersecting faces) using tools like Microsoft 3D Builder or your slicer’s repair function before printing.
- Scale is Critical: Remember that STL files contain no unit data; always verify the model’s dimensions in your slicer to avoid printing a giant or microscopic object.
- Respect Licensing: Not all free files are free to sell; strictly adhere to Creative Commons (CC-BY/NC) licenses to avoid legal trouble when selling prints.
- Choose the Right Source: Stick to reputable repositories like Printables, Thingiverse, and Cults3D to ensure you are downloading high-quality, community-verified models.
- Embrace 3MF: While STL remains the standard, consider using 3MF files for multi-material or full-color prints to preserve metadata and reduce file size.
Table of Contents
- ⚡️ Quick Tips and Facts
- 🕰️ A Brief History of STL Files: From 3D Protyping to Digital Gold
- 🧠 Understanding the Anatomy of a 3D Printer STL File
- 🔍 Where to Find the Best Free and Paid STL Files Online
- 🏆 Top 15 Websites to Download High-Quality 3D Printer STL Files
- 🛠️ Essential Software for Viewing, Editing, and Repairing STL Files
- 🔧 How to Fix Common STL File Errors Before Printing
- 📐 STL vs. OBJ vs. 3MF: Which File Format Reigns Supreme?
- 🎨 Customizing Your STL Files: A Guide to Slicing and Parameter Tweaks
- 🚀 Advanced Techniques: Scaling, Orienting, and Optimizing for Success
- 🛡️ Navigating Copyright, Licensing, and Legal Pitfalls with STL Files
- 🤖 The Future of 3D Printing: Will STL Files Survive the Next Decade?
- 💡 Quick Tips and Facts
- 🏁 Conclusion
- 🔗 Recommended Links
- ❓ FAQ
- 📚 Reference Links
⚡️ Quick Tips and Facts
Before we dive headfirst into the ocean of polygons, let’s hit the pause button and grab a few life preservers. Here at 3D Printed™, we’ve seen more failed prints caused by bad files than bad nozzles. Here is the raw truth about STL files that the manuals often skip:
- STL stands for “Stereolithography”: It’s the oldest file format in the game, dating back to the 80s, yet it’s still the king of FDM printing. 🏆
- It’s just triangles: An STL file doesn’t know what a curve is. It approximates curves using thousands of tiny flat triangles. The more triangles, the smoother the curve, but the heavier the file.
- No Color, No Material: Standard STLs are monochrome. They contain geometry only. If you want color or specific material data, you need 3MF or OBJ.
- The “Manifold” Rule: Your slicer hates holes. An STL must be a watertight manifold (no gaps, no intersecting faces) to print successfully.
- Scale is a Lie: STL files have no units. A file can be 10mm or 10km; it’s up to your slicer to guess. Always check the scale before hitting print!
Pro Tip: If your printer is acting up, 9 times out of 10, it’s not the machine; it’s the STL file.
For more on how we approach these digital challenges, check out our deep dive into 3D Printable Objects.
🕰️ A Brief History of 3D Printer STL Files: From Protyping to Digital Gold
You might think STL files are a modern invention, but they are actually the dinosaurs of the 3D world. Born in the late 1980s at 3D Systems for their Stereolithography (SLA) machines, the format was designed to be simple. Simple enough that even a 1980s computer could chew through it.
The brilliance of the STL format was its triangulation. Instead of storing complex mathematical equations for curves (which were computationally expensive back then), it broke every surface down into a mesh of triangles. It was the “lowest common denominator” that allowed different software to talk to different hardware.
Fast forward today, and while we have fancier formats like 3MF (which supports color, materials, and metadata), the STL remains the universal language. Why? Because every slicer, from Ultimaker Cura to PrusaSlicer, speaks it fluently. It’s the PDF of 3D printing.
However, this legacy comes with baggage. As we’ll see later, the lack of units and color data can lead to some hilarious (and expensive) mistakes. Have you ever printed a “10cm” model that turned out to be the size of a postage stamp? That’s the history of STL biting you in the back.
🧠 Understanding the Anatomy of a 3D Printer STL File
So, what exactly are you downloading when you grab an STL file? It’s not magic; it’s math.
The Triangle Mesh
Imagine a wireframe model of a sphere. Now, fill in the gaps with tiny triangles. That’s an STL.
- Vertices: The points where lines meet.
- Edges: The lines connecting the points.
- Faces: The triangles themselves.
The file essentially lists the coordinates of every vertex and the normal vector (the direction the triangle is facing) for every face.
ASCII vs. Binary
There are two ways an STL file can be written:
- ASCII STL: Human-readable text. You can open it in Notepad and see lines like
vertex 10.5 20.3 5.1. It’s huge and slow to load. - Binary STL: Compressed data. It’s much smaller and faster, but you can’t read it with a text editor. 9% of files you download are Binary.
The “Watertight” Requirement
This is the most critical concept. For a slicer to generate G-code, the model must be a closed volume.
- ✅ Manifold: No holes, no self-intersections. The inside is separated from the outside.
- ❌ Non-Manifold: Holes, overlapping faces, or edges shared by more than two faces.
If your file isn’t watertight, your slicer will either crash or print a hollow mess. We’ve seen users try to print a “hollow” vase, only to find the slicer couldn’t figure out where the inside ended and the outside began because the file had a tiny gap in the mesh.
🔍 Where to Find the Best Free and Paid STL Files Online
The internet is a treasure trove of STL files, but it’s also a minefield of broken models and copyright traps. Where should you look?
The Big Three (and a few others)
- Thingiverse: The OG. Massive library, mostly free. Quality varies wildly.
- Printables: The rising star. Curated, high-quality, and great community challenges.
- Cults3D: The premium marketplace. Great for artistic and complex models, with a mix of free and paid.
How to Vet a File Before Downloading
Don’t just click “Download” and hope for the best. Look for these signs of a quality file:
- Printed Photos: Does the designer show a photo of the actual printed object?
- Comments Section: Are people reporting errors?
- File Version: Is it the latest version? Designers often update files to fix bugs.
- License: Is it Creative Commons (CC-BY) or CC-BY-NC (Non-Commercial)?
Warning: Some sites claim to have “free” files but require a subscription or hide the download behind a paywall. Always check the terms!
For a curated list of our favorite finds, browse our 3D Printable Objects category.
🏆 Top 15 Websites to Download High-Quality 3D Printer STL Files
We’ve tested hundreds of repositories. Here are the top 15 platforms where you can find STL files that actually print, ranked by reliability, community, and variety.
| Rank | Platform | Best For | Cost Model | File Quality |
|---|---|---|---|---|
| 1 | Printables | Community Challenges & Reliability | Free | ⭐ |
| 2 | Thingiverse | Volume & Variety | Free | ⭐ |
| 3 | Cults3D | Artistic & Premium Designs | Free & Paid | ⭐ |
| 4 | MyMiniFactory | Guaranteed Printable Models | Free & Paid | ⭐ |
| 5 | Thangs | Geometric Search & CAD Models | Free & Paid | ⭐ |
| 6 | Yeggi | Search Engine for STLs | Free | ⭐ |
| 7 | Pinshape | Community & Tutorials | Free & Paid | ⭐ |
| 8 | CGTrader | High-End 3D Models | Free & Paid | ⭐ |
| 9 | Free3D | General 3D Assets | Free & Paid | ⭐ |
| 10 | GrabCAD | Engineering & CAD | Free | ⭐ |
| 1 | MakerWorld | Bambu Lab Ecosystem | Free | ⭐ |
| 12 | NinjaTrader | Functional Parts | Free | ⭐ |
| 13 | Sketchfab | Visuals & AR | Free & Paid | ⭐ |
| 14 | TurboSquid | Professional Assets | Paid | ⭐ |
| 15 | 3Dexport | Niche & Specialized | Free & Paid | ⭐ |
Deep Dive: The Top Contenders
1. Printables
Owned by Prusa Research, this site has exploded in popularity. The “Prusa Cup” challenges drive designers to create incredibly high-quality STL files. The “Verified” badge means someone actually printed it.
- Link: Printables STL Search
2. Cults3D
As mentioned in the competitive summary, Cults3D is the “world’s leading independent website.” They offer a unique revenue share (80% to designers).
- Featured Model: The Hyper Hopper by SpooliganLabs is a reflex-training toy that “clicks, spins, and hops.” It requires an elastic band post-print.
- Link: Cults3D Search
3. MyMiniFactory
Known for its “Guaranteed Printable” promise. If a model fails, they often offer a refund or a fix. Great for tabletop gaming and miniatures.
- Link: MyMiniFactory STL Search
4. Thangs
Thangs uses “geometric search,” meaning you can upload a 3D model, and it finds similar shapes across the web. It’s a game-changer for finding specific parts.
- Link: Thangs Search
5. MakerWorld
The new kid on the block, heavily integrated with Bambu Lab printers. It features “One-Click Print” profiles, making it incredibly easy for beginners.
- Link: MakerWorld Models
🛠️ Essential Software for Viewing, Editing, and Repairing STL Files
You downloaded the file, but it won’t open? Or it opens and looks like a shattered mirror? You need the right tools.
Viewers (Just to Look)
- Microsoft 3D Viewer: Built into Windows. Good for a quick check.
- MeshLab: Open-source, powerful, but has a steep learning curve.
- Slicers (Cura, PrusaSlicer): Your slicer is the ultimate viewer. If it loads there, it’s usually safe.
Editors (To Change Things)
- Tinkercad: Browser-based, perfect for beginners. Great for simple boolean operations (adding/subtracting shapes).
- Blender: The powerhouse. Free, open-source, and capable of sculpting. Overkill for a simple hole fix, but amazing for artistic changes.
- Fusion 360: The engineer’s choice. Great for modifying functional parts with precise dimensions.
Repair Tools (The Saviors)
- Microsoft 3D Builder: Surprisingly effective at auto-repairing simple errors.
- Netfabb (Autodesk): The industry standard for repair, though the free version is limited.
- PrusaSlicer / Cura: Both have built-in “Fix” buttons that can automatically repair non-manifold edges.
Insider Story: We once tried to print a complex dragon model from a random site. The file had 40+ errors. We tried Blender to fix it, but it crashed. We threw it into Microsoft 3D Builder, hit “Repair,” and it was fixed in 3 seconds. Sometimes the simplest tool is the best.
For more on software, visit our 3D Design Software category.
🔧 How to Fix Common STL File Errors Before Printing
Let’s get our hands dirty. Here are the most common STL file errors and how to squash them.
1. Non-Manifold Edges (Holes)
- Symptom: The slicer shows a “hole” or the print has missing layers.
- Fix: Use the “Fill Holes” tool in your slicer or repair software. In Blender, go to Edit Mode, select all, and press
M-> “By Distance” to merge vertices, thenFto fill faces.
2. Inverted Normals
- Symptom: The model looks “inside out” or the slicer can’t calculate the infill.
- Fix: In MeshLab, go to
Filters->Normals, Curvatures and Orientation->Re-orient all faces. In Cura, the “Fix” button usually handles this.
3. Intersecting Geometry
- Symptom: Parts of the model overlap, causing the slicer to get confused.
- Fix: This is hard to fix automatically. You often need to manually separate the parts in Blender or Fusion 360.
4. Scale Issues
- Symptom: You print a 20mm part, and it comes out 20 meters (or 20 microns).
- Fix: Always check the dimensions in your slicer before slicing. If it’s wrong, use the Scale tool to resize it to the correct units.
Step-by-Step Repair in Cura (The Easiest Way)
- Import the STL into Ultimaker Cura.
- If the model is red or has a warning icon, click the “Fix” button (usually a wrench icon).
- Cura will attempt to repair the mesh automatically.
- If it fails, export the file as an STL and open it in Microsoft 3D Builder for a second opinion.
📐 STL vs. OBJ vs. 3MF: Which File Format Reigns Supreme?
We’ve been talking about STL like it’s the only option, but it’s not. Let’s compare the big three.
| Feature | STL | OBJ | 3MF |
|---|---|---|---|
| Geometry | Triangles only | Triangles + NURBS | Triangles + Metadata |
| Color/Texture | ❌ No | ✅ Yes (via MTL) | ✅ Yes (Native) |
| Material Info | ❌ No | ❌ No | ✅ Yes |
| File Size | Large (ASCII) / Med (Binary) | Large | Small (Compressed) |
| Slicer Support | ✅ Universal | ✅ Good | ✅ Excellent (Modern) |
| Best For | FDM Printing | 3D Scanning / Rendering | Full Color / Multi-Material |
The Verdict
- Stick with STL if you are printing a single-color functional part on a standard FDM printer. It’s the most compatible.
- Use 3MF if you are using a multi-material printer (like the Prusa MMU or Bambu Lab AMS) or need color data. It’s the future.
- Use OBJ if you are doing 3D scanning or rendering, or if you need to preserve texture maps.
Question: Why do we still use STL if 3MF is better? Backward compatibility. Every printer made in the last 20 years speaks STL. 3MF is the new king, but STL is the old guard that won’t go down without a fight.
🎨 Customizing Your STL Files: A Guide to Slicing and Parameter Tweaks
You have the file. Now, how do you make it yours?
The Slicer is Your Canvas
Don’t just hit “Slice.” Play with these parameters:
- Infill Pattern: Change from Grid to Gyroid for better strength-to-weight ratio.
- Wall Count: Increase walls for functional parts that need to hold pressure.
- Supports: If the model has overhangs, enable supports. But remember, supports leave marks!
Modifying the Model
Sometimes you need to change the design itself.
- Scaling: Need a bigger phone stand? Scale it up in the slicer.
- Hollowing: Use a “Shell” tool in Meshmixer or Blender to make a model hollow, saving filament.
- Adding Holes: Need to mount it to a wall? Add a hole for a screw in Tinkercad.
Pro Tip: If you are modifying a functional part, always test fit the original first. Changing the wall thickness by 0.2mm can make a part too loose or too tight.
🚀 Advanced Techniques: Scaling, Orienting, and Optimizing for Success
Ready to take your prints from “okay” to “wow”?
Orientation Matters
The way you place the model on the bed affects:
- Strength: Parts are weakest along the Z-axis (layer lines). Orient the part so the stress is parallel to the layers.
- Surface Quality: Place the smoothest side facing up.
- Supports: Rotate the model to minimize overhangs.
Scaling for Fit
If you need a part to fit a specific object (like a drone frame), measure the object with calipers. Import the STL, scale it to match the measurements, and add a 0.2mm tolerance for a snug fit.
Optimizing for Speed
- Reduce Infill: For decorative items, 10% infill is enough.
- Use “Ironing”: For top surfaces, enable ironing in your slicer to melt the top layer smooth.
- Variable Layer Height: Use thin layers (0.1mm) for detailed areas and thick layers (0.28mm) for flat areas to save time.
🛡️ Navigating Copyright, Licensing, and Legal Pitfalls with STL Files
This is the boring but crucial part. Just because you can download a file doesn’t mean you can sell the print.
Understanding Licenses
- CC0 (Public Domain): Do whatever you want. Sell, modify, share.
- CC-BY (Attribution): You can sell, but you must credit the designer.
- CC-BY-NC (Non-Commercial): You can print for yourself, but you cannot sell it.
- All Rights Reserved: Do not touch.
The “Etsy Trap”
We’ve seen many beginners get banned from Etsy for selling prints of popular characters (like Harry Potter or Marvel figures) found on Thingiverse. Even if the file says “Free,” the character is copyrighted by the studio.
- Rule of Thumb: If it’s a movie character, a logo, or a branded product, do not sell it unless you have explicit permission.
How to Protect Yourself
- Read the license on the download page.
- If in doubt, email the designer.
- Stick to CC-BY or CC0 for commercial projects.
🤖 The Future of 3D Printing: Will STL Files Survive the Next Decade?
We asked ourselves: Is the STL file dead?
The answer is a resounding NO, but it’s evolving.
The Rise of 3MF
As printers get smarter (multi-material, full color), the 3MF format is taking over. It carries all the data the STL misses.
- Bambu Lab and Prusa are pushing 3MF hard.
- Ultimaker Cura defaults to 3MF now.
AI and Generative Design
Remember that video about using ChatGPT to create STL files? That’s just the beginning.
- Image-to-3D: Tools like MakerWorld’s image-to-3D model generator are letting users turn a photo of a “Benchy Boat Car Hybrid” into a printable file.
- Generative AI: Soon, you’ll describe a part, and an AI will generate the optimized STL (or 3MF) instantly.
The Hybrid Future
We will likely see a hybrid world where STL remains the “legacy” format for simple parts, while 3MF becomes the standard for complex, multi-material prints. But as long as there are old printers and simple needs, the humble triangle will survive.
Final Thought: The format might change, but the spirit of the maker community remains the same. Whether it’s 1987 or 2030, we’re all just trying to turn digital dreams into physical reality.
🏁 Conclusion
We’ve journeyed from the dusty archives of Stereolithography to the cutting edge of AI-generated 3D models. The STL file is the unsung hero of the 3D printing world. It’s flawed, yes—it lacks color, units, and metadata—but it’s the glue that holds the community together.
Our Recommendations:
- For Beginners: Start with Printables or Thingiverse. Stick to STL files and use Cura or PrusaSlicer.
- For Advanced Users: Embrace 3MF for multi-material prints. Use Blender or Fusion 360 for complex modifications.
- For Commercial Makers: Always check the license. Stick to CC-BY or CC0. When in doubt, ask the designer.
The Verdict: Don’t let a bad file ruin your day. Learn to spot the errors, know your formats, and respect the creators. The world of 3D printing is vast, and with the right STL files, the only limit is your imagination.
So, what are you going to print first? A functional part? A work of art? Or maybe a Hyper Hopper to test your reflexes? The file is waiting.
🔗 Recommended Links
Top Platforms for STL Files
- Printables: Search for 3D Models
- Cults3D: Download Free & Paid STLs
- Thingiverse: Browse 3D Designs
- MyMiniFactory: Guaranteed Printable Models
- MakerWorld: Bambu Lab Ecosystem
Essential Software
- Ultimaker Cura: Download Slicer
- PrusaSlicer: Download Slicer
- Blender: Download 3D Editor
- Microsoft 3D Builder: Windows Store Link
Books & Resources
- The Ultimate Guide to 3D Printing: Available on Amazon
- Fusion 360 for Makers: Available on Amazon
❓ FAQ
How do I troubleshoot common issues with STL files in 3D printing?
If your print fails, check the manifold status. Use your slicer’s “Fix” tool or Microsoft 3D Builder to repair holes and inverted normals. Ensure the file is scaled correctly, as STLs have no units.
Read more about “🤔 What Do You Mean by 3D Printing? The Ultimate 2026 Guide”
What are the best STL files for beginners to practice 3D printing?
Start with simple shapes like the Benchy (a small boat), a keychain, or a phone stand. These are widely available on Thingiverse and Printables and test basic calibration.
Read more about “🐟 7 3D Printed Seafood Alternatives Changing the Catch (2026)”
How do I convert STL files to G-code for 3D printing?
You cannot convert STL to G-code directly. You must use a slicer (like Cura, PrusaSlicer, or Bambu Studio). Import the STL, set your parameters, and click “Slice” to generate the G-code.
Read more about “🛠️ 12 Best 3D Modeling Software for Printing (2026)”
What are the most popular things to 3D print using STL files?
Functional items like phone stands, cable organizers, and tool holders are top sellers. For fun, miniatures, fidget toys (like the Hyper Hopper), and cosplay props are huge.
Read more about “🛠️ Mastering Removing Support Structures 3D Printing: The Ultimate Guide (2026)”
What are the best 3D printing software options for working with STL files and slicing models?
Ultimaker Cura is the most popular for beginners. PrusaSlicer is excellent for advanced features. Blender is best for editing, and Fusion 360 is ideal for engineering changes.
Can I edit or modify STL files to customize my 3D prints, and if so, how?
Yes! Use Tinkercad for simple changes (adding holes, scaling). Use Blender for sculpting and complex geometry. Use Fusion 360 for precise engineering modifications.
How do I fix common issues with STL files, such as missing faces or incorrect scaling?
Use the “Repair” function in your slicer or Microsoft 3D Builder. For scaling, always check the dimensions in the slicer before printing and adjust the scale factor if necessary.
How do I prepare an STL file for 3D printing to ensure a successful print?
- Check for errors (holes, non-manifold edges).
- Scale to the correct size.
- Orient the model to minimize supports and maximize strength.
- Slice with appropriate settings (infill, layer height).
Read more about “🦷 Surgical Guides 3D Printing: The Ultimate 2026 Guide to Precision”
What are the best software programs for viewing and repairing STL files for 3D printing?
Microsoft 3D Builder (Windows) is the easiest for repairs. MeshLab is powerful for advanced users. Blender offers full editing capabilities.
Can I create my own STL files for 3D printing, and if so, how?
Yes! Use Tinkercad (browser-based, easy) or Fusion 360 (professional, parametric). Once designed, export as STL.
What is the difference between STL and OBJ files for 3D printing?
STL is triangle-only and has no color. OBJ supports color and texture maps but is larger. STL is the standard for FDM printing; OBJ is better for 3D scanning and rendering.
Read more about “🏗️ How Strong Are 3D Printed Parts? The 2026 Truth”
How do I prepare an STL file for 3D printing?
Import into a slicer, check dimensions, orient for stability, add supports if needed, and slice to G-code.
Read more about “🏠 Smart Home Integration with 3D Printed Structures: The 2026 Guide”
How do I slice an STL file for 3D printing using software like Cura or Slic3r?
Open the software, drag and drop the STL, adjust settings (layer height, infill, supports), and click “Slice.” Save the G-code to your SD card or send via USB.
Can I edit STL files to customize my 3D prints?
Absolutely. Use Tinkercad for quick edits or Blender for detailed sculpting.
Read more about “📉 What is the Failure Rate of 3D Printing? (2026 Data)”
What are the most popular things to 3D print for beginners using STL files?
Benchy, calibration cubes, simple brackets, and decorative planters.
Read more about “🤖 AI-Driven Generative Design: The Ultimate 2026 Guide to 5 Top Tools”
How do I repair a corrupted STL file for 3D printing?
Use Microsoft 3D Builder‘s automatic repair tool or Netfabb for complex issues.
Read more about “Is Thingiverse Dead? 🤔 7 Alternatives You Need in 2025”
What is the difference between STL and OBJ files in 3D printing?
See the comparison table above. STL is geometry-only; OBJ includes color and texture.
Read more about “🖐️ 7 Life-Changing 3D Printed Prosthetics You Can Build Today (2026)”
How do I convert OBJ files to STL files for 3D printing?
Open the OBJ in Blender or MeshLab, then export as STL. Most slicers can also import OBJ directly.
Read more about “101 Most Useful 3D Printed Objects to Print in 2026 🛠️”
How do I slice an STL file to fit my 3D printer?
Check the build volume in your slicer. If the model is too big, use the Scale tool to resize it to fit within the printer’s limits.
Read more about “How do I slice an STL file to fit my 3D printer?”
Can Ender 3D printer print STL files?
Yes! The Creality Ender 3 and all other FDM printers print STL files (via G-code generated by a slicer).
Read more about “Can Ender 3D printer print STL files?”
What is the difference between STL and 3D files?
“3D file” is a generic term. STL is a specific type of 3D file format. Others include OBJ, 3MF, STEP, and STP.
Read more about “What is the difference between STL and 3D files?”
How do I get STL files for my 3D printer?
Download them from sites like Thingiverse, Printables, Cults3D, or MyMiniFactory.
Read more about “🤖 Automated Post-Processing for 3D Prints: The 2026 Guide to Factory-Ready Parts”
Can 3D printers print STL files?
Technically, they print G-code, which is generated from STL files. So yes, you need an STL to start the process.
Read more about “Can 3D printers print STL files?”
📚 Reference Links
- 3D Systems: History of Stereolithography
- Prusa Research: PrusaSlicer Documentation
- Ultimaker: Cura Documentation
- Blender Foundation: Blender Manual
- Cults3D: Cults3D Platform Info
- Thingiverse: Thingiverse Community
- Printables: Printables Community
- MyMiniFactory: MyMiniFactory Guarantee
- NIST: 3D Printing Standards
- Autodesk: Netfabb Repair Tools






