Difference between revisions of "PrintrBot Simple"

From Bloominglabs
Jump to: navigation, search
m (Added Assembly Instruction link)
(Restructured, reformatted, and fixed documentation links)
Line 1: Line 1:
[http://help.printrbot.com/c/Old_Simple PrintrBot Simple v1 (1310)]
+
[[Image:PrintrBot.jpg|200px|thumb|PrintrBot its cabinet]]
[[File:PrintrBot.jpg|200px|thumb|left|PrintrBot in box]]
+
Bloominglabs has a [http://help.printrbot.com/c/Old_Simple PrintrBot Simple v1 (1310)] 3D printer, controlled with a [[Sunverge | donated ag150]].
  
Set up to be controlled with a [[Sunverge|Sunverge donated ag150 box]] in isolation box.
+
== Official Documentation ==
----
+
PrintrBot model 1310 is pretty old, and the information on it is not easily available on printrbot.com. All of the official documentation on the "legacy" printrbots can be found in [https://drive.google.com/open?id=0B9oj0J-4qhdjWThtZmY2YzJIRE0 this google drive folder]. The (copyrighted) assembly manual can be found [https://drive.google.com/open?id=0B9oj0J-4qhdjVXZhU3l6Um5LVTg here].
Login directly with username "blabs" or remotely with secure shell: "ssh -XC blabs@192.168.1.137"
+
  
+
== Using Locally ==
 
+
Login to the ag150 with username "blabs".
Useful things to know:
+
[https://ultimaker.com/en/products/cura-software Cura] software GPL AFFERO V1
USB needs to have 12volt power supplied to other power connector. I will try to find out what amperage is needed. A green light on the printer's control board indicates power.
+
  
 +
== Using via Command Line ==
 +
Login remotely with secure shell: "ssh -XC blabs@192.168.1.137".
 +
The Arduino terminal can be used to directly talk to the PrintrBot.
 
Serial is set up to be 115200 baud.
 
Serial is set up to be 115200 baud.
  
Arduino terminal can be used to directly talk to the PrintrBot.
+
=== Useful [http://reprap.org/wiki/G-code g-codes] ===
Useful [http://reprap.org/wiki/G-code g-codes] to use:
+
* <code>M115</code> reports Firmware installed.
----
+
 
+
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.
+
  
----
+
FIRMWARE_NAME: Marlin v1; Sprinter/grbl mashup for gen6
[https://ultimaker.com/en/products/cura-software cura] software GPL AFFERO V1  
+
FIRMWARE_URL:http://www.mendel-parts.com
 +
  PROTOCOL_VERSION:1.0
 +
MACHINE_TYPE Mendel
 +
EXTRUDER_COUNT:3
  
The Assembly instructions can be found here : https://printrbot.dozuki.com/Guide/Simple+1312+Assembly/59
+
* <code>M114</code> reports position.
  
[[Category:Projects]]
+
* <code>M119</code> reports endpoint status.

Revision as of 01:05, 26 October 2016

PrintrBot its cabinet

Bloominglabs has a PrintrBot Simple v1 (1310) 3D printer, controlled with a donated ag150.

Contents

Official Documentation

PrintrBot model 1310 is pretty old, and the information on it is not easily available on printrbot.com. All of the official documentation on the "legacy" printrbots can be found in this google drive folder. The (copyrighted) assembly manual can be found here.

Using Locally

Login to the ag150 with username "blabs". Cura software GPL AFFERO V1

Using via Command Line

Login remotely with secure shell: "ssh -XC blabs@192.168.1.137". The Arduino terminal can be used to directly talk to the PrintrBot. Serial is set up to be 115200 baud.

Useful g-codes

  • 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.
Personal tools