diff --git a/src/js/axis-vars.js b/src/js/axis-vars.js index e563f57..92fc20f 100644 --- a/src/js/axis-vars.js +++ b/src/js/axis-vars.js @@ -240,10 +240,9 @@ module.exports = { if (!homed && this.ask_home) { this.ask_home = false; - this.home() - // SvelteComponents.showDialog("HomeMachine", { - // home: () => this.home() - // }); + SvelteComponents.showDialog("HomeMachine", { + home: () => this.home() + }); } return {