Skip to content

Commit

Permalink
Bugfix: M8P example config: Correct motor 2 enable pin (#486)
Browse files Browse the repository at this point in the history
* correct motor 2 enable pin

previous commit had shared PE0 pin which belongs to m3.

* slight scope creep

correct MCU name in header
  • Loading branch information
keyboard-magpie authored Oct 5, 2024
1 parent 18a46cd commit 0a07d1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file contains common pin mappings for the BIGTREETECH Manta M8P V2.0
# To use this config, the firmware should be compiled for the
# STM32G0B1 with a "8KiB bootloader" and USB communication.
# STM32H723 with a "8KiB bootloader" and USB communication.

# This config is currently only correct for V2.0 boards
#
Expand Down Expand Up @@ -75,7 +75,7 @@ stealthchop_threshold: 0
[stepper_y]
step_pin: PE2
dir_pin: PE1
enable_pin: !PE0
enable_pin: !PE4
microsteps: 16
rotation_distance: 40
endstop_pin: ^PF3
Expand Down

0 comments on commit 0a07d1a

Please sign in to comment.