freecad-build
BOSL
freecad-build | BOSL | |
---|---|---|
1 | 17 | |
4 | 529 | |
- | - | |
5.4 | 0.0 | |
4 months ago | over 1 year ago | |
Python | OpenSCAD | |
GNU General Public License v3.0 only | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
freecad-build
-
Versioning FreeCAD Files with Git
yes, i built this to solve that problem: https://github.com/khimaros/freecad-build
BOSL
-
Versioning FreeCAD Files with Git
If you use OpenSCAD I highly recommend using BOSL along with it: https://github.com/revarbat/BOSL/wiki. It's essentially a standard library for OpenSCAD full of incredibly useful things. For example, adding a radius=2 fillet to a 5x5x5 cube is just:
cuboid([5,5,5], fillet=2);
- Can you add male or female bolt threads in Prusa Slicer?
- I'm sure many around here already know about this gear generation library, but for those who don't, I'm sharing it here,
-
I just want to show you my parametric gear that I just finished. Since the code is a mess, I can't share it completely, but I'll improve it soon so you can use it easily.(sorry for my english)
I belive something like this?
-
Bosl1 or 2
Ah, never mind. I found it: https://github.com/revarbat/BOSL
- Creating a library for OpenSCAD
- Help with a threads module. I don't know where to start to add in the specs I want.
-
OpenSCAD help needed
OpenSCAD provides the primitives for constructive geometry. Anything beyond that requires libraries. BOSL is quite popular (although I use BOSL rather than BOSL2 because BOSL2 is not finalized). https://github.com/revarbat/BOSL
- N-order Bezier curve function (Did I do this right?)
-
What is the best 3D modeling program to learn?
If you have any programming experience then OpenSCAD might be worth a look. Up until very recently I have used it exclusively for the past few years. It takes a bit to build yourself up a personal library of common shapes but once you do you can code up a design pretty quickly. And if you use any type of good programming experience your designs are parametric by default. There are also existing libraries out there that can help out quite a bit (e.g. https://github.com/revarbat/BOSL and https://github.com/JustinSDK/dotSCAD)
What are some alternatives?
BOSL2 - The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
OpenAstroTracker - 3D printed DSLR tracking mount
NopSCADlib - Library of parts modelled in OpenSCAD and a framework for making projects
threads-scad - OpenSCAD threading library
SolidPython - A python frontend for solid modelling that compiles to OpenSCAD
bend.scad - Procedures for bending models on the surface of a cylinder or into a parabola in OpenSCAD
Round-Anything - A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.
OpenSCAD_fasteners
threadlib - thread library for OpenSCAD
dotSCAD - Reduce the burden of mathematics when playing OpenSCAD
OpenJSCAD.org - JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
ViewSCAD - A Jupyter renderer for the OpenSCAD and SolidPython Constructive Solid Geometry languages