marian42 / partdesigner

Create custom LEGO® Technic compatible construction parts for 3D printing

Home Page:https://marian42.de/partdesigner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Part Designer

This is a free online CAD tool to create custom LEGO® Technic compatible construction parts for 3D printing.

Features

  • Assemble a custom part from basic blocks: Pin Hole, Axle Hole, Pin, Axle, Solid
  • Save your model as an STL file
  • Catalog of existing LEGO® parts
  • Customize measurements to get a perfect fit
  • Create a sharable link of your part

Local setup and development

You need to have TypeScript installed. In the project root, run tsc. This should run without errors and create the file app.js.

You need a webserver that locally serves the files from the project directory. If you have python installed, you can call python3 -m http.server. It will tell you the port, for example 8000, and you can visit http://localhost:8000 in your browser. Alternatively, you can install http-server, which will also create a server in port 8000.

If you work on the code, run tsc --watch, which will recompile everytime you change a source file.

About

Create custom LEGO® Technic compatible construction parts for 3D printing

https://marian42.de/partdesigner

License:MIT License


Languages

Language:TypeScript 90.1%Language:HTML 6.6%Language:CSS 3.3%