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

M0 is ignored? #266

Open
jrcandy opened this issue Jun 7, 2021 · 1 comment
Open

M0 is ignored? #266

jrcandy opened this issue Jun 7, 2021 · 1 comment

Comments

@jrcandy
Copy link

jrcandy commented Jun 7, 2021

Hiya,
Gcode support says M0 is supported but when I have it in the middle of a program it is ignored. I have sent this program via UGS and also chilipeppr with the same result.

The program can be as simple as

G90 G0 X0
M0
G0 X-5

But I wonder how the resume signal would be sent anyway since there's no physical 'resume' button in TinyG board ? It's all good in UGS / chili with their UI, but we'll be sending gcode programatically, so I'm confused how it would resume as there isn't a M-command for 'resume'

Replacing an M0 for a ! in the gcode doesn't work as expected because as soon as it's read that chunk of gcode in the buffer it will stop, not when I want it to stop. Technically M0 is not the same as Feed hold, isn't it?

thanks for your efforts!

@Milner99
Copy link

Milner99 commented Jun 7, 2021

Experiencing the same.

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