whosawhatsis / RepRap-Wallace

A parametric Reprap printer based loosely on the Printrbot design
70 stars 41 forks source link

Directory structure #9

Open faberdasher opened 12 years ago

faberdasher commented 12 years ago

Hi,

Is it possible to use a directory structure like https://github.com/prusajr/PrusaMendel to help keep the project organized? I would propose:

source (all source files, openscad, etc needed to build the project STLs). /inc (any include files, extra stls, etc.)

docs (for locating ThingDoc files and output / other documentation) /images (images for ThingDoc and build photos)

metric-wallace-lm6uu (directory contains final STL files needed to print out)

Just a suggestion :) Cheers.

thebaron88 commented 12 years ago

I second this, in addition separating out the configuration parameters and the parts into individual files would also be useful.

I have a script that can regenerate the individual STLs for the parts, then the user can just use any old plater to make up the build plates. Would make the 'metric-wallace-lm6uu' ... folders easier to create. I'll push it up when its polished a bit more.