@@ -36,7 +36,7 @@ Nitehawk36 V1.4:
3636 # To use this config, the firmware should be compiled for the
3737 # Raspberry Pi RP2040".
3838 accelerometer : " adxl345"
39- axis_map : " x, z, y"
39+ axis_map : " x,z, y"
4040 pullup_resistor : " 2200"
4141 sense_resistor : " 0.100"
4242 pin_map :
@@ -66,7 +66,7 @@ NitehawkSB V1.5:
6666 # To use this config, the firmware should be compiled for the
6767 # Raspberry Pi RP2040".
6868 accelerometer : " adxl345"
69- axis_map : " "
69+ axis_map : " -z,-y,-x "
7070 pullup_resistor : " 2200"
7171 sense_resistor : " 0.100"
7272 pin_map :
@@ -86,4 +86,93 @@ NitehawkSB V1.5:
8686 part_fan_pin : " gpio6"
8787 part_tach_pin : " gpio17"
8888 detection_pin : " gpio10"
89- rgb_pin : " gpio7"
89+ rgb_pin : " gpio7"
90+
91+ Mellow sht v2 :
92+ mcu_name : " SHT"
93+ protocol : " CAN"
94+ preface : |
95+ # This file contains common pin mappings for the mellow fly sht36 v2.
96+ # To use this config, the firmware should be compiled for the
97+ # stm32f072".
98+ accelerometer : " adxl345"
99+ axis_map : " "
100+ pullup_resistor : " 4700" # No jumper=4700 ohms for NTC thermistor. Add jumper to set to 1100 ohms for PT1000 thermistor.
101+ sense_resistor : " 0.100"
102+ pin_map :
103+ acc_cs_pin : " PA9"
104+ acc_sclk_pin : " PB13"
105+ acc_mosi_pin : " PB15"
106+ acc_miso_pin : " PB14"
107+ step_pin : " PB4"
108+ dir_pin : " PB3"
109+ enable_pin : " !PA15"
110+ heater_pin : " PA8"
111+ sensor_pin : " PA3"
112+ uart_pin : " PB5"
113+ tx_pin : " "
114+ hotend_fan_pin : " PB10"
115+ he_tach_pin : " PB10"
116+ part_fan_pin : " PB11"
117+ detection_pin : " PA1"
118+ rgb_pin : " PB0"
119+
120+ EBB36 Gen2 CAN :
121+ mcu_name : " EBB"
122+ protocol : " CAN"
123+ preface : |
124+ # This file contains common pin mappings for the BIGTREETECH EBB36 Gen2 V1.0.
125+ # To use this config, the firmware should be compiled for the
126+ # STM32G0B1 with "8 MHz crystal" and "CAN bus (on PB12/PB13)".
127+ accelerometer : " adxl345"
128+ axis_map : " x,Y,Z"
129+ pullup_resistor : " 2200"
130+ sense_resistor : " "
131+ pin_map :
132+ acc_cs_pin : " PB1"
133+ acc_sclk_pin : " PB10"
134+ acc_mosi_pin : " PB11"
135+ acc_miso_pin : " PB2"
136+ step_pin : " PB14"
137+ dir_pin : " PA8"
138+ enable_pin : " !PB6"
139+ heater_pin : " PB4"
140+ sensor_pin : " PA3"
141+ uart_pin : " PA15"
142+ tx_pin : " "
143+ hotend_fan_pin : " PD2"
144+ he_tach_pin : " PA4"
145+ part_fan_pin : ["PD3", "PA5"]
146+ part_tach_pin : " "
147+ detection_pin : " ^PB8"
148+ rgb_pin : " PC7"
149+
150+ EBB36 Gen2 USB :
151+ mcu_name : " EBB"
152+ protocol : " USB"
153+ preface : |
154+ # This file contains common pin mappings for the BIGTREETECH EBB36 Gen2 V1.0.
155+ # To use this config, the firmware should be compiled for the
156+ # STM32G0B1 with "8 MHz crystal" and "USB (on PA11/PA12)".
157+ accelerometer : " adxl345"
158+ axis_map : " x,Y,Z"
159+ pullup_resistor : " 2200"
160+ sense_resistor : " "
161+ pin_map :
162+ acc_cs_pin : " PB1"
163+ acc_sclk_pin : " PB10"
164+ acc_mosi_pin : " PB11"
165+ acc_miso_pin : " PB2"
166+ step_pin : " PB14"
167+ dir_pin : " PA8"
168+ enable_pin : " !PB6"
169+ heater_pin : " PB4"
170+ sensor_pin : " PA3"
171+ uart_pin : " PA15"
172+ tx_pin : " "
173+ hotend_fan_pin : " PD2"
174+ he_tach_pin : " PA4"
175+ part_fan_pin : ["PD3", "PA5"]
176+ part_tach_pin : " "
177+ detection_pin : " ^PB8"
178+ rgb_pin : " PC7"
0 commit comments