Skip to content

Commit 96cb182

Browse files
authored
Update README.md
1 parent fa98e0e commit 96cb182

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Knutwurst's Kossel Plus Firmware (based on Marlin 2.0.5.4)
1+
# Knutwurst's Kossel Plus Firmware (based on Marlin 2.0.x)
22

33
<span style="color: red;">(BITTE GENAU DURCHLESEN! / PLEASE READ CAREFULLY!)</span>
44

@@ -88,14 +88,18 @@ Wenn du in der Konfiguration `ANYCUBIC_PROBE_VERSION 0` ausgewählt hast: Es ist
8888

8989
Du kannst die fertigen Binärdateien hier herunterladen: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-Kossel-Linear-Plus/releases. Natürlich kannst du die Firmware mit PlatformIO oder der Arduino IDE auch selbst kompilieren.
9090

91-
-> `Kossel_Plus_XXXX.hex` ist für den unmodifizierten originalen Anycubic Kossel Linear Plus.
91+
Um es übersichtlich zu gestalten, beinhalten die Dateinamen die einzelnen Features.
9292

93-
-> `Kossel_Plus_XXXX_TMC.hex` hat Optimierungen und invertierte Ausgänge für TMC2100 and TMC2208 Motortreiber.
93+
`_PLUS` steht für den Kossel Linear Plus mit 240mm Ultrabase.
9494

95-
-> `Kossel_Plus_XXXX_Graphic_LCD.hex` wird verwendet, wenn du das Display vom einem alten 2004-Style zu einem
96-
12864 Full Graphic Smart Controller getauscht hast.
95+
`_12864` steht für das Vollgrafikdisplay mit 128x64 Pixeln.
9796

98-
-> `Kossel_Plus_XXXX_TMC_Graphic_LCD.hex` benutzt du, wenn du alles gemacht hast. Neues 12864 Full Graphic Smart Controller Display und leise TMC Motortreiber.
97+
`_TMC` steht für Trinamic TMC Motortreiber. Hierbei wird auch die Drehrichtung der Motoren invertiert.
98+
99+
`_BLTOUCH` steht für die BL-Touch Version mit Autoleveling-Sensor.
100+
101+
102+
Für (fast) jede Kombination gibt es eine passende Firmware im Download-Bereich. ;)
99103

100104
---
101105

@@ -184,11 +188,12 @@ If you select the `ANYCUBIC_PROBE_VERSION 0`: It's very important to follow the
184188

185189
You can download binary releases from the releases page, which can be found here: https://github.com/knutwurst/Marlin-2-0-x-Anycubic-Kossel-Linear-Plus/releases. Of course you can also build the firmware by yourself using PlatformIO or Arduino IDE.
186190

187-
-> `Kossel_Plus_XXXX.hex` is for the unmodified original Anycubic Kossel Linear Plus.
191+
In order to make it clear, the file names contain the individual features.
192+
193+
`_PLUS` stands for the Kossel Linear Plus with 240mm Ultrabase.
188194

189-
-> `Kossel_Plus_XXXX_TMC.hex` has optimisations and also inverted outputs for TMC2100 and TMC2208 Stepper drivers.
195+
`_12864` stands for the full graphic display with 128x64 pixels.
190196

191-
-> `Kossel_Plus_XXXX_Graphic_LCD.hex` is used, when you changed your LCD from the original 2004-Style to a
192-
12864 Full Graphic Smart Controller.
197+
`_TMC` stands for Trinamic TMC motor driver. The direction of rotation of the motors is also inverted.
193198

194-
-> `Kossel_Plus_XXXX_TMC_Graphic_LCD.hex` is used if you have everything. New 12864 Full Graphic Smart Controller and also quiet TMC Stepper Drivers.
199+
`_BLTOUCH` stands for the BL-Touch version with autoleveling sensor.

0 commit comments

Comments
 (0)