mirror of https://github.com/Desuuuu/klipper.git
config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfg
Small wording change and add to printer test cases. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
aa2ede4a8c
commit
634ae08df6
|
@ -1,6 +1,6 @@
|
||||||
# This file contains common pin mappings for the BIGTREETECH SKR Pico V1.0
|
# This file contains common pin mappings for the BIGTREETECH SKR Pico V1.0
|
||||||
# To use this config, the firmware should be compiled for the
|
# To use this config, the firmware should be compiled for the RP2040 with
|
||||||
# RP2040 and USB / UART communication.
|
# USB communication.
|
||||||
|
|
||||||
# The "make flash" command does not work on the SKR Pico V1.0. Instead,
|
# The "make flash" command does not work on the SKR Pico V1.0. Instead,
|
||||||
# after running "make", copy the generated "out/klipper.uf2" file
|
# after running "make", copy the generated "out/klipper.uf2" file
|
||||||
|
|
|
@ -194,6 +194,10 @@ CONFIG ../../config/generic-mks-rumba32-v1.0.cfg
|
||||||
DICTIONARY stm32g0b1.dict
|
DICTIONARY stm32g0b1.dict
|
||||||
CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg
|
CONFIG ../../config/generic-bigtreetech-skr-mini-e3-v3.0.cfg
|
||||||
|
|
||||||
|
# Printers using the rp2040
|
||||||
|
DICTIONARY rp2040.dict
|
||||||
|
CONFIG ../../config/generic-bigtreetech-skr-pico-v1.0.cfg
|
||||||
|
|
||||||
# Printers using the PRU
|
# Printers using the PRU
|
||||||
DICTIONARY pru.dict host=linuxprocess.dict
|
DICTIONARY pru.dict host=linuxprocess.dict
|
||||||
CONFIG ../../config/generic-cramps.cfg
|
CONFIG ../../config/generic-cramps.cfg
|
||||||
|
|
Loading…
Reference in New Issue