From 0a07d1a50b262bb292c593f3d591222ba128988a Mon Sep 17 00:00:00 2001 From: Tom Barnes Date: Sat, 5 Oct 2024 17:32:53 +0100 Subject: [PATCH] Bugfix: M8P example config: Correct motor 2 enable pin (#486) * correct motor 2 enable pin previous commit had shared PE0 pin which belongs to m3. * slight scope creep correct MCU name in header --- .../klipper_configurations/M8P/Voron2_M8P-v2.0_config.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/klipper_configurations/M8P/Voron2_M8P-v2.0_config.cfg b/firmware/klipper_configurations/M8P/Voron2_M8P-v2.0_config.cfg index bf2dc4a0..2b6b3fdf 100644 --- a/firmware/klipper_configurations/M8P/Voron2_M8P-v2.0_config.cfg +++ b/firmware/klipper_configurations/M8P/Voron2_M8P-v2.0_config.cfg @@ -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 # @@ -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