Difference between revisions of "PrintrBot Simple"

From Bloominglabs
Jump to: navigation, search
(Adding details about PrintrBot)
m
Line 9: Line 9:
  
 
Useful things to know:
 
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.
+
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.
  
Serial is set up be 115200 baud.
+
Serial is set up to be 115200 baud.
  
 
Arduino terminal can be used to directly talk to the PrintrBot.
 
Arduino terminal can be used to directly talk to the PrintrBot.

Revision as of 21:02, 24 January 2016

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. A green light on the printer's control board indicates power.

Serial is set up to 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