-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,25 @@ | ||
# Mittsu: 3MF | ||
3MF support for Mittsu | ||
3MF support for [Mittsu](https://github.com/danini-the-panini/mittsu). | ||
|
||
## Installation | ||
|
||
# About | ||
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](https://manyfold.app), supported by funding from [NLNet](https://nlnet.nl) and [NGI Zero](https://ngi.eu/ngi-projects/ngi-zero/). |