CrealityOfficial / E3-Free-runs-Silent-Motherboard

Driver use TMC2209 ,Config with uart fit for High speed 3D Printer hardware
GNU General Public License v3.0
19 stars 13 forks source link

BLTouch pins are reversed in the documentation and source for the firmware #17

Open flyingnunley opened 5 months ago

flyingnunley commented 5 months ago

Tried to get a BLTouch to work for about 4 hours before I read a description of another creality board that said that the servo pin was PB0. In pins_CREALITY_CR4NTxxC10.h it has Z_STOP_PIN defined as PB0 and SERVO0_PIN defined as PB1. I switched them and it works. The schematic also has it wrong.