Add HOME XY button and change in print.py for lower resolution (#13)
* Update KlipperScreen.config adding the HOME XY button
This commit is contained in:
parent
d29c0ab063
commit
ca9f869ac3
@ -38,6 +38,12 @@
|
||||
"icon": "home-z",
|
||||
"method": "printer.gcode.script",
|
||||
"params": {"script": "G28 Z"}
|
||||
},
|
||||
{
|
||||
"name": "Home XY",
|
||||
"icon": "home",
|
||||
"method": "printer.gcode.script",
|
||||
"params": {"script": "G28 X Y"}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user