admin:samba
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
admin:samba [2025/05/11 11:39] – [OpenSCAD] rjversluis | admin:samba [2025/05/11 21:28] (current) – [Shell script] rjversluis | ||
---|---|---|---|
Line 135: | Line 135: | ||
if (( $TEMP > 45000)) | if (( $TEMP > 45000)) | ||
then | then | ||
- | PWM=50 | + | PWM=75 |
fi | fi | ||
if (( $TEMP > 50000)) | if (( $TEMP > 50000)) | ||
then | then | ||
- | PWM=100 | + | PWM=125 |
fi | fi | ||
if (( $TEMP > 55000)) | if (( $TEMP > 55000)) | ||
then | then | ||
- | PWM=150 | + | PWM=175 |
fi | fi | ||
if (( $TEMP > 60000)) | if (( $TEMP > 60000)) | ||
then | then | ||
- | PWM=200 | + | PWM=225 |
fi | fi | ||
echo temp=$TEMP pwm=$PWM | echo temp=$TEMP pwm=$PWM |
admin/samba.txt · Last modified: 2025/05/11 21:28 by rjversluis