diff --git a/tests/abort/feed-rate/test.ini b/tests/abort/feed-rate/test.ini index 6c32a795abe..d8acfe5dff9 100644 --- a/tests/abort/feed-rate/test.ini +++ b/tests/abort/feed-rate/test.ini @@ -7,6 +7,7 @@ VERSION = 1.1 #DEBUG = 0x0 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/abort/on_abort_command-crazy-move/test.ini b/tests/abort/on_abort_command-crazy-move/test.ini index ecde8244b60..335986df661 100644 --- a/tests/abort/on_abort_command-crazy-move/test.ini +++ b/tests/abort/on_abort_command-crazy-move/test.ini @@ -1,6 +1,7 @@ [EMC] # DEBUG = 0 DEBUG = 2147483647 +RCS_DEBUG = 0x05400f01 VERSION = 1.1 [DISPLAY] diff --git a/tests/halui/jogging/halui.ini b/tests/halui/jogging/halui.ini index 5696725b00a..4fcd2b2b88f 100644 --- a/tests/halui/jogging/halui.ini +++ b/tests/halui/jogging/halui.ini @@ -1,5 +1,6 @@ [EMC] DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 VERSION = 1.1 [DISPLAY] diff --git a/tests/halui/mdi/halui.ini b/tests/halui/mdi/halui.ini index 48132b818b3..052cd84a331 100644 --- a/tests/halui/mdi/halui.ini +++ b/tests/halui/mdi/halui.ini @@ -1,6 +1,7 @@ [EMC] VERSION = 1.1 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/hard-limits/hard-limits.ini b/tests/hard-limits/hard-limits.ini index 303c79109c5..f31d702e0ba 100644 --- a/tests/hard-limits/hard-limits.ini +++ b/tests/hard-limits/hard-limits.ini @@ -5,6 +5,7 @@ VERSION = 1.1 MACHINE = hard-limits #DEBUG = 0 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/interp/m98m99/09-disable-fanuc-subs/test-no-fanuc.ini b/tests/interp/m98m99/09-disable-fanuc-subs/test-no-fanuc.ini index 55b69975ebd..52713350696 100644 --- a/tests/interp/m98m99/09-disable-fanuc-subs/test-no-fanuc.ini +++ b/tests/interp/m98m99/09-disable-fanuc-subs/test-no-fanuc.ini @@ -2,3 +2,4 @@ DISABLE_FANUC_STYLE_SUB = 1 [EMC] DEBUG = 2147483647 +RCS_DEBUG = 0x05400f01 diff --git a/tests/interp/mdi-oword-m66/interp.ini b/tests/interp/mdi-oword-m66/interp.ini index a5db94e4d78..f6eaa099929 100644 --- a/tests/interp/mdi-oword-m66/interp.ini +++ b/tests/interp/mdi-oword-m66/interp.ini @@ -1,6 +1,7 @@ [EMC] VERSION = 1.1 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/interp/subroutine-return/interp.ini b/tests/interp/subroutine-return/interp.ini index dfdef65c4f1..18c4e6cb673 100644 --- a/tests/interp/subroutine-return/interp.ini +++ b/tests/interp/subroutine-return/interp.ini @@ -1,5 +1,6 @@ [EMC] DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 VERSION = 1.1 [DISPLAY] diff --git a/tests/io-startup/nonrandom/test.ini b/tests/io-startup/nonrandom/test.ini index 54ee5d61c5d..1cb2f375b26 100644 --- a/tests/io-startup/nonrandom/test.ini +++ b/tests/io-startup/nonrandom/test.ini @@ -2,6 +2,7 @@ # The version string for this INI file. VERSION = 1.1 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ../../test-ui.py diff --git a/tests/io-startup/random/test.ini b/tests/io-startup/random/test.ini index 692b5776350..957c1cbab49 100644 --- a/tests/io-startup/random/test.ini +++ b/tests/io-startup/random/test.ini @@ -1,6 +1,7 @@ [EMC] VERSION = 1.1 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ../../test-ui.py diff --git a/tests/lathe/lathe.ini b/tests/lathe/lathe.ini index 000902de98c..9e64953e0ab 100644 --- a/tests/lathe/lathe.ini +++ b/tests/lathe/lathe.ini @@ -2,6 +2,7 @@ # The version string for this INI file. VERSION = 1.1 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/linuxcncrsh-tcp/linuxcncrsh-test.ini b/tests/linuxcncrsh-tcp/linuxcncrsh-test.ini index 5ef01c4102f..acbb67870a3 100644 --- a/tests/linuxcncrsh-tcp/linuxcncrsh-test.ini +++ b/tests/linuxcncrsh-tcp/linuxcncrsh-test.ini @@ -1,7 +1,7 @@ [EMC] VERSION = 1.1 DEBUG = 0x7FFFFFFF -RCS_DEBUG = 0xEF67FFFF +RCS_DEBUG = 0x05400f01 NML_FILE = tcp.nml [DISPLAY] diff --git a/tests/matrixkins/test.ini b/tests/matrixkins/test.ini index b033fe97c65..662138a46a7 100644 --- a/tests/matrixkins/test.ini +++ b/tests/matrixkins/test.ini @@ -4,6 +4,7 @@ VERSION = 1.1 #DEBUG = 0x0 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/mdi-queue-length/test.ini b/tests/mdi-queue-length/test.ini index ed37f0c747b..c3c867680f3 100644 --- a/tests/mdi-queue-length/test.ini +++ b/tests/mdi-queue-length/test.ini @@ -1,6 +1,7 @@ [EMC] VERSION = 1.1 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/mdi-queue/linuxcncrsh-test.ini b/tests/mdi-queue/linuxcncrsh-test.ini index 917cd102cca..ebc3b353407 100644 --- a/tests/mdi-queue/linuxcncrsh-test.ini +++ b/tests/mdi-queue/linuxcncrsh-test.ini @@ -1,5 +1,6 @@ [EMC] DEBUG = 0x7FFFFFFF +RCS_DEBUG = 0x05400f01 VERSION = 1.1 #DEBUG = 0 diff --git a/tests/motion-logger/mountaindew/mountaindew.ini b/tests/motion-logger/mountaindew/mountaindew.ini index 7fc0d8dbef2..674564ea354 100644 --- a/tests/motion-logger/mountaindew/mountaindew.ini +++ b/tests/motion-logger/mountaindew/mountaindew.ini @@ -1,6 +1,7 @@ [EMC] VERSION = 1.1 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/motion/g0/motion-test.ini b/tests/motion/g0/motion-test.ini index 24fd8212c8b..6100a971ac5 100644 --- a/tests/motion/g0/motion-test.ini +++ b/tests/motion/g0/motion-test.ini @@ -4,6 +4,7 @@ MACHINE = MOTION-TEST # Debug level, 0 means no messages. See src/emc/nml_int/emcglb.h for others DEBUG = 0x7FFFFFFF +RCS_DEBUG = 0x05400f01 #DEBUG = 0x10 [DISPLAY] diff --git a/tests/remap/duplicate-o-word/test.ini b/tests/remap/duplicate-o-word/test.ini index a9571cafc83..929e7b1eb11 100644 --- a/tests/remap/duplicate-o-word/test.ini +++ b/tests/remap/duplicate-o-word/test.ini @@ -1,5 +1,6 @@ [EMC] DEBUG=65535 +RCS_DEBUG=0x05400f01 LOG_LEVEL=5000 [RS274NGC] diff --git a/tests/toolchanger/reload-tool/non-random/test.ini b/tests/toolchanger/reload-tool/non-random/test.ini index e28c6bb0144..b92e0c8eb6c 100644 --- a/tests/toolchanger/reload-tool/non-random/test.ini +++ b/tests/toolchanger/reload-tool/non-random/test.ini @@ -3,6 +3,7 @@ VERSION = 1.1 #DEBUG = 0x0 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/toolchanger/reload-tool/random/test.ini b/tests/toolchanger/reload-tool/random/test.ini index 1f981137720..a16df27ea83 100644 --- a/tests/toolchanger/reload-tool/random/test.ini +++ b/tests/toolchanger/reload-tool/random/test.ini @@ -3,6 +3,7 @@ VERSION = 1.1 #DEBUG = 0x0 DEBUG = 0xffffffff +RCS_DEBUG = 0x05400f01 [DISPLAY] DISPLAY = ./test-ui.py diff --git a/tests/toolchanger/toolno-pocket-differ/nonrandom/sim.ini b/tests/toolchanger/toolno-pocket-differ/nonrandom/sim.ini index 40174ba24b1..113c745be82 100644 --- a/tests/toolchanger/toolno-pocket-differ/nonrandom/sim.ini +++ b/tests/toolchanger/toolno-pocket-differ/nonrandom/sim.ini @@ -1,6 +1,7 @@ [EMC] #DEBUG = 0 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 VERSION = 1.1 [DISPLAY] diff --git a/tests/toolchanger/toolno-pocket-differ/random/sim.ini b/tests/toolchanger/toolno-pocket-differ/random/sim.ini index f11b3a6e46b..48cfcf7d719 100644 --- a/tests/toolchanger/toolno-pocket-differ/random/sim.ini +++ b/tests/toolchanger/toolno-pocket-differ/random/sim.ini @@ -1,6 +1,7 @@ [EMC] #DEBUG = 0 DEBUG = 0x7fffffff +RCS_DEBUG = 0x05400f01 VERSION = 1.1 [DISPLAY]