Files
linuxcnc-configs/my-3d/custom-m-codes/M107
2026-03-21 23:48:08 +01:00

5 lines
65 B
Bash

#!/bin/bash
# M107: Fan Off
halcmd sets fan-pwm-value 0.0
exit 0