Added linuxcnc test config before video release

This commit is contained in:
Hakan Bastedt
2024-01-06 20:54:15 +01:00
parent 9dcc713fab
commit 9a41ccd2bc
91 changed files with 13298 additions and 0 deletions

View File

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