ignitefuse
v0.1.0
Published
CLI and local studio host for programmable IgniteFuse 3D-print toolpaths.
Maintainers
Readme
IgniteFuse CLI
IgniteFuse is a code-first local studio for programmable 3D-print toolpaths.
Install:
npm install -g ignitefuseCreate and open a local project:
ignitefuse create ./my-print
ignitefuse ./my-printThen open the printed local URL, usually:
http://127.0.0.1:17321The same local host exposes:
Runtime: ws://127.0.0.1:17321/runtime
MCP: http://127.0.0.1:17321/mcpIgniteFuse is beta software. APIs, project format, presets, generated toolpaths, and G-code output may change. Inspect generated G-code before using it on real hardware.
License: Apache-2.0. Third-party notices are included with the package.
Full documentation: https://github.com/tokoshie3d/IgniteFuse
