
144 different mathematical geometries by Kit Wallace
thingiverse
Kit Wallace's website has a mesh making machine that I used to batch process some stuff with SCAD. Here are 110 of about 3,000 possible polyhedra files from the website: http://kitwallace.co.uk/3d/solid-index.xq and https://www.thingiverse.com/thing:675422. This OpenSCAD batch .bat file processing code requires Windows to know how to open SCAD files in a BAT. In Windows 7, it's in environmental variables: Start the System Control Panel applet (Start - Settings - Control Panel - System). Select the Advanced tab. Click the Environment Variables button. Under System Variables, scroll down and find Path, then click Edit. You'll see a list of folders, as this example for my system shows: C:\Program Files\Windows Resource. I add a "C:\program files\openscad" and openscad.exe file path, save and start the .bat file from the desired .scad todo folder. OPENSCAD-SINGLE-CORE-FOLDER-PROCESS.bat OSCFP.bat @echo off SetLocal EnableDelayedExpansion echo ----------------------------------------- echo --== PROCESSING FILES IN THIS FOLDER ==-- echo ----------------------------------------- echo . echo ....%cd%\ FOR %%f in (*.scad) DO ( echo ----------------------------------------- echo ---------- PROCESSING NEXT FILE --------- ... !time! ... echo ----------------------------------------- echo . echo %%~nf.scad echo . echo _____ openscad -o "%%~nf.stl" "%%f" echo . ) echo ...BATCH COMPLETED ... !time! ... pause EndLocal
With this file you will be able to print 144 different mathematical geometries by Kit Wallace with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on 144 different mathematical geometries by Kit Wallace.