mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-26 01:28:34 -07:00
Refactor configuration comments for clarity and organization in printer-creality-ender3-v3-se-2025.cfg
This commit is contained in:
parent
db04e1ccf4
commit
efaa40082d
1 changed files with 19 additions and 27 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue