We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464d160 commit 70d21e7Copy full SHA for 70d21e7
1 file changed
tests/spindle_limits/README
@@ -0,0 +1,10 @@
1
+Test that the spindle speed limits from the INI are honoured.
2
+Tests three spindles, to ensure that multi=spindle is supported
3
+Spindle.0 has limits for MAX_FORWARD, MIN_FORWARD, MAX_REVERSE and MIN_REVERSE
4
+Spindle.1 has no MIN_REVERSE to test that MIN_FORWARD is applied in reverse
5
+Spindle.2 has no reverselimits, to test that both forwards limits are tested in reverse
6
+Spindle commands through bith G-code (via MDI) and Python interface are tested.
7
+
8
+FIXME (?)
9
+spindle commands through halui are not tested
10
+spindle commands through linuxcncrsh are not tested.
0 commit comments