PaulWay / openscad_work

OpenSCAD models and support documentation
GNU General Public License v3.0
4 stars 1 forks source link

Organize documentation and files #3

Open mnavarro83 opened 7 months ago

mnavarro83 commented 7 months ago

I split off the individual files to their respective folders and created individual readmes for each section.

mnavarro83 commented 7 months ago

We need to work on including the library files correctly. Something along the lines of: find . -name \*.scad -type f | xargs sed -i -e 's/<pw_primitives.scad>/<..\/pw_primitives.scad>/'. Further troubleshooting to follow.