Skip to content

Commit 20aefd0

Browse files
committed
hal module -add moree debug constants
1 parent 37e4ab2 commit 20aefd0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/emc/usr_intf/axis/extensions/emcmodule.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,6 +2492,9 @@ PyMODINIT_FUNC PyInit_linuxcnc(void)
24922492
ENUMX(4, EMC_DEBUG_INTERP);
24932493
ENUMX(4, EMC_DEBUG_RCS);
24942494
ENUMX(4, EMC_DEBUG_INTERP_LIST);
2495+
ENUMX(4, EMC_DEBUG_OWORD);
2496+
ENUMX(4, EMC_DEBUG_REMAP);
2497+
ENUMX(4, EMC_DEBUG_PYTHON);
24952498
ENUMX(4, EMC_DEBUG_STATE_TAGS);
24962499

24972500
ENUMX(9, EMC_TASK_EXEC_ERROR);

0 commit comments

Comments
 (0)