-
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
Add possibility to ignore "Empty layer" error #4062
Comments
I'd like to add some urgency to this feature request, so objects such as these stacked face shield covers can be sliced. https://ucsf.app.box.com/s/u1t7dlj20tjk6k7borpae9hor24otx3j |
Ok I'm also experiencing this issue and since this has no attention from the devs (I'm also trying to print face masks), here is where the problem is: Line 639 -> PrusaSlicer-version_2.2.0\src\libslic3r\GCode.cpp if (has_extrusions && layer_to_print.print_z() > maximal_print_z + 2. * EPSILON) I will try to re-compile with this commented out. If anyone wants I can post a compiled version as well.. Edit: Was able to compile and test, file is too big to upload here, but you can grab from here if you'd like: https://github.com/cfelicio/PrusaSlicer/releases/tag/version_2.2.0-skipcheck Hopefully at some point in the future we can get the option to still be alerted about empty layers, but as a warning, not a hard stop. |
Implemented as a notification in PrusaSlicer 2.3.0-alpha1. |
@bubnikv is this in v2.3.1? I am getting an toast that says "error" and my exported GCODE is the slice that was created before I added an un-printed (by setting layers/perimeters/fill to 0) object to block brims. |
v2.2.0 win64
Motivation
I want to print objects one on other and, after print, I want to break them apart easily. That means leaving like 0.4 mm gap (in z axis) between them.
Issue
Empty layer brings error message and the slicing is stopped.
Possible solution
Add "Ignore" button (e.g. only in expert mode) to continue with slicing.
The text was updated successfully, but these errors were encountered: