-
Notifications
You must be signed in to change notification settings - Fork 33
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
Proof of concept gcode comment section skip #67
base: master
Are you sure you want to change the base?
Proof of concept gcode comment section skip #67
Conversation
…f control elements, add styles for cleaner display.
…ra closing brackets from JavaScript action calls, Add controls div for styling, Add feather icons, fix button layout, Remove 'Dist to move text' to optimize space, Move 'Def. Home' button.
I believe that comments get stripped out of the g-code when it's loaded (the
firmware can get confused by comments, so the 'quick fix' was not to send any to
the firmware)
David Lang
|
Comments don't get stripped anymore when the file is loaded (the only thing that gets stripped are blank lines) but webcontrol does strip them, in real time, while sending them to the controller. This could be a handy addition. |
…-improvements Gb0101010101 ui improvements
No, that's not implemented (first I've seen of that)
None of those commands are implemented, so I'd leave it up to you if you want to skip them or not. But overall, I like it very much. I merged your PR into a 'test' branch I made that had your UI-improvements merged, but the "(S)>" came out on its own line. |
|
Are you still working on this? I like the functionality of it. |
.. and what's your maslow forum handle so I know.. its hard to keep track of people when github name is different than the forum name. |
Wanted to get feedback on this proof of concept feature to add buttons that skip through gcode file by finding comment lines like "(Some gcode comment)". It adds additional buttons "<(S)" and "(S)>" to the gcode move area (desktop version only for now).
Does this seem worthwhile pursuing?
Please do not commit this as it is not complete and just proof of concept.