reverted to manual homing

This commit is contained in:
sanjayk03-dev
2024-07-22 21:16:18 +05:30
parent e674287972
commit 58fee0b36e

View File

@@ -240,10 +240,9 @@ module.exports = {
if (!homed && this.ask_home) { if (!homed && this.ask_home) {
this.ask_home = false; this.ask_home = false;
this.home() SvelteComponents.showDialog("HomeMachine", {
// SvelteComponents.showDialog("HomeMachine", { home: () => this.home()
// home: () => this.home() });
// });
} }
return { return {