-
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
Infill Modifier Bug #5831
Comments
I think the problem here is that the order of application of modifier meshes vs. layer range modifiers is not well specified. You better not overlap the two. |
Neither the modifier mesh nor the layer range modifier specify a bottom layer in the bottom 1mm of the model. So it isn't a simple order issue. Also, since the modifiers are modifying different settings, the order shouldn't matter. One modifies bottom layers, the other modifies infill %. |
Version
Version 2.3.0+win64
Behavior
Using a modifier object to modify the infill % causes changes in the bottom layers that have been specified by height-range modifiers.
In this example, the project settings have 0 bottom layers. A height-range modifier adds bottom layers above 1mm. A modifier object is added to the middle of the part, resting on the build plate. The modifier object only changes the infill %, yet when slicing this model, there is a bottom layer on the first layer.
Expected results: No bottom layer on the first layer.
infill_bug.zip
This is just a sample file. I know this part doesn't need bottom layers anywhere above the first layer, but the real file I'm working on does need bottom layers higher up. I just don't want bottom layers in the first few layers. The real part should be able to be placed over an object, like a cover, so it can't have bottom layers.
Is this a new feature request?
Nope
The text was updated successfully, but these errors were encountered: