-
Notifications
You must be signed in to change notification settings - Fork 2k
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
User gcode breaks the graphics of sliced model #5538
Comments
Reproduced with rc1. Similar to #4992. |
We need to check the custom G-code sections for the annotations that PrusaSlicer utilizes for its G-code viewer and refuse to slice with such custom G-code sections, or at least give a warning. ;LAYER:xxx |
enricoturri1966
added a commit
that referenced
this issue
Feb 18, 2021
PrusaSlicer 2.4.0-alpha1 will test for the reserved comments in all custom G-codes and such custom G-codes will not be accepted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.3.0 rc1, Windows 10 home, 20H2
When I added these two commands to gcode "before layer change", the matched model is displayed incorrectly. However, gcode is fine.
;BEFORE_LAYER_CHANGE
G92 E0.0
;LAYER:[layer_num]
;HEIGHT:[layer_z]
The text was updated successfully, but these errors were encountered: