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
[–] [email protected] 1 points 2 days ago

I have category folders and within them the output gcode files alongside a downloads folder for zips and a models folder for scad, stl, 3mf files. If it’s several models related to a project or build they are in their own folder.

The sd card is sorted via plastic type. Grab the gcode at the category level and place into appropriate sd folder. Knowing that anything at the root of the category has been sliced to be ready and or is current to the workflow of getting the model printed. Clear folder of one offs when print completed.