Fix: KNCM_settings.cfg - single-line dictionary for Klipper parser

- variable_cleaning_temperatures must be on one line
- Klipper config parser doesn't support multi-line dictionaries
- Fixes parsing error on line 63
This commit is contained in:
root 2026-03-14 12:51:52 +00:00
parent 54631c21a7
commit 37b38c713a
2 changed files with 2 additions and 14 deletions

View file

@ -58,13 +58,7 @@ variable_fast_speed: 500
# FILAMENT CLEANING TEMPERATURES # FILAMENT CLEANING TEMPERATURES
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
# Cleaning temperatures by filament type (cooler than print temp) # Cleaning temperatures by filament type (cooler than print temp)
variable_cleaning_temperatures: { variable_cleaning_temperatures: {"PLA":140,"PETG":160,"TPU":180,"ABS":190,"ASA":190}
"PLA":140,
"PETG":160,
"TPU":180,
"ABS":190,
"ASA":190
}
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
# WIPER SETUP (brush geometry and offsets) - NEPTUNE 4 PLUS SPECIFIC # WIPER SETUP (brush geometry and offsets) - NEPTUNE 4 PLUS SPECIFIC

View file

@ -67,13 +67,7 @@ variable_fast_speed: 500
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
# Cleaning temperatures by filament type (lower than print temp) # Cleaning temperatures by filament type (lower than print temp)
# Prevents oozing during cleaning # Prevents oozing during cleaning
variable_cleaning_temperatures: { variable_cleaning_temperatures: {"PLA":140,"PETG":160,"TPU":180,"ABS":190,"ASA":190}
"PLA":140,
"PETG":160,
"TPU":180,
"ABS":190,
"ASA":190
}
# ------------------------------------------------------------------------ # ------------------------------------------------------------------------
# WIPER SETUP (brush geometry and offsets) - NEPTUNE 4 PLUS # WIPER SETUP (brush geometry and offsets) - NEPTUNE 4 PLUS