Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M62P0 AUXIO #600

Closed
jeefdumbo opened this issue Oct 5, 2024 · 0 comments
Closed

M62P0 AUXIO #600

jeefdumbo opened this issue Oct 5, 2024 · 0 comments

Comments

@jeefdumbo
Copy link

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

    switch(port_command) {

        case IoMCode_OutputOnSynced:
        case IoMCode_OutputOffSynced:
        case IoMCode_OutputOnImmediate:
        case IoMCode_OutputOffImmediate:
terjeio added a commit that referenced this issue Oct 6, 2024
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.
@terjeio terjeio closed this as completed Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants