Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.104.0
2025-03-19This release makes it easier to include content from Manyfold elsewhere on the web, by adding support for the oEmbed standard. On many blog platforms, you should now be able to just paste in a public model, creator or collection URL, and get a nice preview. If the platform you’re using allows it, you might even get a proper 3D view if you’ve got a model selected as the preview file!
We’ve also got two long-requested features for you; deleting libraries (finally), and the ability to open a file directly in your slicer. Currently OrcaSlicer and Cura are supported, but we will add more in future when we can! We could do PrusaSlicer and Bambu Studio as well, but they will only open files from Printables or Makerworld respectively; perhaps in time we can convince them to open that up a bit.
What’s Changed
✨ New Features ✨
- OEmbed support for model URLs by @Floppy in https://github.com/manyfold3d/manyfold/pull/3740
- Delete library button added to library settings by @matthewbadeau in https://github.com/manyfold3d/manyfold/pull/3627
- Download straight into slicers from model detail page by @Floppy in https://github.com/manyfold3d/manyfold/pull/3779
- Add dropdown menu for files including “open in slicer” actions by @Floppy in https://github.com/manyfold3d/manyfold/pull/3791
🐛 Bug Fixes 🐛
- Make file removal safer by @Floppy in https://github.com/manyfold3d/manyfold/pull/3786
- Fix foreign key errors by removing default scope on files by @Floppy in https://github.com/manyfold3d/manyfold/pull/3790
- Absorb shrine error after library deletion by @Floppy in https://github.com/manyfold3d/manyfold/pull/3793
🛠️ Other Improvements 🛠️
- Add oEmbed autodiscovery tags for creators and collections by @Floppy in https://github.com/manyfold3d/manyfold/pull/3764
- Improve access tests by @Floppy in https://github.com/manyfold3d/manyfold/pull/3763
- Signed download URLs for model files by @Floppy in https://github.com/manyfold3d/manyfold/pull/3778
- Ensure that library deletion doesn’t remove files on disk by @Floppy in https://github.com/manyfold3d/manyfold/pull/3789
- Change rubocop includes to plugins by @Floppy in https://github.com/manyfold3d/manyfold/pull/3792
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.103.2…v0.104.0