You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed incorrect handling of G65 call parameters, axis words had offsets added. Ref. issue #594.
Refactored handling of multiple spindles. There are still some limitations but should work better now. Disabled override delays for now, needs investigation. Ref. issue #598.
NOTE: Please report any erratic behaviour after installing this version since it is a rather major change.
skasti
pushed a commit
to skasti/grblHal-core
that referenced
this issue
Oct 12, 2024
Fixed incorrect handling of G65 call parameters, axis words had offsets added. Ref. issue grblHAL#594.
Refactored handling of multiple spindles. There are still some limitations but should work better now. Disabled override delays for now, needs investigation. Ref. issue grblHAL#598.
NOTE: Please report any erratic behaviour after installing this version since it is a rather major change.
M62-M68 report error 36
gcode.c Line 1954
This Commands are not in Group 10 thy are in group 5
if(command_words.M10 && port_command) { // change to if(command_words.M5 && port_command) { all work correct
The text was updated successfully, but these errors were encountered: