Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 562 Bytes

Mittsu: 3MF

3MF support for Mittsu.

Installation

Just install:

bundle add mittsu-3mf

Then require in your code:

require 'mittsu/3mf'

Usage

Currently this gem just includes an exporter. Loading 3MF files is "coming soon".

exporter = Mittsu::ThreeMFExporter.new
exporter.export(object, "output.3mf")

About

This code was originally written for Manyfold, supported by funding from NLNet and NGI Zero.