mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-07-31 02:20:33 +02:00
tests for rms thread
This commit is contained in:
@@ -107,8 +107,8 @@ BEGIN {
|
|||||||
NR_OF_TESTS += 2;
|
NR_OF_TESTS += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/G.+-ext/ {
|
/(G.+-ext)|(RMS-ext)/ {
|
||||||
# ext M threads have +/-62.5 deg slopes, horizontal crest / valley
|
# ext G- and RMS threads have +/-62.5 deg slopes, horizontal crest / valley
|
||||||
parse();
|
parse();
|
||||||
m1 = slope(v0, v3) / deg;
|
m1 = slope(v0, v3) / deg;
|
||||||
m2 = slope(v2, v1) / deg;
|
m2 = slope(v2, v1) / deg;
|
||||||
@@ -122,8 +122,8 @@ BEGIN {
|
|||||||
NR_OF_TESTS += 2;
|
NR_OF_TESTS += 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/G.+-int/ {
|
/(G.+-int)|(RMS-int)/ {
|
||||||
# int G threads have +/-62.5 deg slopes, horizontal crest / valley
|
# int G- and RMS threads have +/-62.5 deg slopes, horizontal crest / valley
|
||||||
parse();
|
parse();
|
||||||
m1 = slope(v3, v0) / deg;
|
m1 = slope(v3, v0) / deg;
|
||||||
m2 = slope(v1, v2) / deg;
|
m2 = slope(v1, v2) / deg;
|
||||||
|
Reference in New Issue
Block a user