Skip to content

Commit

Permalink
Boards: fix ebb sb images and 2240 driver id
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jun 9, 2024
1 parent 535a825 commit f0d539d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion boards/btt-sb-2209-10-rp2040/board-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "../board-definition.schema.json",
"manualFileName": "manual.pdf",
"boardImageFileName": "board.png",
"isToolboard": true,
"name": "SB2209 v1.0 RP2040",
"manufacturer": "BIGTREETECH",
Expand Down Expand Up @@ -43,4 +44,4 @@
"miso": "gpio3"
}
}
}
}
Binary file added boards/btt-sb-2209-10-rp2040/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions boards/btt-sb-2209-10-stm32/board-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "../board-definition.schema.json",
"manualFileName": "manual.pdf",
"boardImageFileName": "board.png",
"isToolboard": true,
"name": "SB2209 v1.0 STM32",
"manufacturer": "BIGTREETECH",
Expand Down
Binary file added boards/btt-sb-2209-10-stm32/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion boards/btt-sb-2240-10-stm32/board-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "../board-definition.schema.json",
"manualFileName": "manual.pdf",
"boardImageFileName": "board.png",
"isToolboard": true,
"name": "SB2240 v1.0 STM32",
"manufacturer": "BIGTREETECH",
Expand All @@ -14,7 +15,7 @@
"hasMcuTempSensor": false,
"driverCount": 1,
"integratedDrivers": {
"extruder": "BTT-TMC2240-13"
"extruder": "BTT-TMC2240-10"
},
"dfu": {
"flashDevice": "0483:df11",
Expand Down
Binary file added boards/btt-sb-2240-10-stm32/board.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0d539d

Please sign in to comment.