I've had this happen too. Usually, I get two messages: first a mention that the model has been automatically scaled by 100000% and second the "model was too small" message.
To be honest, I wasn't sure if these models worked in 3.1 anyway, so what I did as a workaround is to create a small OpenSCAD file to import the model, scale it up and export it again.
The OpenSCAD code for this is really simple:
Quotescale([1000,1000,1000]) import("model.stl");
Recommended Posts
nallath 1,124
Could you share log files?
Link to post
Share on other sites