|
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) |
2 | 2 |
|
3 | 3 | <span style="color: red;">(BITTE GENAU DURCHLESEN! / PLEASE READ CAREFULLY!)</span>
|
4 | 4 |
|
@@ -88,14 +88,18 @@ Wenn du in der Konfiguration `ANYCUBIC_PROBE_VERSION 0` ausgewählt hast: Es ist
|
88 | 88 |
|
89 | 89 | 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.
|
90 | 90 |
|
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. |
92 | 92 |
|
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. |
94 | 94 |
|
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. |
97 | 96 |
|
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. ;) |
99 | 103 |
|
100 | 104 | ---
|
101 | 105 |
|
@@ -184,11 +188,12 @@ If you select the `ANYCUBIC_PROBE_VERSION 0`: It's very important to follow the
|
184 | 188 |
|
185 | 189 | 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.
|
186 | 190 |
|
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. |
188 | 194 |
|
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. |
190 | 196 |
|
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. |
193 | 198 |
|
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