this post was submitted on 02 Feb 2025
31 points (97.0% liked)

3DPrinting

16186 readers
513 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: or [email protected]

There are CAD communities available at: [email protected] or [email protected]

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 2 years ago
MODERATORS
 

Hi all, I've currently got a big folder full of a bunch of mishmashed sets of files in nested directories:

  • model files downloaded from thangs/thingiverse/etc
  • source files for models
  • my own SCAD source files for my own modeling projects
  • the stl exports of those files
  • I don't store the cura projects, but maybe I could
  • all the gcode. These get copied over to octoprint to print stuff.

Before I go organizing it all, I wanted to ask how the community sorts their modeling files, or if they use other tools to help keep it all sorted. Any best practices out there?

Additional question: do you just use a good directory structure, or do you use other tools that manage projects for you? I've never used any other CAD software besides OpenSCAD, so maybe those applications do some organization for you. Or maybe you self host something like manyfold

you are viewing a single comment's thread
view the rest of the comments
[–] Wizard_Pope 3 points 2 days ago

I have a 3d print folder and inside I have a separate folder for my own step files, a separate folder for the stl files and an empty one for the gcode. If a print has more parts than one it goes into a separate folder inside the STL folder.