mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
config: Add HC32F460 variant of Ender 2 Pro (#6334)
PR to add the newer version of the Ender 2 Pro with the CR-FDM-v2.5.54.170 motherboard with the HC3232F460 chip. Confirmed as working with discord member NyftHeart and using configs from Steve Gotthardt, with his permission to use and submit. Signed-off-by: James Hartley <james@hartleyns.com>
This commit is contained in:
parent
5f990f93d5
commit
5f58fe7484
3 changed files with 103 additions and 1 deletions
3
test/configs/hc32f460-serial-PA7PA8.config
Normal file
3
test/configs/hc32f460-serial-PA7PA8.config
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Base config file for boards using HC32F460
|
||||
CONFIG_MACH_HC32F460=y
|
||||
CONFIG_HC32F460_SERIAL_PA7_PA8=y
|
|
@ -257,11 +257,15 @@ CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg
|
|||
DICTIONARY rp2040.dict
|
||||
CONFIG ../../config/generic-bigtreetech-skr-pico-v1.0.cfg
|
||||
|
||||
# Anycubic Printers using trigorilla board with the hc32f460
|
||||
# Printers using the hc32f460 with serial on PA3 PA2
|
||||
DICTIONARY hc32f460-serial-PA3PA2.dict
|
||||
CONFIG ../../config/printer-anycubic-kobra-go-2022.cfg
|
||||
CONFIG ../../config/printer-anycubic-kobra-plus-2022.cfg
|
||||
|
||||
# Printers using the hc32f460 with serial on PA7 PA8
|
||||
DICTIONARY hc32f460-serial-PA7PA8.dict
|
||||
CONFIG ../../config/printer-creality-ender2pro-hc32-2022.cfg
|
||||
|
||||
# Printers using the PRU
|
||||
DICTIONARY pru.dict host=linuxprocess.dict
|
||||
CONFIG ../../config/generic-cramps.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue