Added linuxcnc test config before video release
This commit is contained in:
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M101
Executable file
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M101
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
R=0.1923
|
||||
MAXRPM=380
|
||||
halcmd setp scale.0.gain $R
|
||||
halcmd setp scale.1.gain $(echo "scale=5;1.0 / $R"| bc -q)
|
||||
exit 0
|
||||
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M102
Executable file
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M102
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
R=0.3189
|
||||
MAXRPM=630
|
||||
halcmd setp scale.0.gain $R
|
||||
halcmd setp scale.1.gain $(echo "scale=5;1.0 / $R"| bc -q)
|
||||
exit 0
|
||||
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M103
Executable file
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M103
Executable 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
|
||||
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M104
Executable file
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M104
Executable 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
|
||||
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M105
Executable file
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M105
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
R=1.4672
|
||||
MAXRPM=2930
|
||||
halcmd setp scale.0.gain $R
|
||||
halcmd setp scale.1.gain $(echo "scale=5;1.0 / $R"| bc -q)
|
||||
exit 0
|
||||
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M106
Executable file
6
linuxcnc/sim.gmoccapy.lathe_configs/nc_files/M106
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
R=2.1334
|
||||
MAXRPM=4260
|
||||
halcmd setp scale.0.gain $R
|
||||
halcmd setp scale.1.gain $(echo "scale=5;1.0 / $R"| bc -q)
|
||||
exit 0
|
||||
Reference in New Issue
Block a user