Lowest possible layer height?

Hi guys,

I am just trying to figure out, what the lowest possible layer height might be. I did some googling and found, that usually it is between about 0.05 and 0.1. However, I just printed a camera mount cover with 0.01mm and it came out really smooth around the sides. So smooth in fact, that I could’t feel the layers. Orca Slicer did not complain about the low layer height as well (it does, if I go over 0.28 with a 0.4 nozzle) and calculated all the layers correctly. So what is in fact the lowest possible layer height?

Cheers,
AnotherGuyver

It could be limited by:

  1. The math used by the slicer or the printer’s FW may not have enough resolution to go lower than some lower limit (though probably not a likely cause if everything is using floating point math)
  2. The size of the model, combined with very high layer counts, may exceed some limit in the software causing it to crash during slicing
  3. The positioning accuracy of the mechanics which is probably the limit you’ll run in to first

I wouldn’t expect the slicer to complain about any layer height. It’s not checking for “absurdity”, it just does the math with the parameters you define, and it generates the tool path with the expectation that you, the user, know you gave it valid parameters to work with.

1 Like

So the Slicer does in fact check the math:

image

It just doesn’t complain when I go lower. From a logical point of view:

  • I assigned a really low layer height
  • The app calculated the number of layers and assigned a print time
  • Since the print time was exactly as calculated, I assume the printer did print all the layers

I couldn’t find anything in the official docs, so I thought maybe someone found out the hard way, what the lowest possible height was…

That limit may be a function of the nozzle diameter. Go to 0.6mm and I bet that number gets bigger. In which case it’s not a “math” limitation, but a limit of the physics of the nozzle that the slicer adheres to.

Going to a higher layer height is a different “problem” with different constraints compared to going to a lower layer height.

1 Like

Layer hight limits are defined in the slicer:


If you change MAX, you should be able to go higher.

1 Like