A simple tool to export models as STL files from HeroForge.
The models exported by this tool aren't as detailed as the official HeroForge downloads, but they are good enough for basic 3D printing.
- Open HeroForge in your web browser.
- Open the browser's developer console (usually F12 or right-click and select "Inspect").
- Copy the following code and paste it into the console:
(() => {
const script = document.createElement('script');
script.src = 'https://cdn.jsdelivr.net/gh/marianocordoba/heroforge-exporter@main/dist/hfe.js';
document.head.appendChild(script);
})();- Press Enter to execute the code.
- A widget will appear in the bottom-left corner of the screen. Use it to export your model.
-
This tool is not affiliated with or endorsed by HeroForge. Please respect HeroForge's terms of service and intellectual property rights.
-
The exporter code was written by Claude Opus 4.5 so I don't really know how it works.
-
Pasting the code into the console is done at your own risk. Review the code before executing it.
