faulty .gitignore
This commit is contained in:
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M101
Executable file
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/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
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M102
Executable file
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/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
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M103
Executable file
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/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
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M104
Executable file
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/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
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M105
Executable file
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/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
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M106
Executable file
6
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/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
|
||||
10
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M111
Executable file
10
Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M111
Executable file
@@ -0,0 +1,10 @@
|
||||
%
|
||||
(1)
|
||||
#1 = 0
|
||||
o100 while [#1 LT 10]
|
||||
G0 X-200 Z-200
|
||||
G0 X200 Z200
|
||||
#1 = [#1+1]
|
||||
o100 endwhile
|
||||
M2
|
||||
%
|
||||
Reference in New Issue
Block a user