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

G-Sync Highlighting M00/M01 #166

Open
dkhughes opened this issue May 17, 2017 · 0 comments
Open

G-Sync Highlighting M00/M01 #166

dkhughes opened this issue May 17, 2017 · 0 comments
Labels

Comments

@dkhughes
Copy link
Contributor

Related to #162, highlighting of a pause command in the code viewer is not functioning as expected. When the control is paused, the gsync update line function is not being called for the M00 command in the following stub program:

G17 G20 G90 G40 G54

#<count>=0.0
o100 do
(Simulate a M00 condition)
(like a manual tool change op.)
G01 X5.0 Y5.0 F150.
M00 (Wait on operator)
G01 X0. Y0.0
#<count> = [#<count> + 1.];
o100 while[#<count> LT 10.]

G40 G1 X0.0 F100.

M02

This causes some visual confusion when the GUI buttons enter pause state, but the M00/M01 command is not highlighted as the active line of code.

I'm not sure yet if this is underlying in machinekit, or if the gsync module should hook an event besides just motion updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants