Skip to content

tbuser/RublicatorG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides a programming interface to commnicate with a MakerBot 3D Printer.

Should eventually be able to do everything that ReplicatorG can do… but for now it is very incomplete.

Ruby gem usage

require "rublicatorg"

makerbot = RublicatorG.new("/dev/tty.usbserial-FTE3Q0I3")

puts "Motherboard Firmware Version: #{makerbot.motherboard_version}"

Command line

Also installs a rublicatorg binary that can be called on the command line.

Usage: rublicatorg [options] [file]
    -p, --port PORT                  Serial port (can also be specified in ~/.rublicatorgrc)
    -l, --list                       List the files stored on the SD card
    -r, --run FILE                   Run the FILE from the SD card
    -h, --help                       Display this screen

To avoid having to specify the serial port, you can create a ~/.rublicatorgrc file like so:

port = /dev/tty.usbserial-A600emXZ

About

Ruby MakerBot Control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages