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.mainThat command will make
pegboard.stepthat you can open with your favourite CAD and then export individual bodies for 3D printing. Change values inconfig.ymlfor your needs.
