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.
- Host: GitHub
- URL: https://github.com/rahix/freecad-macros
- Owner: Rahix
- License: lgpl-2.1
- Created: 2025-05-06T21:11:21.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-06T21:49:08.000Z (about 1 month ago)
- Last Synced: 2025-05-06T22:32:26.521Z (about 1 month ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.