An open API service indexing awesome lists of open source software.

https://github.com/rahix/freecad-macros

A collection of various FreeCAD macros.
https://github.com/rahix/freecad-macros

Last synced: 28 days ago
JSON representation

A collection of various FreeCAD macros.

Awesome Lists containing this project

README

        

Repository of FreeCAD Macros
============================
This is a collection of various FreeCAD macros I have written.

Some have broader use, like the
[`UpsideDownCounterbore`](./UpsideDownCounterbore/) and others are meant more
as a reference for building similar macros for your own needs.

## Overview
- [`UpsideDownCounterbore`](./UpsideDownCounterbore/) — Automatically generate
(fully parametric) geometry for the [overhanging counterbore trick][Df3DP-R3.5].
- [`RibThreads`](./RibThreads/) — Automatically generate geometry for [rib
forming threads][Df3DP-R5.4].
- [`ParametricExports`](./ParametricExports/) — Reference macros for exporting
variants of a parametric part.

[Df3DP-R3.5]: https://blog.rahix.de/design-for-3d-printing/#the-overhanging-counterbore-trick
[Df3DP-R5.4]: https://blog.rahix.de/design-for-3d-printing/#rib-thread-forming

## License
This repository is licensed under the `LGPL-2.1-or-later` license. See
[LICENSE](./LICENSE) for more info.