Update README.md

This commit is contained in:
Oliver Köster
2020-08-09 16:06:42 +02:00
committed by GitHub
parent 5bc9763aa4
commit 5fd5f46388

View File

@@ -64,7 +64,9 @@
* Fehler "Melodie" bei Thermal Runaway Protection * Fehler "Melodie" bei Thermal Runaway Protection
* Kein Aufhängen, wenn SD Karte + USB gleichzeitig genutzt wird * Kein Aufhängen, wenn SD Karte + USB gleichzeitig genutzt wird
* Kein Aufhängen wenn man Pause drückt * Kein Aufhängen wenn man Pause drückt
* Kein Aufhängen, wenn das Filament leer ist. * Kein Aufhängen, wenn das Filament leer ist
* Keine "spezielle" BLTouch Firmware nötig. Hier ist alles drin
* Konfiguration ganz einfach über Feature-Toggles
--- ---
@@ -206,6 +208,8 @@ Du kannst die fertigen Binärdateien hier herunterladen: https://github.com/knut
* No freezing when SD card + USB is used at the same time * No freezing when SD card + USB is used at the same time
* No freezing when you press pause and try to resume * No freezing when you press pause and try to resume
* No freezing when the filament is empty * No freezing when the filament is empty
* No need for a "special" BLTouch firmware. In this firmware is everything included
* Configuration made easy via feature toggles
--- ---