VoronDesign / Voron-0

Voron 0 CoreXY 3D Printer design
GNU General Public License v3.0
1.37k stars 387 forks source link

SKR-mini-e3-v2: wrong `virtual_endstop` config for `stepper_y` #208

Closed RyanDam closed 1 year ago

RyanDam commented 1 year ago

That is a typo configuring virtual_endstop for stepper_y located here

Current value is: endstop_pin: tmc2209_stepper_x:virtual_endstop

Should be: endstop_pin: tmc2209_stepper_y:virtual_endstop

nemgrea commented 1 year ago

https://github.com/VoronDesign/Voron-0/pull/209 fixed