In the whole thread the assumption is that machine is properly calibrated. Without proper calibration nothing else makes sensebillyd wrote:There is a very simple reason why holes can come out undersized. Over-extrusion.
In the whole thread the assumption is that machine is properly calibrated. Without proper calibration nothing else makes sensebillyd wrote:There is a very simple reason why holes can come out undersized. Over-extrusion.
If your printer is printing out wrong sized holes while properly calibrated then you need a new printer.upsm wrote:In the whole thread the assumption is that machine is properly calibrated. Without proper calibration nothing else makes sensebillyd wrote:There is a very simple reason why holes can come out undersized. Over-extrusion.
First I should have mentioned that I'm printing with ABS. Silly thing to miss.carveone wrote:I have a similar issue with slight hole reduction on my Cubicon Single that I'm trying to configure out.
Yes, exactly. But adding some fan cooling helps in this regard and is what the Cubicon supplied software does by default. It's a marginal difference and one I could compensate for in CAD (assuming I used a variable for hole size which hasn't always been the case, but will be in future!). Where it mainly hurts me is in small parts like gears, so I can use a 'fan on' profile for those where the first layer is also 100% z height.upsm wrote:@carveone, so with cubicon slicer your holes are ok, with Simplify3D they are undersized? but when you render the g-code it looks same?.
Code: Select all
; outer perimeter
G1 X4.800 Y-4.800 F4200
G1 X4.800 Y4.800 E0.5365 F743
G1 X-4.800 Y4.800 E0.5365
G1 X-4.800 Y-4.800 E0.5365
G1 X4.800 Y-4.800 E0.5365
Code: Select all
...
G1 X0.084 Y-2.199 E0.0255
...
G1 X-2.195 Y0.150 E0.0174
...
G1 X-0.084 Y2.199 E0.0255
...
G1 X2.195 Y0.158 E0.0257
I doubt anyone participating in this thread care about being "controversial" and are just willing to invest time and thought into getting the issue solved. Confronting different opinions is usually best way to get there.dkightley wrote:I'm not wishing to be controversial
Depends on the CSG your 3D package uses. If you are working on "solids" and not on "mesh" then until the end, when you are exporting your part to a mesh, you have a cylinder there. And while few packages (like openSCAD) give you ability to define "crudeness" of the mesh per surface, most will (like SolidWorks, Creo, proEngineer, onShape) generate mesh following 2 input configuration parameters: maximum surface deviation (how far will mesh surface be from the designed surface), maximum angle tolerance.dkightley wrote: When I design a part in a 3D package and need a hole...say 4mm diameter....I boolean subtract an over-long 4mm diameter rod from the part, and I'm assuming that this is the norm for most creators.
Now...this 4mm rod is in fact a polygonal cylinder with a number of straight sides...the number of sides usually being defined by the size of the "hole" being cut so as to ensure the corners are not visible. Make the number of sides super high...say 256..and the hole will be super smooth to the eye. But lets say we have a hundred holes in this part....and making a hundred 256 sided holes will push the poly count through the roof...and in the case of my 3D package, kill it!
That is what Adrian is talking about arc compensation. You are depositing more plastic inside the circle then outside. The "finer" the circle is, the more this is pronounced and closer the hole will be. And if you print 4 perimeters, every perimeter is overflowing towards insides. Then, in my opinion, this joins the forces with "corner cutting" and you have holes that are significantly smaller then designed.dkightley wrote: But notice how the extrusion forming the sides "fit" against each other. There's a gap on the outside and an overlap on the inside. Its anybody's guess how the plastic will extrude at this interface...but I think the hole would be made smaller at these intersections...not enough in this example to reduce the overall size sufficiently to cause interference....but possibly so where there are more sides to the hole. And then there's the effect of slight over-extrusion...
cnc machining is affected by many things 3d printing is not, and many of them are way more complicated then stuff we deal with. "small" cnc machine deals with tens or hundreds of kilograms of mass being moved at high speeds, and they solved their problems without deciding "it's impossible, design your part around the problem". I don't think "smaller holes" are in any way a priority for Simplify3D, there's ton of things that are way more important, and easier, and faster, to solve. I just have a serious problem when ppl say "it can't be done".dkightley wrote:And for those thinking "Why doesn't this affect cnc machining?".....a 4mm hole would be drilled and not machined out by small cutter following a polygonal path.