Use 0.6 skew
This commit is contained in:
parent
52a5dceddf
commit
2724e7e28f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ TEMP_CENTER = 0 # degrees C
|
|||
TEMP_STEP = 5
|
||||
TEMP_STEP_COUNT = math.ceil(TEMP_RANGE / TEMP_STEP)
|
||||
|
||||
SKEW = 0.7
|
||||
SKEW = 0.6
|
||||
|
||||
def clamp(value, lowest, highest):
|
||||
if value < lowest:
|
||||
|
|
Loading…
Add table
Reference in a new issue