Go back to even 45° skew

This commit is contained in:
XANTRONIX 2025-03-12 21:17:13 -04:00
parent 15ec7b561f
commit 4071c73bd1

View file

@ -22,7 +22,7 @@ TEMP_CENTER = 0 # degrees C
TEMP_STEP = 5
TEMP_STEP_COUNT = math.ceil(TEMP_RANGE / TEMP_STEP)
SKEW = 0.6
SKEW = 1.0
def clamp(value, lowest, highest):
if value < lowest: