0.0
No commit activity in last 3 years
No release in over 3 years
Upload 3D Models on imaterialise's service
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0
 Project Readme

Ruby gem to access i.materialise's API

Configuration

Imaterialise.configure do |c|
  c.tool_id = "YOUR-TOOL-ID-HERE"

  # Use the sandbox environment during development
  c.sandbox = true
end

Usage

3D Print Lab Connection

connection = Imaterialise::Connection.new(file_url: "/path/to/example.stl",
                                          currency: "eur")
connection.upload
connection.url # => "http://i.materialise.com/UploadRouter?modelID=1234-5678-1…"

You can redirect your users to the given URL.

Install

Add the following lines to your Gemfile if you are using bundler:

# Send 3D files to i.materialise's API
gem "imaterialise"

Development

To launch specs:

$ rake

License

Created by Sunny Ripert for Cults., licensed under the MIT License.

See also