grblHAL/Plugins_motor

Bug: trinamic execute calls top of user_mcode stack.

wakass opened this issue · 0 comments

if(!handled && hal.user_mcode.execute)

This (and the next line) should omit the hal. part in order to properly chain through the user_mcode call 'stack'. Goes into an infinite loop when called. This prevents other user defined mcodes that are later in the stack from running.