Skip Navigation

How do you organize your 3d printing/modeling project folder(s)?

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

14 comments
  • 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.

  • I have a "My Creations" directory for things I make. Then there's a "Toys and Games" directory and a "Household Stuff" directory.

    Then there's the giant fucking mess for everything else 🤣

  • I have 3D Printing folder with all my .blend files, and a folder for STLs. For important projects I will bundle everything in its own folder. PCB and Enclosure design both get their own folders for KiCad and Blender files, then there is a fabrication folder containing gerbers/BOM files, as well as STLs or any documents for stickers/etc that may be needed.

    I usually will use a version tracking system like git for big projects that use that file tree as well.

14 comments