-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Z" can be negative with Remove Empty Layers #15975
Comments
Thanks for the report. @MariMakes here is a project file. The "Z" is negative when the model is raised up off the build platform, "Generate Supports" is disabled, and "Remove Empty First Layers" is enabled. "G0 F9000 X98.5 Y103.121 Z-2.36" If "Remove Empty First Layers" is disabled then the first layer is "G0 F9000 X126.5 Y126.5 Z10.64" Adaptive Layers doesn't appear to have anything to do with this. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Quick update from our side 👋 I stumbled upon your issue and recall bringing it up to the team but cannot find the follow-up we've done on it. Apologies for the slow response. |
Apologies for the delayed response. We've added a ticket to the backlog with the intent to improve this. Thanks for the report! 👍 |
Issue has been resolved, validating with the project file @GregValiant provided (Thanks), the gcode shows: Fix will be part of the next release. Cheers! |
Application Version
5.3.1
Operating System
Windows 11
Printer
Anycubic Kobra MAx
Reproduction steps
On the first layer there will be the following gcode with negative Z axis height which will make the nozzle hit the print bed violently, destroying the head and the bed. A real example
;LAYER:0
M107
M204 S20000
M205 X10 Y10
G1 F1200Z-24.29
;MESH:crown.stl
G0 F2700 X204.921 Y203.733 Z-24.29 <============
Actual results
physical destruction of the nozzle and print bed
Expected results
Z axis of the first layer close to zero or with a positive value
Checklist of files to include
Additional information & file uploads
Configuration


bugged gcode
The text was updated successfully, but these errors were encountered: