Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

hackable-devices/makerbot_tools

Repository files navigation

Installation

Debian packages:

# aptitude install git-core

If you do not already have python2.7 installed:

# aptitude install python2.7

With ssh git:

$ git clone git://github.com/hackable-devices/makerbot_tools.git
$ cd makerbot_tools

With git+ssh:

$ git clone git@github.com:hackable-devices/makerbot_tools.git
$ cd makerbot_tools

With wget:

$ url=https://github.com/hackable-devices/makerbot_tools/archive/master.tar.gz
$ wget --no-check-certificate -O- $url | tar xzvf -
$ cd makerbot_tools-master

Then bootsrap the project:

$ python bootstrap.py
$ bin/buildout

Usage

Launch the server:

$ sudo bin/conveyor-server [start|stop]

Launch the webserver:

$ sudo bin/conveyor-ui
hint:The server will be available at http://localhost:8080 by default

Validate and Print something:

$ bin/print file.gcode

Print something directly:

$ bin/s3b_print file.gcode

Print useful informations:

$ bin/conveyor-client printers
$ bin/conveyor-client jobs

Deployment

Copy rc.local file:

$ sudo cp etc/rc.local /etc/rc.local
$ sudo chmod 755 /etc/rc.local