Run 3D prints directly from the Web Browser using the Web Serial API.
Test Live https://GcodeSender.com/example/dist/index.html
In order to set up a dev environment you’ll need:
npm i -g yarn
Builds the HTML and JS for uploading to a http server.
./build.sh
The static files are outputted to: ./example/dist/
To watch both the Javascript and Rust and live reload on changes run:
cargo watch -C ./nom-reprap-response-wasm -s ../start.sh
See also https://serialterminal.com for the web serial reference implementation this was based off.