Skip to content

Conversation

@oznogon
Copy link
Contributor

@oznogon oznogon commented Oct 27, 2025

Autocoolant behavior is inconsistent when max coolant exceeds the default of 10 (equal to max_coolant_per_system). Coolant requests would exceed 100% of max_coolant_per_system, and capping the request to max_coolant_per_system would distribute the remaining coolant inefficiently.

Instead, track the ideal request amounts, then modify them to fit within the limits while redistributing the excess coolant to other systems in need.

Should fix #2563.

Autocoolant behavior is inconsistent when max coolant exceeds the
default of 10 (equal to max_coolant_per_system). Coolant requests
would exceed 100% of max_coolant_per_system, and capping the request
to max_coolant_per_system would distribute the remaining coolant
inefficiently.

Instead, track the ideal request amounts, then modify them to fit
within the limits while redistributing the excess coolant to other
systems in need.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Autocoolant can set Coolant above 100%

1 participant