-
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
Fix missing cubic infill line #18
Conversation
cubic infill needs this
Luca, the connecting lines are an intended behavoir and they serve to better And ineed our print expert guy Jindra asked for selectively removing the Anyway, thanks for your effort. It gives me a motivation to finish the Vojtech On Sun, Nov 6, 2016 at 1:34 PM, Luca Béla Palkovics <
|
Thanks, nice to hear, but this pull request adds a missing line .. The last line of the cubic infill is missing.. it's like this:
it's missing 1 line because it gets shifted each layer.. |
oh, I see. It is a different issue from the transparent infill. I understand now. |
…problem and proposing a fix. #18 Fixed a slight bug, where the infill did not take the complete area.
Fixed, thanks for help. |
English patch 1
I suppose the lines are shifted somehow like
offset -= (layer_z) % spacing
(couldn't find where/how it's done..) and so it will need an extra line sometimes..Anyways adding 1 extra line fixes the problem. No idea if this has ugly side effects..