1
0
mirror of https://github.com/kristov/ldraw2stl.git synced 2025-05-27 20:10:10 -07:00

3 Commits

Author SHA1 Message Date
ceade
9a0073a0c5 Hopefully better support for Windows users
I was concatenating paths together using the unix slash `/`. This change used
`File::Spec::catpath` instead, however I haven't been able to test it on Windows, and
there may be other path issues. Also note: without debugging on the user doesn't see when
files are not found (eg: due to path issues), so it silently creates an empty STL file.
2025-03-19 23:41:12 +01:00
Chris Eade
e3f34ac87b Add --debug flag for adding debug messages
Trying to track down a normals problem with studs on 3020.dat model.
2020-04-30 14:22:59 +02:00
ceade
b76f67e092 Initial commit 2017-08-19 18:30:12 +02:00