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