maduce / fosscad-repo

Official FOSSCAD Library Repository
http://fosscad.org
GNU General Public License v3.0
1.58k stars 1.05k forks source link

Scaling #4

Closed hyudryu closed 6 years ago

hyudryu commented 6 years ago

The scale is wrong on these stl files, when I try to slice them it seems like they are like 4mm big lol

mx201er commented 6 years ago

It was probably exported in mm and you're importing it in inches. Just scale it by 25.4x

On Feb 19, 2018 11:51 PM, "Mark" notifications@github.com wrote:

The scale is wrong on these stl files, when I try to slice them it seems like they are like 4mm big lol

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/maduce/fosscad-repo/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKHuXcqTXTjnhi21rziORLYKof0ptOsks5tWmtVgaJpZM4SLfde .

maduce commented 6 years ago

Agreed, change the scale from mm to inches and it should scale to the correct size. You can also multiple the scale by 25.4 (1 in. = 25.4mm).