Kingroon KP3S: Difference between revisions
(Die Seite wurde neu angelegt: „ Category:Hardware“) |
mNo edit summary |
||
Line 1: | Line 1: | ||
= Hardware Mods = | |||
== Change TMC drivers to UART Mode == | |||
= Software Mods = | |||
== Installing Klipper == | |||
* ~ git clone https://github.com/th33xitus/kiauh.git | |||
* cd kiauh | |||
* ./kiauh.sh | |||
<pre> | |||
Enable extra low-level | |||
STMicroelectronics STM32 | |||
STM32F103 | |||
28KiB bootloader | |||
8 MHZ crystal | |||
USART PB11/PB10 | |||
250000 Baud | |||
!PC6,!PD13 GPIO pins at startup | |||
</pre> | |||
* cd ~/klipper/ | |||
* ./scripts/update_mks_robin.py ./out/klipper.bin ./out/Robin_nano.bin | |||
== Klipper printer.cfg == | |||
* https://3dprintbeginner.com/how-to-install-klipper-on-kingroon-kp3s/ | |||
* https://gist.github.com/nezuppo/0d06444bbf61e6d6a8953caf31e5f25d | |||
* Extruder=7.41 | |||
[[Category:Hardware]] | [[Category:Hardware]] |
Revision as of 17:57, 30 October 2021
Hardware Mods
Change TMC drivers to UART Mode
Software Mods
Installing Klipper
- ~ git clone https://github.com/th33xitus/kiauh.git
- cd kiauh
- ./kiauh.sh
Enable extra low-level STMicroelectronics STM32 STM32F103 28KiB bootloader 8 MHZ crystal USART PB11/PB10 250000 Baud !PC6,!PD13 GPIO pins at startup
- cd ~/klipper/
- ./scripts/update_mks_robin.py ./out/klipper.bin ./out/Robin_nano.bin