Published 2026-08-23 · Layerzim
A 3D model that looks beautiful on a screen doesn't always translate to one that prints well. Somewhere between the CAD workspace and the build plate, geometry meets physics. Molten plastic expands as it cools, layers bond weakly to one another, and mesh files choke the software meant to edit them. Designing well for 3D printing means carrying all of that into the sketch before you ever hit export.
To unpack it, we asked three CAD designers in Zimbabwe to share how they actually work, including what software they reach for, what they learned the hard way, and what they wish they had known earlier. Their contributions follow in their own words.
Taku the 3D Freelancer: making a print-ready model
So for CAD models, specifically for 3D printing, it's not just about coming up with a design. It's about making a 3D print ready model, and that's where it no longer becomes just about drawing and more about designing. Designing begins with asking: what is it for? What's critical about this design and should be gotten right no matter what? Then you execute while putting all of the following into consideration. Sometimes the sketch you're given is not enough to execute the required function and you have to improvise.
There are two major questions you deal with. First, can what I've modeled be made in a single print without posing complications. Second, is it watertight, meaning does it have non-manifold edges. When you design, you know it's best for your model to have a base that sits on the plate for your print to come out nice. You design your model, then you look into its orientation. Orientation is a big deal in both functionality (strength) and ease of print, where you want to minimise bridging and overhangs because they complicate the printing process. So you orient it from multiple angles and see where there can be that horizontally flat surface. Does it suffice? Do you need to modify it to provide better support? Careful consideration there.
Then there's dimensioning. There are precision designs, maybe where things fit together. You see, I've had a scenario where I made a design with exact dimensions, 100% exact, but after they got printed, they didn't fit. So after research I realised that when printing, that hot plastic expands when it sits into a layer. It causes the dimensions to increase a bit. So when designing you have to consider tolerances for that, to accommodate that small increase in dimensions that happens when the molten plastic sits then solidifies. The design will always be up to you, but in 3D printing it's all about it being printable and carrying out its function efficiently with all factors considered.
Taku the 3D Freelancer Independent · Solidworks, Blender, AutoCAD · 3 years
Tinashe Blackie Kanukai: designing for FDM strength
To be a strong CAD designer, you need to understand the fabrication process. This article focuses on FDM 3D printing, a layer-by-layer additive manufacturing method. FDM parts are usually anisotropic, meaning their mechanical properties vary by direction, because adhesion between layers is typically weaker than the strength within a continuous extrusion path. This affects both part design and assembly.
Use material-appropriate wall thicknesses to strengthen parts, and orient each print so major stress loads run along the extrusion lines. Designing parts as multi-part assemblies can also improve strength, because each component can be oriented to distribute stress along those plastic paths. Sharp internal corners are often the most stressed areas, so use generous radii to reduce stress concentrations and improve print strength. SolidWorks supports stress, fatigue and tension simulations, which can help identify high-load areas and optimise designs for 3D printing.
Another limitation of FDM is its difficulty with tight tolerances. If an assembly requires very precise fits, printed parts may not fit together as expected. In my experience, there is no universal tolerance value, but ±0.5 mm is a useful starting point. You still need to understand your printer, material and print settings to choose the right tolerance. Printing speed also affects dimensional accuracy: at higher speeds, depending on the printer, material and print height, you may need looser tolerances.
Tinashe Blackie Kanukai Ezod Tech · Certified SolidWorks Associate · 5 years
Nevil Chitiyo: file formats and mesh wrangling
I have been mostly using Autodesk Fusion for my CAD and CAM workflow for about 3 years now. The biggest thing I've learned is the importance of formatting your mesh files properly. Most STL files are based on triangles, and once you have too many of those (a high polygon count, or high poly), editing them in Fusion becomes almost impossible. So most of the time you have to convert them to a rectangular based polygon using something like Blender, before you can edit it in Fusion.
Autodesk also has this software called Meshmixer, which is specifically designed to edit mesh files. I use it for "unfolding" models for my laser cutting workflow. The unfolding works better with low-poly models, so you can convert your high poly designs to low poly using Meshmixer. You can then create fascinating origami-like crafts with paper, cardboard, wood and so on from an STL model.
I use STEP files when sharing designs between different CAD softwares. I am exporting less and less STL, but more and more 3MF, because 3MF files contain more metadata and they also allow for multiple editable models in one file. I also play around with OBJ, GLB and GLTF formats because they are very good at preserving texture. I have also been dabbling with poor-man's 3D scanning techniques, using an Xbox Kinect, and an app called Kiri Engine which uses gaussian splatting to create 3D images from a bunch of images.
Nevil Chitiyo SIRDC · Autodesk Fusion, Meshmixer · 3 years
If the format question is the one you're stuck on, our file format guide covers what to send us and why it matters.
A few rules of thumb
Three accounts and three vantage points, but a few fundamentals sit underneath all of them, and they are worth stating plainly before we close.
- Wall thickness comes first. Design walls as multiples of your nozzle diameter, and treat roughly 0.8 to 1.2 mm as a practical floor, because anything thinner is a suggestion the slicer may quietly ignore.
- Overhangs steeper than about 45 degrees from vertical need support, and support contact leaves a rough face, so decide early which surfaces are allowed to be ugly.
- Material choice drives the tolerance question Taku and Tinashe both raise. PLA is dimensionally forgiving, PETG and ABS shrink and warp more, so the same model in a different filament is a different part.
- Holes print undersize and slightly out of round, which means clearance holes want a little extra diameter, and press fits, snap fits and threaded inserts want deliberate allowances rather than nominal dimensions.
- The slicer is part of the design. Layer height, perimeter count and infill decide as much about strength and accuracy as the sketch does.
- Watch the export resolution as well as the file format, because faceted curves usually come from a loose chord tolerance, not a bad model.
- Chamfer the bottom edge to stay ahead of elephant's foot, and give the first layer the attention it deserves, because nothing above it survives a part that lifts off the plate.
The common thread
Three designers, three toolchains, one common thread. The design decision that matters most is made before the printer is switched on. Taku's questions about orientation and watertightness, Tinashe's warning about layer adhesion and tolerance, and Nevil's point about file formats are all versions of the same discipline, which is to model with the fabrication process in mind rather than against it.
The rules of thumb above are the shared floor beneath their three approaches, covering wall thickness, overhang limits, material behaviour, fit allowances, slicer settings, export resolution and that first layer. None of it is theoretical. Every lesson here came from a part that failed, a file that would not open, or an assembly that refused to fit. If you are modeling for print, borrow their mistakes rather than repeating them, and get to know your own printer well enough to know where these rules bend.
And if you don't model at all, that's fine too. We can connect you with designers who do, which is what our guide on getting a part made without a 3D file is about.