Shouldn't "Wait time before cure" proportional settings be based on the previous layer's pixels/area? #471
WestonHawk
started this conversation in
Ideas
Replies: 1 comment 8 replies
-
You have an valid point here and i will improve it to look back instead.
Interesting thought, could be or not usefull. Need to think about it. Nevertheless have it as option wont hurt anyone. Thanks for pointing out 👍 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, me again. I've been playing around with the "Wait time before cure" settings. My goal is to print a box shaped case for a circuit board directly on the bed. I am using wait times to reduce blooming and elephant foot based on the referenced blog.
Pixel/area proportional wait times and previous layer
I really like the idea of wait times being automatically increased or reduced based on the number of layer pixels or the area size. But I have noticed that the suggestion tool is doing this calculation based on the current layer's pixels/area, not the previous layer.
For example, layer 1 has 1,000,000 pixels and layer 2 has 100,000 pixels. We would still want the wait time before cure for layer 2 to be longer due to the amount of time it will take for layer 1 to push out the resin. Currently however the calculation for layer 2's wait time is based on its own pixels, not layer 1, so it will have a shorter wait time than it needs and blooming is likely to occur.
This is most apparent with my print because of its hollowed out box shape. The bottom of the box is one large flat surface, then once it starts at the layer that is only walls, it immediately switches to a much shorter wait time, even though the large bottom surface 0.05mm above is still taking a long time to push out the resin. Blooming from flowing resin can be an issue for layer 3 too (even if layer 3 is identical to layer 2) since there it still only 0.1mm of space between layer 1 and layer 3. It would not need as long of a wait time as layer 2 though.
Perhaps the tool could also use an option to define how many layers to "look back" and calculate an average?
I know, this wouldn't be an issue if I rotated the box 45 degrees and used supports. It would probably print quicker too. But I think it would be satisfying to get a clean print directly off the bed like an FDM printer and not have to deal with breaking off supports.
Bottom wait time layer countWhen using wait times, the bottom wait times are used for the first 20 layers regardless of how many bottom layers you actually have. Having bottom wait time layers separate from bottom cure time layers is actually a good thing. You really only need 2 bottom cure layers when using long wait times, but you do need to use longer wait times through the first 1-2mm of the print due to the bed pushing out resin. With all that said, I would like the option to change how many layers it does this for so I can see if I can get away with fewer than 20 layers without blooming.Meanwhile, both the pixel and area proportional wait time modes do not do this. The wait time "fallback" for bottom is only used for the actual bottom cure layers. So if you have 2 bottom cure layers, by layer 3 the wait times are based on the normal layer, when I would like to force a number of "bottom wait time layers" separate from bottom cure times, just like the fixed mode currently does.Edit:
I was wrong, it does seems to be applying the bottom wait times to the first 20 layers just like in fixed mode. Still, I'd like the options to change the number of layers it does this for.Edit 2: I just realized Bottom Height is already there. I am blind.
That's it
Let me know if I have anything blatantly wrong here. Thank you again for this masterpiece!
Beta Was this translation helpful? Give feedback.
All reactions