fix displayed animation coordinates to line up with exported gcode

This commit is contained in:
Stewart Allen 2021-09-01 13:50:28 -04:00
commit 655b92e2a0
2 changed files with 17 additions and 7 deletions

2
app.js
View file

@ -72,7 +72,6 @@ function init(mod) {
]));
mod.add(fixedmap("/api/", api));
if (debug) {
mod.static("/src/", "src");
mod.static("/mod/", "mod");
mod.sync("/reload", () => {
mod.reload();
@ -80,6 +79,7 @@ function init(mod) {
});
}
mod.add(rewriteHtmlVersion);
mod.static("/src/", "src");
mod.static("/obj/", "web/obj");
mod.static("/moto/", "web/moto");
mod.static("/meta/", "web/meta");