Skip to content

XAMPPRocky/OpenPrintTag

 
 

Repository files navigation

OpenPrintTag

This repository contains specification, documentation and utility scripts for the OpenPrintTag format.

This is a "raw" repository, you can access the compiled documentation on specs.openprinttag.org

(or use generate_docs.sh to generate a website into the docs folder)

Directory structure

  • data: Machine-readable specification data (field & enum definitions, ...)
  • docs_src: Source code for the specs.openprinttag.org website
  • tests: Tests
  • utils: Reference implementation for the format in Python

Generating documentation

To generate documentation (to the docs directory), run:

pip3 install -r requirements.txt
sh generate_docs.sh

Then, to view it, you can:

cd docs
python3 -m http.server

and open your browser on 127.0.0.1:8000

About

Open standard for 3D printing material data format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.5%
  • HTML 1.7%
  • Mermaid 1.4%
  • Shell 0.4%