A Collection of solidpython functions, helpers etc
Go to file
acereca 62f84dade3 update assembly to work with new settings 2021-02-14 16:02:21 +01:00
docs update assembly to work with new settings 2021-02-14 16:02:21 +01:00
solidLib update assembly to work with new settings 2021-02-14 16:02:21 +01:00
.gitignore add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
Jenkinsfile urgh 2021-02-12 20:32:18 +01:00
LICENSE add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
Makefile start updating lib to use solidLib.settings 2021-02-14 10:38:18 +01:00
README.md „README.md“ ändern 2021-02-09 10:59:30 +01:00
grid.scad add toolinserts and pill primitive 2021-02-11 21:30:02 +01:00
requirements.txt add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
setup.py add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
tests.py start updating lib to use solidLib.settings 2021-02-14 10:38:18 +01:00

README.md

solidLib

A Collection of solidpython functions, helpers etc

Content

  • solidLib.primitives
    • round_box(x: float, y: float, z: float, r: float)
  • solidLib.assortment
    • grid(x: float, y: float, w: float = 3, h: float = 1.5, fillet: bool = False, dim: float = 59)