adding files
This commit is contained in:
6
my-3d/custom-m-codes/M140
Normal file
6
my-3d/custom-m-codes/M140
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# M140: Set Bed Temperature (Fast)
|
||||
v=$1
|
||||
echo bed-pwm $v
|
||||
halcmd sets bed-pwm-value $v
|
||||
exit 0
|
||||
Reference in New Issue
Block a user