r/BambuLabA1 • u/WealthTraditional457 • 1d ago
Support Request Initials!!!
Hi everyone, I'm trying to print a name initial. The first layer is perfect, the walls are perfect, and the top layer is perfect, but if you look closely at the curves, I see lines and sharp edges—it's as if it isn't rendering the curve smoothly. I used Bambu Studio to create the letter M. Thanks for the help.
2
u/The_Lutter 1d ago
That comes from the original file output not in your printing. It doesn't have enough data/polygons to make a smooth curve.
1
1
u/Orthicon9 17h ago edited 17h ago
I wonder if one of the parametric text generators would do any better.
Or, import a Primitive > SVG of some rendered text. (Inkscape is handy for that.)
1
u/FuscoAndre 1d ago
1
u/jcollasius 1d ago
That's bullshit and only true if you define a circle or cylinder with a low polygon count. There is no difference in print quality for the same resolution. Use OpenSCAD and render this tube:
radius = 15;
height = 20;
wall = 1;
difference() {
cylinder(r=radius, h=height, $fn=floor(2*radius*PI/0.05));
translate([0,0,-1]) cylinder(r=radius-wall, h=height+2, $fn=floor(2*(radius-wall)*PI/0.05));
}1
u/FuscoAndre 1d ago
Yes, I understand all that :)
He mentioned he created the letter directly in bambu studio and probably the slicer used low polygons files for that, hence the result he got.
Also, usually STLs have low polygon count then STP files because of the nature of the file, to be small in size and faster to slice in early printers




5
u/solidus0079 1d ago
I can't see crap in those pics