Skip to content

A program for converting (3D printing) STL files to (LDraw) DAT files.

License

Notifications You must be signed in to change notification settings

HazenBabcock/stl-to-dat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image of Custom Part

This is a simple Python script for converting a 3D printing .stl file to a LDraw format .dat file. Then you can use the part just like any other part in your favorite LDraw viewer or CAD program.

Usage:

> python stlToDat.py input_file.stl output_file.dat

If the output file is not specified the input file name will be used with a .dat extension.

The STL file needs to be in millimeters.

About

A program for converting (3D printing) STL files to (LDraw) DAT files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages