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:
vacapetr 2020-11-14 19:01:19 +01:00 committed by GitHub
parent d29c0ab063
commit ca9f869ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}
}
]
},