Thanks for your reply.
Thanks for the hint. As it turns out Cura sets the initial layer height to 0.3mm which produces the error.
Setting the value to 0.1mm solves the problem.
Is it correct that selecting the 0.1mm profile sets the initial layer height to 0.3mm?
To me this looks like a bug. Who would want that?
Recommended Posts
gr5 2,265
So Cura assumes that Z=0 has the head touching the glass and because your first layer is 0.3mm thick (that's the default bottom layer thickness even though the remaining layer heights are all 0.1mm).
So is there a way to level your head closer to your bed before starting the print? If not you might be able to do:
G0 Z0
G92 Z0.3 ;tell marlin that we are now at position z=0.3 even though we know we are at position z=0.
Link to post
Share on other sites