adding files
This commit is contained in:
6
my-3d/custom-m-codes/M106
Normal file
6
my-3d/custom-m-codes/M106
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# M106: Set Extruder fan PWM
|
||||
temp=$1
|
||||
echo fan-pwm $temp
|
||||
halcmd sets fan-pwm-value $temp
|
||||
exit 0
|
||||
Reference in New Issue
Block a user