joliva / OpenSCADMachineDesignFramework

OpenSCAD Machine Design Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSCAD for Machine Design framework

Overview

Re-usable framework for complex machine design in OpenSCAD (e.g. CNC machines, robotics). In use, the framework is embedded within a specific project as a git submodule. The framework can/should be used to start new machine projects and will build the appropriate file structure along with correctly configuring the framework submodule.

Example of an animated assembly created using the framework:

GyroAnt Animated Assembly

Framework Principles

  • Supports efficient, robust collaborative design with clear naming conventions, coding styles and file structure
  • Encourages reusable parts that can be shared across projects (vitamins in particular)
  • Automates slow, repetitive and complex tasks such as:
    • STL generation
    • Generation of assembly guides, sourcing guides and printing guides
    • Pretty pictures for Assembly Guide, website, etc
    • Assembly animations
  • All documentation in markdown format and HTML, so...
    • it can be rendered automatically by github
    • it is very readable
    • is printable
  • Integrated with github, but easily extended to other SCMs

Vitamin Catalogue

This framework project includes a growing library of re-usable vitamins - please submit new vitamins to the project by pull request.

The latest Vitamin Catalogue is located under /docs/VitaminCatalogue.md.

Tutorials

See the Tutorials for a guided walk-through of the framework and basic design practises.

About

OpenSCAD Machine Design Framework

License:GNU General Public License v3.0


Languages

Language:OpenSCAD 70.1%Language:Python 29.1%Language:HTML 0.9%Language:Shell 0.0%