The aim of the project is to make a system like Thingiverse customizer for CadQuery scripts. As of now only a small part of work is done for that.
Currently there is only a script to make customizable spool holders for pegboards like IKEA SKADIS.
-
Install conda.
-
Setup conda environment
conda env create -f .\environment.yml
-
Activate the environment
conda activate wisp3d
-
Run the script
python -m wisp3d.main
That command will make
pegboard.step
that you can open with your favourite CAD and then export individual bodies for 3D printing. Change values inconfig.yml
for your needs.