From e854a00d8be915ec254f9f7e06ca176fb72ca5aa Mon Sep 17 00:00:00 2001 From: mggevaer <41551215+MartijnGevaert@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:27:30 +0200 Subject: [PATCH] Corrected default filament_heat_capacity to be in line with docs. --- klippy/extras/heaters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klippy/extras/heaters.py b/klippy/extras/heaters.py index bb838fc59..43b2539ef 100644 --- a/klippy/extras/heaters.py +++ b/klippy/extras/heaters.py @@ -367,7 +367,7 @@ def _init_profile(self, config_section, name): ) temp_profile["filament_heat_capacity"] = ( config_section.getfloat( - "filament_heat_capacity", above=0.0, default=0.0 + "filament_heat_capacity", above=0.0, default=1.8 ) ) temp_profile["maximum_retract"] = config_section.getfloat(