Organizes 3D printing project folders by sorting G-code, project, and source files.
Install via .NET CLI:
dotnet tool install -g printfolder
Navigate to your project folder and run:
printfolder organizeThis command will automatically organize your files by extension, moving G-code, 3D models, and source files into appropriate subfolders for a cleaner project structure.
- Automatically detects and sorts
.gcodefiles. - Organizes 3D model files (e.g.,
.stl,.obj).
MIT License. See the LICENSE file for details.
GitHub - NoCapslock/PrintFolder https://github.com/NoCapslock/PrintFolder