v2.4: switch to klipperscreen on dsi display
This commit is contained in:
parent
42918126b7
commit
71c696298b
2 changed files with 8 additions and 1 deletions
|
@ -41,6 +41,14 @@ type: web
|
|||
repo: cadriel/fluidd
|
||||
path: ~/fluidd
|
||||
|
||||
[update_manager KlipperScreen]
|
||||
type: git_repo
|
||||
path: ~/KlipperScreen
|
||||
origin: https://github.com/jordanruthe/KlipperScreen.git
|
||||
env: ~/.KlipperScreen-env/bin/python
|
||||
requirements: scripts/KlipperScreen-requirements.txt
|
||||
install_script: scripts/KlipperScreen-install.sh
|
||||
|
||||
[power voron-v2.4]
|
||||
type: tplink_smartplug
|
||||
address: 192.168.11.91
|
||||
|
|
|
@ -46,7 +46,6 @@ square_corner_velocity: 5.0
|
|||
|
||||
[include fluidd.cfg]
|
||||
[include macros.cfg]
|
||||
[include display.cfg]
|
||||
[include neopixel.cfg]
|
||||
[include fans.cfg]
|
||||
|
||||
|
|
Loading…
Reference in a new issue