3D Printing: Difference between revisions
Line 7: | Line 7: | ||
* cd kiauh | * cd kiauh | ||
* ./kiauh.sh | * ./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 | |||
[[Category:Hardware]] | [[Category:Hardware]] |
Revision as of 14:47, 27 October 2021
Klipper
- Download FluiddPi Image: https://github.com/fluidd-core/FluiddPI
- Do updates later from Web GUI
Klipper on Kingroon KP3S
- ~ 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