by naggie on 10/20/21, 10:13 PM with 59 comments
by sysrpl on 10/21/21, 9:50 AM
For reference here are some of the items I designed using OpenSCAD:
https://cache.getlazarus.org/images/projects/101/case-and-st...
https://cache.codebot.org/prints/soldering-station.jpg
https://cache.getlazarus.org/images/desktop/soldering-kit-mo...
https://cache.codebot.org/prints/power-supply.jpg
https://cache.getlazarus.org/images/projects/102/control-box...
by Sohcahtoa82 on 10/20/21, 11:23 PM
But later, I did start to feel the limitations. Not having automatic fillet/chamfer was huge. And sometimes, I wanted the ability to measure the distance between two points selected visually to make sure all my math involving offsets was correct.
And as the article mentions, certain shapes end up with a lot of artifacts unless you "render" them, which can take a while. I designed a refillable catnip toy [0] and all the holes in it made the CSG subtraction take ~15 minutes, IIRC. Without rendering though, the opening on the bottom was solid, along with other glitches.
by knolax on 10/21/21, 11:11 AM
by sydthrowaway on 10/20/21, 11:31 PM
by fnfs2000 on 10/21/21, 1:38 PM
https://github.com/jscad/OpenJSCAD.org/tree/V2
A fairly substantial rewrite is underway, the V2 branch linked above.
by xor99 on 10/21/21, 10:25 AM
Solidworks and Catia are often seen as unbeatable for industry but there are so many issues with them, particularly when used in smaller companies or startups. Need Mac support, never. Need multi-threading support, nope never going to implement it. Update the graphics so it doesn't look so ancient and clunky, never. Fusion/autocad are good but are full of bugs and the cloud service is annoying (e.g. I continuously have to delete log files to open the program). Being picky but this stuff shouldn't be hard by now given how long CAD has been around.
Are there any projects using something like rust or c++ to do a build and customise style cad program with versioning? I've tried cadquery, libfive etc. and none really fit the bill.
by smallerfish on 10/20/21, 11:14 PM
I've been learning qcad recently, which is OK, but it really wants you to make extensive use of the mouse. I feel like I could probably be just as productive by typing code and seeing a 2d plot of what I specify. Way back when I used SweetHome3d, which works pretty well for interiors, but (at least when I tried it) didn't have very many tools for exteriors.
by haberman on 10/21/21, 2:35 AM
by dpflug on 10/21/21, 1:03 AM
by laydn on 10/21/21, 7:28 AM
by physicsguy on 10/21/21, 9:57 AM
by pvillano on 10/21/21, 3:42 PM
$fa = .01;
$fs = $preview ? 5 : 1;
This will make your maximum facet size 5mm in preview and 1mm in render.