Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.04 KB

File metadata and controls

24 lines (15 loc) · 1.04 KB

Everything migrated to https://codeberg.org/paulcobbaut

FreeCAD-Python

Python scripts to automate creating objects in FreeCAD

brick_freecad.py generates a series of .stl files of Lego-compatible bricks or plates Screenshot_2022-09-25_12-41-50

fc1.py creates square puzzle pieces with tenons and mortises in FreeCAD 0.20

rows = 2 cols = 2 (screenshot from 2022-07-02) freecad_script_20220702

rows = 25 cols = 25 (screenshot from 2022-07-04) freecad_script_20220704

braille.py creates braille dots from text (wip) It support lettes a-z and numbers 0-9 and a space character, and can print multiple lines. freecad_braille_20220708