-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added G-code language #1572
Added G-code language #1572
Conversation
@RunDevelopment Any insight (time estimate) regarding when #1572 might actually be merged? |
@marc-medley So, maybe a few weeks? |
This looks good. Just some conflicts to resolve. |
This PR adds the [G-code language](https://reprap.org/wiki/G-code) to Prism and resolves PrismJS#1571. ### Features - All fields from A-Z ([case sensitive](https://reprap.org/wiki/G-code#Case_sensitivity)) and [checksums](https://reprap.org/wiki/G-code#.2A:_Checksum) (`*`). - [Comments](https://reprap.org/wiki/G-code#Comments) of both the semicolon and parenthesis style. - [Quoted strings](https://reprap.org/wiki/G-code#Quoted_strings). - The colon punctuation of [lists (see the example)](https://reprap.org/wiki/G-code#M584:_Set_drive_mapping).
This PR adds the G-code language to Prism and resolves #1571.
Features
*
).Example