tests for rms thread

This commit is contained in:
Adrian Schlatter
2023-04-02 15:02:32 +02:00
parent 149b4b9fb7
commit 10259b696b

View File

@@ -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;