Skip to content

Commit

Permalink
config: Minor updates to generic-bigtreetech-skr-pico-v1.0.cfg
Browse files Browse the repository at this point in the history
Small wording change and add to printer test cases.

Signed-off-by: Kevin O'Connor <[email protected]>
  • Loading branch information
KevinOConnor committed Dec 27, 2021
1 parent aa2ede4 commit 634ae08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/generic-bigtreetech-skr-pico-v1.0.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file contains common pin mappings for the BIGTREETECH SKR Pico V1.0
# To use this config, the firmware should be compiled for the
# RP2040 and USB / UART communication.
# To use this config, the firmware should be compiled for the RP2040 with
# USB communication.

# The "make flash" command does not work on the SKR Pico V1.0. Instead,
# after running "make", copy the generated "out/klipper.uf2" file
Expand Down
4 changes: 4 additions & 0 deletions test/klippy/printers.test
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ CONFIG ../../config/generic-mks-rumba32-v1.0.cfg
DICTIONARY stm32g0b1.dict
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
DICTIONARY pru.dict host=linuxprocess.dict
CONFIG ../../config/generic-cramps.cfg
Expand Down

0 comments on commit 634ae08

Please sign in to comment.