This repo is a maker-repository. It stores the parameters and the STL-files of parts made with desi77. This repo uses the javascript packages desi77-cli and desi77-uis of the design-library desi77.
For Ubuntu users, OpenSCAD is available on snapcraft and can be installed with:
sudo snap install openscadFor working with the latest desi77 version:
npm outdated
npm update --save
git commit -am 'npm update --save'git clone https://github.com/charlyoleg2/maker_parame77
cd maker_parame77
npm install
npm run
npm run desi77-uis
npx desi77-uis
npx desi77-cli --help
./make_parts.js- Design: A parametrizable 3D parts. Desginix is a collection of designs.
- Part or Reference: A particular parametrization of a design.
- Instance: The realization of a reference.
| ID | Reference | Design | Nb of instances |
|---|---|---|---|
| 1 | door1arc | door1arc | 1 |
Each reference has its own directory with its json-parametrization, scad-script and stl-file.