TranceGeniK / makerbot_tools

Forked for french traduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Forked for french traduction


Languages

Language:JavaScript 53.3%Language:C++ 20.1%Language:Python 11.8%Language:PHP 9.4%Language:C 3.0%Language:Go 1.9%Language:CSS 0.6%