1
0
Fork
You've already forked makerbot-gen5-api
0
python API for the makerbot 5th generation 3D printers
  • Python 98.2%
  • Shell 1.8%
Find a file
2015年11月27日 17:28:19 +01:00
python rpc_next_message off-by-one, fixes #9 2015年11月27日 17:28:19 +01:00
repo-setup Only run tests if there are commits to push 2014年08月01日 23:00:37 -07:00
.gitignore Add support for taking multiple photos 2015年08月04日 14:00:36 -07:00
.travis.yml initial travis config 2014年09月12日 05:34:38 +02:00
COPYING add LGPL licensing info, fixes #6 2015年11月20日 09:08:52 +01:00
COPYING.LESSER add LGPL licensing info, fixes #6 2015年11月20日 09:08:52 +01:00
README.md Update readme to include common problems. 2015年08月07日 16:46:43 -07:00

MakerBot Gen 5 API

The goal of this project is to provide a Python API for controlling the MakerBot 5th Generation 3D printers

Current Features:

  • Oauth authentication (fcgi / jsonrpc)
  • Get printer status (nozzle temp, print progress, ...)
  • Access the camera

Installing:

  • Clone/download the API
  • Run "python/setup.py" (Tested with Python 2.7)

Common Issues:

  • If you have MakerBot Desktop / MakerWare installed, chances are the conveyor service is running in the background. This service takes hold of the ports used for running discover.py. In MakerBot Desktop, go to Services -> Stop Background Service to be able to discover bots on your network.

Build Status