config: fix whitespace issues in CR-10 Smart CR-FDM config

Remove trailing spaces and add final newline to satisfy CI requirements.
This commit is contained in:
Matias Canosa 2025-09-22 02:13:46 -03:00
parent 98320e8720
commit e3e1548e2e

View file

@ -1,5 +1,5 @@
# This file contains pin mappings for the Creality CR-10 Smart
# with a CR-FDM-v2.5.S1 mainboard (STM32F103RET6).
# This file contains pin mappings for the Creality CR-10 Smart
# with a CR-FDM-v2.5.S1 -100 mainboard (STM32F103RET6).
#
# Hardware architecture:
# - Main board: STM32F103RET6 microcontroller
@ -7,7 +7,7 @@
# Connectors: 2x7 pin (14-pin) and 2x8 pin (16-pin) headers to main board
# Communicates with main board via I2C/UART for strain gauge data
# - This configuration uses physical Z endstop instead of strain gauge probe
# to free up communication pins and ensure reliable operation
# to ensure reliable operation
# To use this config, during "make menuconfig" select the STM32F103
# with a "64KiB bootloader" and serial (on USART1 PA10/PA9) communication.
@ -73,7 +73,7 @@ pid_Kp: 22.865
pid_Ki: 1.292
pid_Kd: 101.178
min_temp: 0
max_temp: 300
max_temp: 300
[heater_bed]
heater_pin: PB13
@ -137,7 +137,7 @@ enable_force_move: True
# Motors: PB3,PB4 (Z), PB5,PB6 (Y), PB7,PB8 (X), PB9,PC2 (E), PC3 (Enable)
# Endstops: PC4 (X), PC5 (Y), PB2 (Z-physical)
# Heaters: PB13 (Bed), PB14 (Hotend)
# Thermistors: PB0 (Bed), PB1 (Hotend)
# Thermistors: PB0 (Bed), PB1 (Hotend)
# Fans/Outputs: PB15 (Part fan), PC13 (Lights), PA0 (Power)
# Sensors: PA7 (Filament sensor)
# Communication: PA9,PA10 (USART1 to host)
@ -147,7 +147,7 @@ enable_force_move: True
# Pin 5: Fan/LED VCC, Pin 6: Layer Fan Signal, Pin 7: STM Pin 10, Pin 8: LED Signal
# Pin 9-10: R11/R10 (TBD), Pin 11: VCC, Pin 12: GND, Pin 13: TH, Pin 14-16: HT-/HT+
#
# CONNECTOR 2 - 2x7 (14-pin) - MOTORS & ENDSTOPS:
# CONNECTOR 2 - 2x7 (14-pin) - MOTORS & ENDSTOPS:
# Pin 1-2: Xd/Xb (X Motor), Pin 3-4: Ed/Eb (Extruder), Pin 5-6: X-/FilSensor
# Pin 7-8: GND, Pin 9: FilRunout, Pin 10: X-, Pin 11-12: Ea/Ec, Pin 13-14: Xa/Xc
#
@ -161,8 +161,6 @@ enable_force_move: True
# STM32F103RET6 pins NOT identified in this configuration:
# Available for future investigation or custom modifications:
# PA1, PA2, PA3, PA6, PA8, PA11, PA12, PA15
# PB0 (bed thermistor - could be repurposed if bed sensor moved)
# PB1 (hotend thermistor - could be repurposed if sensor moved)
# PC0, PC1, PC6, PC7, PC8, PC9, PC10, PC11, PC12, PC14, PC15
# PD0, PD1 (if available on this package)
#
@ -202,4 +200,5 @@ enable_force_move: True
#horizontal_move_z: 5
#mesh_min: 10,10
#mesh_max: 290,290
#probe_count: 6,6
#probe_count: 6,6