Skip to content

Commit

Permalink
Corrected default filament_heat_capacity to be in line with docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mggevaer authored and dalegaard committed Aug 17, 2024
1 parent 9648ee1 commit e854a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/extras/heaters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e854a00

Please sign in to comment.