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:
parent
54631c21a7
commit
37b38c713a
2 changed files with 2 additions and 14 deletions
|
|
@ -58,13 +58,7 @@ variable_fast_speed: 500
|
|||
# FILAMENT CLEANING TEMPERATURES
|
||||
# ------------------------------------------------------------------------
|
||||
# Cleaning temperatures by filament type (cooler than print temp)
|
||||
variable_cleaning_temperatures: {
|
||||
"PLA":140,
|
||||
"PETG":160,
|
||||
"TPU":180,
|
||||
"ABS":190,
|
||||
"ASA":190
|
||||
}
|
||||
variable_cleaning_temperatures: {"PLA":140,"PETG":160,"TPU":180,"ABS":190,"ASA":190}
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# WIPER SETUP (brush geometry and offsets) - NEPTUNE 4 PLUS SPECIFIC
|
||||
|
|
|
|||
|
|
@ -67,13 +67,7 @@ variable_fast_speed: 500
|
|||
# ------------------------------------------------------------------------
|
||||
# Cleaning temperatures by filament type (lower than print temp)
|
||||
# Prevents oozing during cleaning
|
||||
variable_cleaning_temperatures: {
|
||||
"PLA":140,
|
||||
"PETG":160,
|
||||
"TPU":180,
|
||||
"ABS":190,
|
||||
"ASA":190
|
||||
}
|
||||
variable_cleaning_temperatures: {"PLA":140,"PETG":160,"TPU":180,"ABS":190,"ASA":190}
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# WIPER SETUP (brush geometry and offsets) - NEPTUNE 4 PLUS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue