Skip to content

Commit

Permalink
Boards: fix bad pin assignments (kraken, m4p, m4p-22, m8p, m8p-11, ma…
Browse files Browse the repository at this point in the history
…x-ez, skr3-h723, skr3)
  • Loading branch information
miklschmidt committed Jun 2, 2024
1 parent 231b2ad commit dca8b36
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions boards/btt-kraken/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"step_pin": "PE5",
"dir_pin": "PE4",
"cs_pin": "PD5",
"diag_pin": "PF2",
"endstop_pin": "PF2",
"diag_pin": "PF0",
"endstop_pin": "PF0",
"spi_software_mosi_pin": "PC8",
"spi_software_miso_pin": "PC7",
"spi_software_sclk_pin": "PC6"
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"MOTOR6": {
"title": "MOTOR 6",
"enable_pin": "PG12 ",
"enable_pin": "PG12",
"step_pin": "PG11",
"dir_pin": "PD7",
"cs_pin": "PA15",
Expand Down
4 changes: 2 additions & 2 deletions boards/btt-manta-m4p-22/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"uart_pin": "PB12",
"cs_pin": "PB12",
"diag_pin": "PC0",
"endstop_pin": "^PC0",
"endstop_pin": "PC0",
"spi_software_mosi_pin": "PA7",
"spi_software_miso_pin": "spi1",
"spi_software_sclk_pin": "PA5"
Expand All @@ -44,7 +44,7 @@
"title": "MOTOR 2",
"enable_pin": "PB1",
"step_pin": "PB0",
"dir_pin": "!PC5",
"dir_pin": "PC5",
"uart_pin": "PC9",
"cs_pin": "PC9",
"diag_pin": "PC2",
Expand Down
2 changes: 1 addition & 1 deletion boards/btt-manta-m4p/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"title": "Y",
"enable_pin": "PB1",
"step_pin": "PB0",
"dir_pin": "!PC5",
"dir_pin": "PC5",
"uart_pin": "PC9",
"cs_pin": "PC9",
"diag_pin": "PC2",
Expand Down
2 changes: 1 addition & 1 deletion boards/btt-manta-m8p-11/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"MOTOR6": {
"title": "MOTOR 6",
"enable_pin": "PA15 ",
"enable_pin": "PA15",
"step_pin": "PA10",
"dir_pin": "PA14",
"uart_pin": "PF8",
Expand Down
2 changes: 1 addition & 1 deletion boards/btt-manta-m8p/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"MOTOR6": {
"title": "MOTOR 6",
"enable_pin": "PA15 ",
"enable_pin": "PA15",
"step_pin": "PA10",
"dir_pin": "PD15",
"uart_pin": "PF8",
Expand Down
4 changes: 2 additions & 2 deletions boards/btt-octopus-max-ez/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"MOTOR6": {
"title": "MOTOR 6",
"enable_pin": "PD5 ",
"enable_pin": "PD5",
"step_pin": "PG15",
"dir_pin": "PB3",
"uart_pin": "PG9",
Expand Down Expand Up @@ -166,4 +166,4 @@
"spi_software_sclk_pin": "PE12"
}
}
}
}
8 changes: 4 additions & 4 deletions boards/btt-skr-3-h723/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"enable_pin": "PD1",
"step_pin": "PA15",
"dir_pin": "PA8",
"uart_pin": "PD3",
"cs_pin": "PD3",
"uart_pin": "PD0",
"cs_pin": "PD0",
"diag_pin": "PC3",
"endstop_pin": "PC3",
"spi_software_mosi_pin": "PE13",
Expand All @@ -60,8 +60,8 @@
"enable_pin": "PE0",
"step_pin": "PE2",
"dir_pin": "PE3",
"uart_pin": "PD0",
"cs_pin": "PD0",
"uart_pin": "PE1",
"cs_pin": "PE1",
"diag_pin": "PC0",
"endstop_pin": "PC0",
"spi_software_mosi_pin": "PE13",
Expand Down
8 changes: 4 additions & 4 deletions boards/btt-skr-3/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"enable_pin": "PD1",
"step_pin": "PA15",
"dir_pin": "PA8",
"uart_pin": "PD3",
"cs_pin": "PD3",
"uart_pin": "PD0",
"cs_pin": "PD0",
"diag_pin": "PC3",
"endstop_pin": "PC3",
"spi_software_mosi_pin": "PE13",
Expand All @@ -60,8 +60,8 @@
"enable_pin": "PE0",
"step_pin": "PE2",
"dir_pin": "PE3",
"uart_pin": "PD0",
"cs_pin": "PD0",
"uart_pin": "PE1",
"cs_pin": "PE1",
"diag_pin": "PC0",
"endstop_pin": "PC0",
"spi_software_mosi_pin": "PE13",
Expand Down

0 comments on commit dca8b36

Please sign in to comment.