From efaa40082d4513e17786edd2b819fe667a665ca8 Mon Sep 17 00:00:00 2001 From: Jaros Date: Sat, 13 Dec 2025 01:01:25 +0100 Subject: [PATCH] Refactor configuration comments for clarity and organization in printer-creality-ender3-v3-se-2025.cfg --- config/printer-creality-ender3-v3-se-2025.cfg | 46 ++++++++----------- 1 file changed, 19 insertions(+), 27 deletions(-) diff --git a/config/printer-creality-ender3-v3-se-2025.cfg b/config/printer-creality-ender3-v3-se-2025.cfg index 2932b47da..eb5d328e7 100644 --- a/config/printer-creality-ender3-v3-se-2025.cfg +++ b/config/printer-creality-ender3-v3-se-2025.cfg @@ -1,27 +1,24 @@ -# Creality Ender 3 V3 SE - Klipper Configuration -# Board: Creality V1.1.0 (C13/C14) - STM32F401RC -# MCU: CR4NS200320C14 -# 64KiB bootloader -# Extruder: Direct Drive "Sprite" -# Probe: BLTouch compatible CR Touch -# -# Pin mappings based on Marlin firmware analysis: -# -# https://github.com/navaismo/Ender-3V3-SE/blob/SMT32F401/Marlin/src/pins/stm32f1/pins_CREALITY_V3_GD303.h -# -# Tested & verified: -# - All hardware pins operational -# - BLTouch probing with offsets -# - Bed mesh leveling (15x15 grid) -# - PID tuning for bed and hotend -# - Extruder calibration (rotation_distance: 7.44) -# - Pressure Advance ready -# -# Credits: Marlin firmware, Klipper community, JamesH (Klipper Discord), GitHub Copilot +# This file contains pin mappings for the stock 2025 Creality Ender 3 +# V3 SE with Creality V1.1.0 board (C14) and STM32F401RC MCU. +# To use this config, during "make menuconfig" select the +# STM32F401 with a "64KiB bootloader" and serial (on USART1 PA10/PA9) +# communication. + +# If you prefer a direct serial connection, in "make menuconfig" +# select "Enable extra low-level configuration options" and select +# serial (on USART3 PB11/PB10), which is broken out on the 10 pin IDC +# cable used for the LCD module as follows: +# 3: Tx, 4: Rx, 9: GND, 10: VCC + +# Flash this firmware by copying "out/klipper.bin" to a SD card and +# turning on the printer with the card inserted. The firmware +# filename must end in ".bin" and must not match the last filename +# that was flashed. + +# See docs/Config_Reference.md for a description of parameters. [mcu] serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0 # Update to your device -baud: 115200 restart_method: command [printer] @@ -150,9 +147,4 @@ off_below: 0.10 pin: PC1 heater: extruder heater_temp: 50.0 -kick_start_time: 0.5 - -[virtual_sdcard] -path: ~/printer_data/gcodes - -[exclude_object] +kick_start_time: 0.5 \ No newline at end of file