Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
897 stars 234 forks source link

Bug: pinname typo in BTT_Manta_M8P_v2.0.cfg #352

Closed Awakatanka closed 11 months ago

Awakatanka commented 11 months ago

Klippain branch

Version

v4.2.0-2-g2e0f44da

Describe the bug and expected behavior

There is a typo with the pin name.

MCU_M3_STEP=BP8

This must be MCU_M3_STEP=PB8

Klipper reports: ERROR

Pin 'BP8' is not a valid pin name on mcu 'mcu'

Additional information and klippy.log

No response

dhazelett commented 11 months ago

sorry about that, I've got a PR up to fix that!

Frix-x commented 11 months ago

Good catch! And thank you @dhazelett for your reactivity :) I'll merge the PR!