gloomyandy / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
257 stars 61 forks source link

add BTT SKR-2 pins #78

Closed bigtreetech closed 3 years ago

bigtreetech commented 3 years ago

add

atx.powerPin = C.13; // safe power
atx.powerPinInverted = false

in board.txt But in this way, it is impossible to use M80 / M81 to control the power supply of the whole printer.

gloomyandy commented 3 years ago

I've merged the pins and support for both rotation detection and the SKR 2 driver power control into V3.3beta1_6, so I'm closing this pull request.