linuxcnc/tests/t0
Sebastian Kuzminsky 53d3442098 linuxcncrsh: check for errors when creating listening socket
Thanks to Andy Howell for finding and fixing this bug.
2022-02-14 20:12:46 -07:00
..
nonrandom Multispindle: Modify runtests to work with multispindle 2018-09-29 13:51:23 +01:00
random-with-t0 Multispindle: Modify runtests to work with multispindle 2018-09-29 13:51:23 +01:00
random-without-t0 Multispindle: Modify runtests to work with multispindle 2018-09-29 13:51:23 +01:00
subs add tests for t0 handling 2013-02-08 09:05:10 -07:00
.gitignore add tests for t0 handling 2013-02-08 09:05:10 -07:00
README add tests for t0 handling 2013-02-08 09:05:10 -07:00
shared-checkresult add tests for t0 handling 2013-02-08 09:05:10 -07:00
shared-test.sh linuxcncrsh: check for errors when creating listening socket 2022-02-14 20:12:46 -07:00

nonrandom toolchanger:

    T0 is special and means "no tool".  T0 should not appear in the tool
    table, if T0 is defined there is ignored.


random toolchanger:

    T0 is a normal tool like any other, totally devoid of special meaning.
    In practice T0 is usually(?) used to track an empty pocket in the
    tool changer hardware.

    Tool number -1 is used to indicate "unknown tool".