├── .gitattributes ├── .gitignore ├── Bushing.py ├── MarkdownHelp.md ├── OS X Leopard (1.5.8) came wi.textClipping ├── Rachet Tooth.scad ├── SolidPy.htm ├── SolidPy.py ├── appleKeyboardFeet.py ├── box.py ├── exModule.py ├── fillet.py ├── junk.scad ├── ratchetGear.py ├── ratchetGear.scad ├── readme.html ├── readme.md ├── screw.py ├── sliceOpy.py ├── sliceOpy.stl └── template.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/.gitignore -------------------------------------------------------------------------------- /Bushing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/Bushing.py -------------------------------------------------------------------------------- /MarkdownHelp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/MarkdownHelp.md -------------------------------------------------------------------------------- /OS X Leopard (1.5.8) came wi.textClipping: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Rachet Tooth.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/Rachet Tooth.scad -------------------------------------------------------------------------------- /SolidPy.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/SolidPy.htm -------------------------------------------------------------------------------- /SolidPy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/SolidPy.py -------------------------------------------------------------------------------- /appleKeyboardFeet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/appleKeyboardFeet.py -------------------------------------------------------------------------------- /box.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/box.py -------------------------------------------------------------------------------- /exModule.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/exModule.py -------------------------------------------------------------------------------- /fillet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/fillet.py -------------------------------------------------------------------------------- /junk.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/junk.scad -------------------------------------------------------------------------------- /ratchetGear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/ratchetGear.py -------------------------------------------------------------------------------- /ratchetGear.scad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/ratchetGear.scad -------------------------------------------------------------------------------- /readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/readme.html -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/readme.md -------------------------------------------------------------------------------- /screw.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/screw.py -------------------------------------------------------------------------------- /sliceOpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/sliceOpy.py -------------------------------------------------------------------------------- /sliceOpy.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/sliceOpy.stl -------------------------------------------------------------------------------- /template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjbsquared/SolidPy/HEAD/template.py --------------------------------------------------------------------------------