https://github.com/bwyatt/ender3-config
Personal config backup & version tracking
https://github.com/bwyatt/ender3-config
3d-printing ender3 klipper-configuration klipper-macros
Last synced: about 2 months ago
JSON representation
Personal config backup & version tracking
- Host: GitHub
- URL: https://github.com/bwyatt/ender3-config
- Owner: bwyatt
- Created: 2022-12-05T00:38:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T03:10:39.000Z (over 2 years ago)
- Last Synced: 2025-03-16T16:51:32.717Z (2 months ago)
- Topics: 3d-printing, ender3, klipper-configuration, klipper-macros
- Homepage:
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ender 3 Klipper Configuration
This repository is an archive of my Ender 3 firmware and configuration files.
The repo is public in the spirit of open source software, but I make no guarantees about compatibility with your printer. Use at your own risk.
# Klipper Build Settings
My Ender 3 came from the factory with a Creality v4.2.2 board with the GD32F303 microcontroller. This chip isn't officially supported by Klipper, but I found that the below configuration worked with my printer. Settings not listed were left at the Klipper defaults.
Others have reported similar configurations working, but with different communication interfaces. It's possible that even if you have the same board, you would need to use a different interface. Experiment a little.
|Setting|Value|
|-|-|
|Microcontroller Architecture|STM32|
|Disable SWD at startup|Checked|
|Bootloader offset|28KiB bootloader|
|Communications interface|Serial on USART PA10/PA9|
|Baud rate for serial port|250000|