Remove unused slow down proportionally code (#6405)

* Remove unused slow down proportionally code
This commit is contained in:
Vovodroid
2024-08-25 07:40:40 +03:00
committed by GitHub
parent a7d2ae0450
commit 0c63dd4bd0
2 changed files with 3 additions and 66 deletions

View File

@@ -54,9 +54,6 @@ private:
// the PrintConfig slice of FullPrintConfig is constant, thus no thread synchronization is required.
const PrintConfig &m_config;
unsigned int m_current_extruder;
// Old logic: proportional.
bool m_cooling_logic_proportional = false;
//BBS: current fan speed
int m_current_fan_speed;
};