File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments