Files
2026-03-21 23:48:08 +01:00

7 lines
107 B
Bash

#!/bin/bash
# M106: Set Extruder fan PWM
temp=$1
echo fan-pwm $temp
halcmd sets fan-pwm-value $temp
exit 0