All Projects → kristov → ldraw2stl

kristov / ldraw2stl

Licence: other
Convert LEGO LDraw files into STL

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to ldraw2stl

LegoBrickClassification
Repository to identify Lego bricks automatically only using images
Stars: ✭ 57 (-25%)
Mutual labels:  lego
boats-animator
Stop motion animation program created using Electron
Stars: ✭ 61 (-19.74%)
Mutual labels:  lego
BricklinkSharp
Easy-to-use C# client for the bricklink (LEGO) marketplace API.
Stars: ✭ 18 (-76.32%)
Mutual labels:  lego
epaper-clock-and-more
e-paper clock + weather + AQI + traffic delays - using Waveshare 2.7inch & 4.2inch eink displays running on Raspberry Pi
Stars: ✭ 34 (-55.26%)
Mutual labels:  lego
Lego-Mindstorms
Hints, tips, and tricks for the LEGO Mindstorms products (RCX, NXT, EV3, Robot Inventor).
Stars: ✭ 49 (-35.53%)
Mutual labels:  lego
pybricksdev
pybricksdev: Python Package with Pybricks developer tools
Stars: ✭ 24 (-68.42%)
Mutual labels:  lego
ldview
Real-time 3D viewer for displaying LDraw models
Stars: ✭ 65 (-14.47%)
Mutual labels:  lego
OctoPrint-Smuff
OctoPrint Plugin for SMuFF
Stars: ✭ 17 (-77.63%)
Mutual labels:  3d-printing
ev3dev-lang-cpp
C++ language bindings for http://ev3dev.org
Stars: ✭ 58 (-23.68%)
Mutual labels:  lego
partdesigner
Create custom LEGO® Technic compatible construction parts for 3D printing
Stars: ✭ 104 (+36.84%)
Mutual labels:  lego
ocaml-mindstorm
Library to drive Lego mindstorm NXT bricks from OCaml. Communication with the NXT brick is done through bluetooth.
Stars: ✭ 15 (-80.26%)
Mutual labels:  lego
l2cu
L²CU: LDraw Linux Command line Utility
Stars: ✭ 14 (-81.58%)
Mutual labels:  lego
Tiler
Tiler is a tool to create an image using all kinds of other smaller images (tiles). It is different from other mosaic tools since it can adapt to tiles with multiple shapes and sizes (i.e. not limited to squares).
Stars: ✭ 4,681 (+6059.21%)
Mutual labels:  lego
OpenLRR
An open source re-implementation of LEGO Rock Raiders 🪨⛏
Stars: ✭ 35 (-53.95%)
Mutual labels:  lego
keyboard-diy
DIY 60% split keyboard, 3D-printed and hand-wired
Stars: ✭ 55 (-27.63%)
Mutual labels:  3d-printing
node-movehub
Node.js interface for the Lego Boost Move Hub 🤖 🐱 🎸 🚚
Stars: ✭ 57 (-25%)
Mutual labels:  lego
NanoJ-Fluidics
Manual, source-code and binaries for the NanoJ-Fluidics project
Stars: ✭ 47 (-38.16%)
Mutual labels:  lego
adventures-in-motion-control
A realistic simulator for a 3D printer motion controller
Stars: ✭ 31 (-59.21%)
Mutual labels:  3d-printing
PrusaS3DProfiles
My Simplify 3D Profiles for Prusa MK2(s)/MK3
Stars: ✭ 63 (-17.11%)
Mutual labels:  3d-printing
Leocad
A CAD application for creating virtual LEGO models
Stars: ✭ 1,782 (+2244.74%)
Mutual labels:  lego

ldraw2stl

Convert LEGO LDraw files to STL, for super-sizing and 3d printing!!

  1. Get the ldraw parts archive at :

    wget http://www.ldraw.org/library/updates/complete.zip unzip complete.zip bin/dat2stl --file ldraw/parts/3894.dat --ldrawdir ./ldraw

  2. Install LeoCAD so you can find your parts (optional)

  3. Make a note of the .dat file name in LeoCAD, and then run:

bin/dat2stl --file /usr/share/ldraw/parts/3894.dat --ldrawdir ./ldraw --scale 4 > 3894.stl

For a 4X scale one of those!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].