Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configuration/boards/btt-ebb36-10/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions configuration/boards/btt-ebb36-11/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions configuration/boards/btt-ebb36-12/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-ebb42-10/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-ebb42-11/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-ebb42-12/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aliases:
fan_toolhead_cooling_pin=PB4

# filament sensors
filament_sensor_runout_pin=PA3,
filament_sensor_runout_pin=PA10,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Search for PA3 and PA10 references in configuration files

echo "=== Files in the btt-ebb42-gen2-10 directory ==="
find configuration/boards/btt-ebb42-gen2-10 -type f 2>/dev/null | head -20

echo -e "\n=== Searching for PA3 references ==="
rg 'PA3' configuration/ --type cfg --type txt -C 1

echo -e "\n=== Searching for PA10 references ==="
rg 'PA10' configuration/ --type cfg --type txt -C 1

echo -e "\n=== Checking the full toolboard-config.cfg file ==="
cat -n configuration/boards/btt-ebb42-gen2-10/toolboard-config.cfg

Repository: Rat-OS/RatOS-configurator

Length of output: 2495


🌐 Web query:

BTT EBB42 Gen2 1.0 filament sensor pin PA10 pinout schematic

💡 Result:

On the BTT EBB42 GEN2 V1.0, MCU pin PA10 is the I²C SDA line, brought out on the I2C header/connector (with PA9 as SCL). (global.bttwiki.com)

If you’re looking for the dedicated filament/runout (“FIL”) switch input, that’s PA3 (separate from the I²C pins). (global.bttwiki.com)

Citations:


Revert filament_sensor_runout_pin from PA10 back to PA3.

According to the official BTT EBB42 GEN2 V1.0 pinout documentation, PA10 is the I²C SDA (data) line and PA9 is the I²C SCL (clock) line. The dedicated filament runout ("FIL") switch input is on PA3. The current mapping at line 41 (filament_sensor_runout_pin=PA10) is incorrect and would break both I²C communication and filament detection. Change it back to filament_sensor_runout_pin=PA3,.

🤖 Prompt for AI Agents
In `@configuration/boards/btt-ebb42-gen2-10/toolboard-config.cfg` at line 41, The
filament sensor pin is set incorrectly: change the configuration key
filament_sensor_runout_pin from PA10 back to the dedicated FIL input PA3 to
restore proper filament detection and avoid clobbering I²C (PA9/PA10) lines;
locate the filament_sensor_runout_pin entry in the toolboard-config.cfg and
replace the PA10 value with PA3 so the line reads
filament_sensor_runout_pin=PA3, ensuring trailing comma matches surrounding
entries.

filament_sensor_motion_pin=PA9,

[mcu toolboard]
Expand Down
2 changes: 1 addition & 1 deletion configuration/boards/btt-ebb42-gen2-10/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 27 additions & 27 deletions configuration/boards/btt-manta-m8p-20/board-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"cs_pin": "PC13",
"diag_pin": "PF4",
"endstop_pin": "PF4",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR2": {
"title": "MOTOR 2",
Expand All @@ -47,9 +47,9 @@
"cs_pin": "PE3",
"diag_pin": "PF3",
"endstop_pin": "PF3",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR3": {
"title": "MOTOR 3",
Expand All @@ -60,9 +60,9 @@
"cs_pin": "PB9",
"diag_pin": "PF2",
"endstop_pin": "PF2",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR4": {
"title": "MOTOR 4",
Expand All @@ -73,9 +73,9 @@
"cs_pin": "PB5",
"diag_pin": "PF1",
"endstop_pin": "PF1",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR5": {
"title": "MOTOR 5",
Expand All @@ -86,9 +86,9 @@
"cs_pin": "PG14",
"diag_pin": "PF0",
"endstop_pin": "PF0",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR6": {
"title": "MOTOR 6",
Expand All @@ -99,9 +99,9 @@
"cs_pin": "PG10",
"diag_pin": "PC15",
"endstop_pin": "PC15",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR7": {
"title": "MOTOR 7",
Expand All @@ -110,9 +110,9 @@
"dir_pin": "PD3",
"uart_pin": "PD5",
"cs_pin": "PD5",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
},
"MOTOR8": {
"title": "MOTOR 8",
Expand All @@ -121,9 +121,9 @@
"dir_pin": "PC8",
"uart_pin": "PC6",
"cs_pin": "PC6",
"spi_software_mosi_pin": "PC12",
"spi_software_miso_pin": "PC11",
"spi_software_sclk_pin": "PC10"
"spi_software_mosi_pin": "PG6",
"spi_software_miso_pin": "PG7",
"spi_software_sclk_pin": "PG8"
}
},
"ADXL345SPI": {
Expand All @@ -136,9 +136,9 @@
},
"stepperSPI": {
"software": {
"sclk": "PC10",
"mosi": "PC12",
"miso": "PC11"
"sclk": "PG8",
"mosi": "PG6",
"miso": "PG7"
}
}
}
4 changes: 0 additions & 4 deletions configuration/boards/btt-octopus-11-407/fan-wiring.drawio.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-octopus-11-407/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions configuration/boards/btt-octopus-11/fan-wiring.drawio.svg

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-octopus-11/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-octopus-pro-429/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-octopus-pro-446/wiring.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion configuration/boards/btt-octopus-pro-h723-11/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ aliases:
z3_step_pin=PF9, z3_dir_pin=PF10, z3_enable_pin=PG2, z3_uart_pin=PF2, z3_diag_pin=null, # Driver 4 for Voron 2.4 support
e_step_pin=PF11, e_dir_pin=PG3, e_enable_pin=PG5, e_uart_pin=PC6, e_diag_pin=null, # Driver 2
# Hybrid CoreXY Single Toolhead
y1_step_pin=PG4, y1_dir_pin=PC1, y1_enable_pin=PA0, y1_uart_pin=PC7, y1_diag_pin=PG11, # Driver 3
y1_step_pin=PG4, y1_dir_pin=PC1, y1_enable_pin=PA2, y1_uart_pin=PC7, y1_diag_pin=PG11, # Driver 3
x1_step_pin=PF9, x1_dir_pin=PF10, x1_enable_pin=PG2, x1_uart_pin=PF2, x1_diag_pin=PG12, # Driver 4
# Hybrid CoreXY IDEX
dual_carriage_step_pin=PF9, dual_carriage_dir_pin=PF10, dual_carriage_enable_pin=PG2, dual_carriage_uart_pin=PF2, dual_carriage_diag_pin=PG12, # Driver 4
Expand Down

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.