From b48c69856278a27fdab24023cdc2d4591df076f8 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Tue, 30 Aug 2022 12:55:15 +0200 Subject: [PATCH] TM: Update default C/R0 estimates for MK3/MK3S variants --- Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h | 4 ++-- Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h b/Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h index 9397238de..fe0ef9b22 100644 --- a/Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h +++ b/Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h @@ -417,13 +417,13 @@ #define TEMP_MODEL_P 38. // heater power (W) -#define TEMP_MODEL_C 11. // initial guess for heatblock capacitance (J/K) +#define TEMP_MODEL_C 12.1 // initial guess for heatblock capacitance (J/K) #define TEMP_MODEL_Cl 5 // C estimation lower limit #define TEMP_MODEL_Ch 20 // C estimation upper limit #define TEMP_MODEL_C_thr 0.01 // C estimation iteration threshold #define TEMP_MODEL_C_itr 30 // C estimation iteration limit -#define TEMP_MODEL_R 25 // initial guess for heatblock resistance (K/W) +#define TEMP_MODEL_R 29.7 // initial guess for heatblock resistance (K/W) #define TEMP_MODEL_Rl 5 // R estimation lower limit #define TEMP_MODEL_Rh 50 // R estimation upper limit #define TEMP_MODEL_R_thr 0.01 // R estimation iteration threshold diff --git a/Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h b/Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h index f950277b9..458bbf2c1 100644 --- a/Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h +++ b/Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h @@ -421,13 +421,13 @@ #define TEMP_MODEL_P 38. // heater power (W) -#define TEMP_MODEL_C 11. // initial guess for heatblock capacitance (J/K) +#define TEMP_MODEL_C 12.1 // initial guess for heatblock capacitance (J/K) #define TEMP_MODEL_Cl 5 // C estimation lower limit #define TEMP_MODEL_Ch 20 // C estimation upper limit #define TEMP_MODEL_C_thr 0.01 // C estimation iteration threshold #define TEMP_MODEL_C_itr 30 // C estimation iteration limit -#define TEMP_MODEL_R 25 // initial guess for heatblock resistance (K/W) +#define TEMP_MODEL_R 29.7 // initial guess for heatblock resistance (K/W) #define TEMP_MODEL_Rl 5 // R estimation lower limit #define TEMP_MODEL_Rh 50 // R estimation upper limit #define TEMP_MODEL_R_thr 0.01 // R estimation iteration threshold