3dprinter:klipper
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
3dprinter:klipper [2023/08/29 22:22] – Wulf Rajek | 3dprinter:klipper [2023/10/22 23:45] (current) – Wulf Rajek | ||
---|---|---|---|
Line 10: | Line 10: | ||
Installing Klipper and OctoPrint: The tool of our choice is [[https:// | Installing Klipper and OctoPrint: The tool of our choice is [[https:// | ||
+ | In the Octoprint Settings tab, navigate to the " | ||
[[https:// | [[https:// | ||
Line 59: | Line 60: | ||
{{ : | {{ : | ||
+ | |||
+ | |||
+ | < | ||
+ | wget https:// | ||
+ | mkdir config | ||
+ | touch config/ | ||
+ | alias make=" | ||
+ | make menuconfig | ||
+ | make | ||
+ | #make flash FLASH_DEVICE=/ | ||
+ | |||
+ | |||
+ | # This file contains pin mappings for the stock 2021 Creality Ender 3 | ||
+ | # S1 & S1 Pro. To use this config, check the STM32 Chip on the | ||
+ | # Mainboard, during "make menuconfig" | ||
+ | # STM32F103 with "28KiB bootloader" | ||
+ | # "64KiB bootloader" | ||
+ | |||
+ | # For a direct serial connection, in "make menuconfig" | ||
+ | # " | ||
+ | # (on USART2 PA3/PA2), which is on the 10 pin IDC cable used | ||
+ | # for the LCD module as follows: 3: Tx, 4: Rx, 9: GND, 10: VCC | ||
+ | |||
+ | # Flash this firmware by copying " | ||
+ | # turning on the printer with the card inserted. The filename | ||
+ | # must be changed to " | ||
+ | |||
+ | # With STM32F401, you might need to put " | ||
+ | # folder on the SD card called " | ||
+ | |||
+ | # See docs/ | ||
+ | |||
+ | |||
+ | |||
+ | Configuring Klipper/ | ||
+ | |||
+ | All Runtime Configs are stored within config of this Repo. | ||
+ | |||
+ | Update config/ | ||
+ | Make sure to update cors_domains and trusted_clients within moonraker.cfg to secure your moonraker api from unwanted access. See Moonraker Docs for Reference | ||
+ | |||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | </ | ||
+ | |||
< | < | ||
Line 64: | Line 112: | ||
cp out/ | cp out/ | ||
mkdir / | mkdir / | ||
- | cp out/ | + | cp out/ |
- | M32F4_UPDATE/ | + | |
umount /mnt/usb | umount /mnt/usb | ||
</ | </ | ||
+ | |||
+ | ====== Links ====== | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
3dprinter/klipper.1693344155.txt.gz · Last modified: 2023/08/29 22:22 by Wulf Rajek