Using OpenSCAD to build custom 3D pieces Build Your Own Body
Final Piece
Listing 6 shows how you would bring all the bits and pieces together. You import all the modules from their files (lines 1 to 3), then subtract the slots and holes from the body (lines 5 to 8), and finally add the reinforcement beam (line 10).
Listing 6
support.scad
01 use <body.scad>; 02 use <reinforcement.scad>; 03 use <slots.scad>; 04 05 difference () { 06 body(); 07 slots(); 08 } 09 10 reinforcement();
Press F6 to build the piece and then use the STL button at the end of the editor's toolbar to export the piece to STL.
You can then use a slicer like Cura [3] (Figure 10 again) to make the object ready for your printer. Cura is available in the repositories of most Linux distributions and will open your STL file. Cura also comes with configurations for many of the most popular printers. Choose yours from the list, and it will allow you to place, rotate, and scale your object, as well as let you set the resolution and infill, and so on.
Just in case, the piece you have seen in this article does require supports, as you can see in Figure 11.

Conclusion
Although this example is very specific, you should be able to use the object for your own printer even if it is a different model with some minor tweaks.
The more interesting point is that, with OpenSCAD, you can create pretty complex pieces that then translate into real world, useful objects. The potential for these kinds of things is huge, and OpenSCAD is a good way to reach it.
Infos
- "Designing Your Own Stuff with OpenSCAD" by Paul Brown, Linux Magazine, issue 222, May 2019, pp. 90-94, http://www.linux-magazine.com/Issues/2019/222/Designing-your-own-stuff-with-OpenSCAD
- OpenSCAD: http://www.openscad.org/
- Cura: https://ultimaker.com/en/products/ultimaker-cura-software
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Find SysAdmin Jobs
News
-
KDE Plasma 5.27 Beta is Ready for Testing
The latest beta iteration of the KDE Plasma desktop is now available and includes some important additions and fixes.
-
Netrunner OS 23 Is Now Available
The latest version of this Linux distribution is now based on Debian Bullseye and is ready for installation and finally hits the KDE 5.20 branch of the desktop.
-
New Linux Distribution Built for Gamers
With a Gnome desktop that offers different layouts and a custom kernel, PikaOS is a great option for gamers of all types.
-
System76 Beefs Up Popular Pangolin Laptop
The darling of open-source-powered laptops and desktops will soon drop a new AMD Ryzen 7-powered version of their popular Pangolin laptop.
-
Nobara Project Is a Modified Version of Fedora with User-Friendly Fixes
If you're looking for a version of Fedora that includes third-party and proprietary packages, look no further than the Nobara Project.
-
Gnome 44 Now Has a Release Date
Gnome 44 will be officially released on March 22, 2023.
-
Nitrux 2.6 Available with Kernel 6.1 and a Major Change
The developers of Nitrux have officially released version 2.6 of their Linux distribution with plenty of new features to excite users.
-
Vanilla OS Initial Release Is Now Available
A stock GNOME experience with on-demand immutability finally sees its first production release.
-
Critical Linux Vulnerability Found to Impact SMB Servers
A Linux vulnerability with a CVSS score of 10 has been found to affect SMB servers and can lead to remote code execution.
-
Linux Mint 21.1 Now Available with Plenty of Look and Feel Changes
Vera has arrived and although it is still using kernel 5.15, there are plenty of improvements sure to please everyone.