From e69825a48e6410687aba5d16e7b2be179ef6f005 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:08:04 +0200 Subject: [PATCH] s88 updates and icon --- src/specificClass.js | 2 +- valve.html | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/specificClass.js b/src/specificClass.js index 861af03..9e12ac3 100644 --- a/src/specificClass.js +++ b/src/specificClass.js @@ -90,7 +90,7 @@ class Valve { this.childRegistrationUtils = new childRegistrationUtils(this); // Child registration utility this.vCurve = this.curve[1.204]; // specificy the desired density RECALC THIS AUTOMTICALLY BASED ON DENSITY OF AIR LATER OLIFANT!! this.predictKv = new predict({curve:this.vCurve}); // load valve size (x : ctrl , y : kv relationship) - this.logger.debug(`PredictKv initialized with curve: ${JSON.stringify(this.predictKv)}`); + //this.logger.debug(`PredictKv initialized with curve: ${JSON.stringify(this.predictKv)}`); } // -------- Config -------- // diff --git a/valve.html b/valve.html index 4ec7388..27760f9 100644 --- a/valve.html +++ b/valve.html @@ -1,11 +1,20 @@ +