Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.111.0
2025-05-23Two new features this release: preview permissions, and… Lego?!
You can now grant “preview” permissions on models; that will let visitors see the model page and any view files set as “previewable” (which is just images by default); the other files are hidden away. This is the first step on our way to support for commercial creators - more to come!
And then just for fun, we now index and even render LDraw (Lego CAD) models! So, if you’ve been wanting to show off your best MOCs, well, now you can do it in Manyfold!
What’s Changed
✨ New Features ✨
- Index LDraw models (LDR and MPD) by @Floppy in https://github.com/manyfold3d/manyfold/pull/4206
- Add “previewable” setting to files by @Floppy in https://github.com/manyfold3d/manyfold/pull/4213
- Show only previewable files if only preview permission is available by @Floppy in https://github.com/manyfold3d/manyfold/pull/4220
- Add info box for preview models by @Floppy in https://github.com/manyfold3d/manyfold/pull/4222
- Add rendering for LDraw files by @Floppy in https://github.com/manyfold3d/manyfold/pull/4211
🐛 Bug Fixes 🐛
- Fix bug showing server link by @Floppy in https://github.com/manyfold3d/manyfold/pull/4218
- Fix error with nil size when detecting duplicates by @Floppy in https://github.com/manyfold3d/manyfold/pull/4219
🌍 Sustainability & Performance 🌍
- Enqueue prepare download jobs from CLI on low-priority queue by @Floppy in https://github.com/manyfold3d/manyfold/pull/4209
🛠️ Other Improvements 🛠️
- Refactor icons and some buttons into components by @Floppy in https://github.com/manyfold3d/manyfold/pull/4212
- Further button component refactoring by @Floppy in https://github.com/manyfold3d/manyfold/pull/4216
- Minor redesign of card layouts by @Floppy in https://github.com/manyfold3d/manyfold/pull/4217
- Change default rendering style to original materials by @Floppy in https://github.com/manyfold3d/manyfold/pull/4225
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.110.2…v0.111.0