Working linuxcnc lathe config with 2 ms cycle time

This commit is contained in:
Hakan Bastedt
2024-04-07 21:53:25 +02:00
parent a829b0c6e2
commit ed8e4d8d39
66 changed files with 10534 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
R=0.4638
MAXRPM=920
halcmd setp scale.0.gain $R
halcmd setp scale.1.gain $(echo "scale=5;1.0 / $R"| bc -q)
exit 0