You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But this board has for example the following all not listed.
#define HEATER_BED_PIN PA0 // HOT BED
#define E1_DIR_PIN PA1
#define TEMP_1_PIN PA2 // TH2
#define E1_ENABLE_PIN PA3
#define HEATER_1_PIN PB0 // HEATER2
The text was updated successfully, but these errors were encountered:
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
M43 does not show all used pins on a STM32F4 based controller
Expected behavior
M43 should list all pins
Actual behavior
M43 starts listing at PA8 onwards.
Steps to Reproduce
Version of Marlin Firmware
latest bugfix
Electronics
As an example MKS Robin Nano V3, but I know the skr V2 also has this issue
Additional information & file uploads
m43.txt
But this board has for example the following all not listed.
#define HEATER_BED_PIN PA0 // HOT BED
#define E1_DIR_PIN PA1
#define TEMP_1_PIN PA2 // TH2
#define E1_ENABLE_PIN PA3
#define HEATER_1_PIN PB0 // HEATER2
The text was updated successfully, but these errors were encountered: