Skip to content

Commit 90e51f0

Browse files
committed
EBB36 V2 config fixes
1 parent cd9c810 commit 90e51f0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

data/example_boards.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ EBB36 Gen2 CAN:
9595
# This file contains common pin mappings for the BIGTREETECH EBB36 Gen2 V1.0.
9696
# To use this config, the firmware should be compiled for the
9797
# STM32G0B1 with "8 MHz crystal" and "CAN bus (on PB12/PB13)".
98-
accelerometer: "adxl345"
98+
accelerometer: "lis2dw"
9999
axis_map: "x,y,z"
100100
pullup_resistor: "2200"
101101
sense_resistor: ""
@@ -109,7 +109,7 @@ EBB36 Gen2 CAN:
109109
enable_pin: "!PB6"
110110
heater_pin: "PB4"
111111
sensor_pin: "PA3"
112-
uart_pin: "PA15"
112+
uart_pin: "PB3"
113113
tx_pin: ""
114114
hotend_fan_pin: "PD2"
115115
he_tach_pin: "PA4"
@@ -125,7 +125,7 @@ EBB36 Gen2 USB:
125125
# This file contains common pin mappings for the BIGTREETECH EBB36 Gen2 V1.0.
126126
# To use this config, the firmware should be compiled for the
127127
# STM32G0B1 with "8 MHz crystal" and "USB (on PA11/PA12)".
128-
accelerometer: "adxl345"
128+
accelerometer: "lis2dw"
129129
axis_map: "x,y,z"
130130
pullup_resistor: "2200"
131131
sense_resistor: ""
@@ -139,7 +139,7 @@ EBB36 Gen2 USB:
139139
enable_pin: "!PB6"
140140
heater_pin: "PB4"
141141
sensor_pin: "PA3"
142-
uart_pin: "PA15"
142+
uart_pin: "PB3"
143143
tx_pin: ""
144144
hotend_fan_pin: "PD2"
145145
he_tach_pin: "PA4"

docs/_templates/tool_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
{%- endif %}
9494
{% if data.pin_map.part_fan_pin is iterable and data.pin_map.part_fan_pin is not string %}
9595
[multi_pin T{{ i }}_multipin]
96-
pins: {{ data.pin_map.part_fan_pin|join(", ") }}
96+
pins: {{ mcu ~ ":" ~ data.pin_map.part_fan_pin|join(", " ~ mcu ~ ":") }}
9797
{% endif %}
9898
# change the fan_generic section name to the tool you are configuring:
9999
# T0_partfan, T1_partfan, etc.

0 commit comments

Comments
 (0)