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

hackable-devices/makerbot_tools

Folders and files

NameName
Last commit message
Last commit date
Jul 4, 2013
Jan 24, 2014
May 20, 2013
Jan 24, 2014
May 23, 2013
May 3, 2013
Jul 4, 2013
Nov 18, 2013
May 23, 2013
May 3, 2013
Oct 30, 2013
May 23, 2013

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 [email protected]: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published