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

Add simple GCode Postprocessing plugin #1

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Conversation

jellespijker
Copy link
Member

@jellespijker jellespijker commented Jul 17, 2023

This Will add a comment between each layer.
outputting what the last line of the previous layers was. Additionally, it will also show if jerk_enable was set.

These things will allow us to test if the handshake happens correctly, if the broadcast occurs and if
the layers can be aware of each other.

Which will add a comment between each layer, which reference the previous layer and a global broadcast setting jerk_enable

;TIME_ELAPSED:3110.845177
; last line of layer before: ;TIME_ELAPSED:3110.845177 and jerk_enabled: false

Contribute to CURA-10625 test this with the CuraEngine plugin: Ultimaker/CuraEngine#1906

This Will add a comment between each layer.
outputting what the last line of the previous layers was.
Additionally, it will also show if `jerk_enable` was set.

These things will allow us to test if the handshake
happens correctly, if the broadcast occurs and if
the layers can be aware of each other.

Contribute to CURA-10625
@rburema rburema merged commit bc1ce3e into main Jul 19, 2023
@rburema rburema deleted the CURA-10625_postprocess_gcode branch July 19, 2023 12:34
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

Successfully merging this pull request may close these issues.

2 participants