reverted to manual homing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user