A maker discovered how to get perfectly smooth top layers without the time-consuming ironing step — using Bayesian statistics to find the perfect settings first time.
The Ironing Problem
If you have ever wanted glass-smooth top surfaces on your 3D prints, you have probably used the ironing setting in your slicer. This technique makes the print head drag across the top of your part, depositing a small amount of plastic to fill in layer lines. It works, but it takes time — around 34% extra print time according to one maker.
A Better Way
Instead of ironing after the fact, what if you could get the perfect top layer settings right from the start? That's exactly what Make Wonderful Things discovered using statistical analysis.
The Key Parameters
The secret lies in three settings that affect how your top layers nest together:
- Line width — wider lines can fill gaps better
- Flow ratio — how much plastic actually comes out vs what the slicer expects
- Print speed — slower speeds give more time for layer bonding
Why Bayesian Analysis?
With these three parameters combined, there are approximately 19,200 possible combinations to test. Printing all of them would take forever. Instead, the maker used Bayesian optimization — a statistical technique famously used by George E. P. Box — to intelligently narrow down the optimal settings with far fewer test prints.
Instead of blindly trying every combination, Bayesian analysis uses previous results to predict which settings are most likely to work next. This converges on the perfect settings much faster than traditional trial and error.
The Results
The test pieces looked just as good as traditionally ironed prints — but saved about 34% of print time. That is a significant savings on larger prints where ironing can add hours to your print time.
How to Try It
If you want to experiment with this approach:
- Pick your three test parameters (line width, flow, speed)
- Use a Bayesian optimization tool or write a simple script to iterate through settings
- Print test cubes and compare top surface quality
- Once you find your optimal settings, save them as a profile
For most users, simpler approaches like adjusting line width to 110-120% of nozzle diameter and fine-tuning flow rate can get you 80% of the way there without the statistical heavy lifting.
The Bottom Line
Ironing is not going away — it still works and there are even advanced variations like non-planar ironing. But for makers who want to optimize their workflow, understanding the math behind top layer quality can save real time without sacrificing results.
Comments (0)
No comments yet. Be the first!
Leave a Comment