Closed xmacex closed 6 years ago
What OpenSCAD needs to be scaled by factor of 0.1, because 450 units outputted by Python is obviously larger than we want to print, if one unit in the model maps to one 1mm. So wrap everything in scale(0.1).
scale(0.1)
What OpenSCAD needs to be scaled by factor of 0.1, because 450 units outputted by Python is obviously larger than we want to print, if one unit in the model maps to one 1mm. So wrap everything in
scale(0.1)
.