Difference between revisions of "PrintrBot Simple"

From Bloominglabs
Jump to: navigation, search
m (Apple moved page PrinterBot to PrintrBot: Damn autocorrelation misspelled it)
(Adding details about PrintrBot)
Line 1: Line 1:
 
[http://help.printrbot.com/c/Old_Simple PrintrBot Simple v1 (1310)]
 
[http://help.printrbot.com/c/Old_Simple PrintrBot Simple v1 (1310)]
 +
[[File:PrintrBot.jpg|200px|thumb|left|PrintrBot in box]]
 +
 +
Set up to be controlled with a [[Sunverge|Sunverge donated ag150 box]] in isolation box.
 +
----
 +
Login directly with username "blabs" or remotely with secure shell: "ssh -XC blabs@192.168.1.137"
 +
 +
  
 
Useful things to know:
 
Useful things to know:
Line 8: Line 15:
 
Arduino terminal can be used to directly talk to the PrintrBot.
 
Arduino terminal can be used to directly talk to the PrintrBot.
 
Useful [http://reprap.org/wiki/G-code g-codes] to use:
 
Useful [http://reprap.org/wiki/G-code g-codes] to use:
 +
----
  
 
M115
 
M115
  
 
Reports Firmware installed.
 
Reports Firmware installed.
 +
 +
FIRMWARE_NAME: Marlin v1; Sprinter/grbl mashup for gen6
 +
 +
FIRMWARE_URL:http://www.mendel-parts.com
 +
 +
PROTOCOL_VERSION:1.0
 +
 +
MACHINE_TYPE Mendel
 +
 +
EXTRUDER_COUNT:3
 +
----
  
 
M114
 
M114

Revision as of 13:33, 29 October 2015

PrintrBot Simple v1 (1310)

PrintrBot in box

Set up to be controlled with a Sunverge donated ag150 box in isolation box.


Login directly with username "blabs" or remotely with secure shell: "ssh -XC blabs@192.168.1.137"


Useful things to know: USB needs to have 12volt power supplied to other power connector. I will try to find out what amperage is needed.

Serial is set up be 115200 baud.

Arduino terminal can be used to directly talk to the PrintrBot. Useful g-codes to use:


M115

Reports Firmware installed.

FIRMWARE_NAME: Marlin v1; Sprinter/grbl mashup for gen6

FIRMWARE_URL:http://www.mendel-parts.com

PROTOCOL_VERSION:1.0

MACHINE_TYPE Mendel

EXTRUDER_COUNT:3


M114

Reports position.

M119

Reports endpoint status.


cura software GPL AFFERO V1

Personal tools