I want to build some custom sized boxes, is there an OpenSCAD or other simple way to create custom boxes that anyone can point me towards?
I’ve been looking at examples of the kind with the interlocking tabs, but I would prefer a generic solution that I can customize.
Sketchup is a popular option. Autodesk also offers their Fusion 360 product at no charge to hobbyists.
There is some fairly pricey software out there for custom cabinetry, but I don’t think it would be suitable for making boxes.
blurfl
July 21, 2017, 3:01pm
3
The Easel program from Inventables has a Box Maker app that lays out a tabbed box with optional sliding lid to the dimensions you choose.
3 Likes
Using Linux so Fusion 360 and Sketchup are not options for me. I’ll check out Easel, thanks!
blurfl
July 21, 2017, 3:41pm
5
There’s an YouTube video using the tool here . The video is aimed at beginners, but it does show the app in action and how to find it.
You can use Sketchup in a browser (that supports HTML5) at my.sketchup.com
Neat tip! That one is going in the Pinned topic at the Projects category.
You can also run an older version of Sketchup in Ubuntu via Wine or PlayOnLinux.
1 Like
I Agree with Easel box app or this Box Maker
1 Like
Onshape can only be run in a browser, so it’s also available to Linux. I think the same is true of Fusion 360. I did not know of my.sketchup.com , thanks @TheRiflesSpiral !
2 Likes
Here is a sort of box in OpenSCAD:
http://maslowcommunitygarden.org/Cargo_Box.html
I don’t keep a box library, I typically just reuse the joints code and rewrite the box for each project (since they’re usually pretty different.
2 Likes
Nice! I like the ability to add holes
Has anyone tried to uses Boxes.py to design boxes for the Maslow to cut?
https://www.festi.info/boxes.py/
Give it a try and see what happens. I’ve used it on a non-maslow router, seems to be pretty standard gcode from what I remember, although I think it generated some G2/G3 arcs which shouldn’t be an issue
1 Like