Difference between revisions of "Cerealbot"

From Makers Local 256
Jump to: navigation, search
m (images not displaying)
m (Overview: Removed contact information)
 
(98 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[File:slodac_logo_1.png|borderless|right|200px|Open Design Project]]
 +
 
{{Project|Creator=ctag
 
{{Project|Creator=ctag
|Status=<onlyinclude> Testing a hacked together Cereally 3D system </onlyinclude>                                <!--LEAVE ONLYINCLUDES FOR STATUS HACK-->  
+
|Status=<onlyinclude> Not serial </onlyinclude>                                <!--LEAVE ONLYINCLUDES FOR STATUS HACK-->  
 
|Born On=23:32, 13 December 2014 (CST)                                                                  <!--DO NOT EDIT -->
 
|Born On=23:32, 13 December 2014 (CST)                                                                  <!--DO NOT EDIT -->
 
|Last Updated={{#time: H:i, d F Y| {{REVISIONTIMESTAMP}} }} (CDT)              <!--DO NOT EDIT -->
 
|Last Updated={{#time: H:i, d F Y| {{REVISIONTIMESTAMP}} }} (CDT)              <!--DO NOT EDIT -->
 
}}
 
}}
  
== Overview ==
+
== Map ==
  
<gallery>
+
[[Cerealbot/Hardware]] - General tomfoolery and notes on random hardware design
File:ctag_printrbot_01.JPG|Caption1
+
File:ctag_printrbot_02.JPG|Caption1
+
File:ctag_printrbot_03.JPG|Caption1
+
File:ctag_printrbot_04.JPG|Caption1
+
File:ctag_printrbot_05.JPG|Caption1
+
File:ctag_printrbot_06.JPG|Caption1
+
</gallery>
+
  
I am retrofitting a Printrbot Simple Metal 3D printer with tools to allow for serialized printing. Then I hope to release the use of it to schools. For Free.
+
[[Cerealbot/Plastics]] - Log of what plastic filaments work
  
== Contributors ==
+
[[Cerealbot/rpi]] - Setting up the Raspberry Pi server
  
People who have helped make this happen:
+
[[Cerealbot/avr]] - Setting up the ATmega328 which middleman's between the RPi and sensors
  
<pre>
+
[[Cerealbot/Financial]] - A list of links to every item I've purchased
Phillip Showers
+
Tyler Crumpton
+
Hunter Fuller
+
</pre>
+
  
Thanks!
+
[[Cerealbot/printrbot]] - Doesn't exist yet?
  
== Software ==
+
[[Cerealbot/Queue]] - To be deleted
  
=== Network ===
+
[[Cerealbot/Archive]] - Cruft that still may be helpful
  
IP address: 10.56.1.34
 
  
Hostname: bns-daedalus.256.makerslocal.org
+
[https://github.com/ctag/cerealbox Project code on github]
  
Public URL: cerealbox.256.makerslocal.org
+
[http://bns-daedalus.berocs.com:8080/?action=stream Livestream of the prototype] - If this link doesn't open, copy the URL it into the network stream address in VLC.
  
Services: HTTP-80, WEBCAM-8080
+
[https://www.youtube.com/watch?v=NNv5ZWVwTSQ Video of part ejection]
  
=== Slic3r Config ===
+
== Overview ==
  
=== Cereally Automated Build System ===
+
<gallery mode="packed" caption="Cerealbot Development">
 +
File:ctag_printrbot_01.JPG|Unmodified Printer
 +
File:ctag_printrbot_02.JPG|Unmodified Printer
 +
File:ctag_printrbot_03.JPG|Concept Design
 +
File:ctag_printrbot_04.JPG|Prototype Frame
 +
File:ctag_printrbot_05.JPG|Workspace
 +
File:ctag_printrbot_06.JPG|Climate Container
 +
File:ctag_printrbot_07.JPG|Glass Build Plate
 +
</gallery>
  
The testbed for train_rec was a success. Rather than use the length of the pop-bar as a lever to pry the piece off of the bed, I think its better to twist the bar along the length to push the 3d printed part up.
+
Regardless of an assortment of companies or model types, low cost FDM 3D printers operate on roughly the same level. Whereas I can incrementally fire off several dozen pages across multiple document types to our shop's laser printer from the comfort of my own home half an hour away, I can pretty much only 3D print while I'm present in the room to scrape each part off the build plate. This project, CerealBot, is my attempt at fixing a few of the issues that keep FDM printers out of practicality for a range of use-cases by making a low cost 3D printer ''serialized''.
  
Milling the "production/testing" bed is next on the list.
+
It is my hope that this project will bring about an affordable printer that can be placed in a school and maintained in a low-overhead, ad-hoc manner. The serialization will also allow for maximal student use from each printer, meaning that more investigative minds have access to this technology.
  
== Hardware Configuration ==
+
== Method ==
  
=== Current ===
+
The current Cerealbot will cycle its hotbed up to ~60C a few times, and the process of heating up and cooling down the part tends to remove its grasp on the build plate. Then the print head can push the part out of the way. BUT: if the part is printed underneath the print head's home location, then the print head will wind up drilling down into the part before trying to sweep it off the plate! To allow for use of the entire print surface, I've added a servo to the hot end which will swing down an arm to push parts off, this alleviates the issue of needing to lower the entire print head and risk crunching the printed part.
  
* Killswitch, both remote and local
+
# Cron script checks Octoprint for files that have not yet been attempted
 +
## Script automatically starts the first new file it sees
 +
# Printer prints part normally
 +
## On completion, a script is called by octoprint
 +
# The hotbed is "cycled" a few times
 +
## Each cycle entails heating the glass plate and then cooling with the fan on
 +
## This process shocks the printed object free of the glass
 +
# The servo and print head scan the build plate and push the part away
  
=== Planned ===
+
== Build a Cerealbot ==
  
Immediate:
+
If you want to make your own serialized printer, start here.
* Detect use of emg stop button in arduino
+
* Pop-bar and channel
+
** servo structure
+
** Removal arm. Can also double as print surface cleaner?
+
* New GT2 belt mount for print bed
+
  
Later:
+
=== Prerequisites ===
* Use accelerometer to detect grinding gears/belts?
+
* larger print surface to maximize hotplate use
+
** Longer steel rods
+
** more GT2 belt
+
* Print a GT2 belt clip? Zipties suck
+
* Better webcamera setup
+
** different embedded computer?
+
* Filament absence sensor
+
** Just look for the circuit completion when the extruder rollers connect?
+
* Birdsnest detection
+
* Print adhesion detection
+
* General failure detection
+
* Detect belt slipping?
+
** Use linear encoders? I mean, they really ought to be standard on a 3d printer.
+
* Heater dead-mans switch
+
** Ping the webpage?
+
** snoop on gcode over serial?
+
  
== Printed Upgrades ==
+
# Borosilicate glass hotbed
 +
## I really recommend getting an inductive Z sensor (8mm) as well, they're cheap and somewhat automate the task of bedleveling!
 +
# Servo mounted on the extruder carriage
 +
## Mount an arm to the servo that can swing under the hotend
 +
# 12/24V fan aimed at hotbed
 +
## Fan is wired to a 5V relay which is controlled by the arduino
 +
# Arduino to control fan and servo
 +
# Octoprint server (w/ arduino attached)
 +
## Optional webcam
 +
## Cerealbot program/scripts run from this computer
  
Images incoming.
+
=== ATmega Firmware ===
  
* Extruder Fan Duct
+
If you haven't yet, [https://github.com/ctag/cerealbox clone the git project]. In the project, go to cerealbox/avr/src. Build the .ino source and flash it to the board.
* Filament Guard
+
* Filament Clips
+
* Spool Stand
+
* Filament Cleaner
+
  
Upgrades to be printed:
+
Super simple, right?
  
* Fan mounts for motors
+
=== Set up scripts ===
* GT2 belt mounts for print bed?
+
  
== Printed Parts ==
+
The the root of the project are a ton of scripts, they must be tweaked before use. I'll be making them more flexible to a variety of printers soon, hang tight.
  
== Project Cost Breakdown ==
+
From the git project, make the file ''../.cerealbox/apis.sh''
 +
<pre>
 +
# To be sourced into config
 +
# Export Octoprint api key
 +
OCTO_API_KEY="abcde"
 +
# Placeholder RedQueen api key
 +
RQ_API_KEY="12345"
 +
</pre>
 +
These api keys are private, and not stored on github. [[RQ]] is our hackerspace hivemind, you can leave the api key blank and disable it in the config file.
  
Does not include existing things that I own which have been purposed for this project.
+
Edit the config file to work with your printer:
 +
# pop_part: Script that cycles the hotbed to dislodge the part.
 +
# push_part: Script that uses the servo and print head to sweep the part off the bed.
  
dd-mm-yyyy
+
I strongly recommend disabling push_part and tuning the pop_part cycles and temp for a few prints first.
  
* 28-11-2014
+
=== Set Octoprint Hooks ===
** [http://smile.amazon.com/gp/product/B00IZYL7IW/ref=oh_aui_search_detailpage?ie=UTF8&psc=1 Printrbot Simple Metal Unassembled] - $539.00
+
** [http://smile.amazon.com/gp/product/B00JQK4UD8/ref=oh_aui_search_detailpage?ie=UTF8&psc=1 Filament] - $22.50
+
  
* 11-12-2014
+
This is the dangerous part. I '''HAVE NOT COMPLETED''' this guide, and you have to check that you're ready for these scripts to run rampant whenever a print starts and finishes.
** [https://smile.amazon.com/gp/product/B00MEZDPS8/ref=od_aui_detailpages00?ie=UTF8&psc=1 Filament] - $19.96
+
** [http://smile.amazon.com/gp/product/B00LKL2Y5W/ref=oh_aui_search_detailpage?ie=UTF8&psc=1 Filament] - $19.89
+
  
* 14-12-2014
+
Edit ~/.octoprint/config.yaml to have:
** [http://smile.amazon.com/gp/product/B00DVOVJNE/ref=oh_aui_search_detailpage?ie=UTF8&psc=1 Kapton Tape] - $17.99
+
<pre>
** [https://smile.amazon.com/gp/product/B000LB0M8S/ref=od_aui_detailpages01?ie=UTF8&psc=1 Extruder Fan] - $6.13
+
events:
** [https://smile.amazon.com/gp/product/B0016CMCBG/ref=od_aui_detailpages02?ie=UTF8&psc=1 Extruder Fan 2] - $5.95
+
  enabled: true
** [https://smile.amazon.com/gp/product/B00KTELP3I/ref=od_aui_detailpages02?ie=UTF8&psc=1 8 Channel Relay] - $9.99
+
  subscriptions:
*** Went missing x(
+
  - command: /home/pi/cerealbox/print_start.sh "{__filename}"
** [https://smile.amazon.com/gp/product/B00D7CWSCG/ref=od_aui_detailpages02?ie=UTF8&psc=1 12V Power Supply] - $22.14
+
    event: PrintStarted
** [https://smile.amazon.com/gp/product/B00M9TQ18A/ref=od_aui_detailpages02?ie=UTF8&psc=1 Hot Bed] - $19.99
+
    type: system
 +
  - command: /home/pi/cerealbox/print_done.sh "{__filename}" "{__currentZ}" > /tmp/lastprint.log
 +
    event: PrintDone
 +
    type: system
 +
</pre>
  
Project Cost: $683.54
+
That's it, the scripts should run upon next print.
 +
 
 +
== Tasklist ==
 +
 
 +
 
 +
* Measure resty vs curl
 +
** Change all api calls to one or the other
 +
* [done] Migrate scripts into folders
 +
* Validate shell scripts
 +
** Right now I'm scaffolding with .sh files to test the algorithm which clears the print bed, I want a few continuous days of test prints.
 +
* Fix this wiki
 +
** Clear instructions, separate random notes from instructions.
 +
* Migrate shell scripts to python
 +
* Make project compatible with variety of printers
 +
 
 +
 
 +
=== Script Architecture ===
 +
 
 +
# Hook Scripts
 +
## on_print_begin.sh "name"
 +
## on_print_done.sh "name" "z"
 +
## on_print_fail.sh "name"
 +
 
 +
# Util Scripts
 +
## do_write_msg.sh "type" "msg"
 +
## get_printer_status.sh
 +
## send_cmd.sh
 +
## get_file_status.sh
 +
## print_file.sh
 +
## util.sh
 +
## config
 +
 
 +
# Processes Scripts
 +
## do_pop_part.sh
 +
## do_push_part.sh
 +
## do_proc_q.sh
  
 
== External Resources ==
 
== External Resources ==
Line 133: Line 165:
  
 
[https://www.boltdepot.com/ Source for 2-3mm Hex Bolts like those used in the simple metal]
 
[https://www.boltdepot.com/ Source for 2-3mm Hex Bolts like those used in the simple metal]
 +
 +
[https://www.pololu.com/product/1057 Pololu for servos]
  
 
=== MISC ===
 
=== MISC ===
Line 141: Line 175:
  
 
[http://www.protoparadigm.com/3d-printer-filament/natural-abs-pla-hips/ Protoparadigm plastic I'm interested in]
 
[http://www.protoparadigm.com/3d-printer-filament/natural-abs-pla-hips/ Protoparadigm plastic I'm interested in]
 +
 +
[https://mutelight.org/authbind Quick guide on authbind, which allows octoprint to bind port 80]
 +
 +
[http://hackaday.com/2013/10/23/3d-printering-a-call-for-an-open-source-automated-build-platform/ http://hackaday.com/2013/10/23/3d-printering-a-call-for-an-open-source-automated-build-platform/]
 +
 +
[http://www.soliforum.com/topic/608/automatic-removal-from-build-platform/ Glass is good for easy part removal]
 +
 +
=== Other serial printers ===
 +
 +
Someone's building a Cerealbot! [https://wiki.melbournemakerspace.org/projects/CerealBot https://wiki.melbournemakerspace.org/projects/CerealBot]
 +
 +
[http://nvbots.com/about/ http://nvbots.com/about/]
 +
 +
[http://forums.trossenrobotics.com/showthread.php?6311-One-more-robotic-3D-printer-assembler http://forums.trossenrobotics.com/showthread.php?6311-One-more-robotic-3D-printer-assembler]
 +
  
  
[[Category:3D Printing]]    <!--MAKE AS MANY CATEGORIES AS YOU NEED-->
+
[[Category:3D printer]]    <!--MAKE AS MANY CATEGORIES AS YOU NEED-->

Latest revision as of 12:32, 3 May 2017

Open Design Project

Creator:
ctag
Status:
Not serial
Born On:
23:32, 13 December 2014 (CST)
Last Updated:
12:32, 03 May 2017 (CDT)

Map

Cerealbot/Hardware - General tomfoolery and notes on random hardware design

Cerealbot/Plastics - Log of what plastic filaments work

Cerealbot/rpi - Setting up the Raspberry Pi server

Cerealbot/avr - Setting up the ATmega328 which middleman's between the RPi and sensors

Cerealbot/Financial - A list of links to every item I've purchased

Cerealbot/printrbot - Doesn't exist yet?

Cerealbot/Queue - To be deleted

Cerealbot/Archive - Cruft that still may be helpful


Project code on github

Livestream of the prototype - If this link doesn't open, copy the URL it into the network stream address in VLC.

Video of part ejection

Overview

Regardless of an assortment of companies or model types, low cost FDM 3D printers operate on roughly the same level. Whereas I can incrementally fire off several dozen pages across multiple document types to our shop's laser printer from the comfort of my own home half an hour away, I can pretty much only 3D print while I'm present in the room to scrape each part off the build plate. This project, CerealBot, is my attempt at fixing a few of the issues that keep FDM printers out of practicality for a range of use-cases by making a low cost 3D printer serialized.

It is my hope that this project will bring about an affordable printer that can be placed in a school and maintained in a low-overhead, ad-hoc manner. The serialization will also allow for maximal student use from each printer, meaning that more investigative minds have access to this technology.

Method

The current Cerealbot will cycle its hotbed up to ~60C a few times, and the process of heating up and cooling down the part tends to remove its grasp on the build plate. Then the print head can push the part out of the way. BUT: if the part is printed underneath the print head's home location, then the print head will wind up drilling down into the part before trying to sweep it off the plate! To allow for use of the entire print surface, I've added a servo to the hot end which will swing down an arm to push parts off, this alleviates the issue of needing to lower the entire print head and risk crunching the printed part.

  1. Cron script checks Octoprint for files that have not yet been attempted
    1. Script automatically starts the first new file it sees
  2. Printer prints part normally
    1. On completion, a script is called by octoprint
  3. The hotbed is "cycled" a few times
    1. Each cycle entails heating the glass plate and then cooling with the fan on
    2. This process shocks the printed object free of the glass
  4. The servo and print head scan the build plate and push the part away

Build a Cerealbot

If you want to make your own serialized printer, start here.

Prerequisites

  1. Borosilicate glass hotbed
    1. I really recommend getting an inductive Z sensor (8mm) as well, they're cheap and somewhat automate the task of bedleveling!
  2. Servo mounted on the extruder carriage
    1. Mount an arm to the servo that can swing under the hotend
  3. 12/24V fan aimed at hotbed
    1. Fan is wired to a 5V relay which is controlled by the arduino
  4. Arduino to control fan and servo
  5. Octoprint server (w/ arduino attached)
    1. Optional webcam
    2. Cerealbot program/scripts run from this computer

ATmega Firmware

If you haven't yet, clone the git project. In the project, go to cerealbox/avr/src. Build the .ino source and flash it to the board.

Super simple, right?

Set up scripts

The the root of the project are a ton of scripts, they must be tweaked before use. I'll be making them more flexible to a variety of printers soon, hang tight.

From the git project, make the file ../.cerealbox/apis.sh

# To be sourced into config
# Export Octoprint api key
OCTO_API_KEY="abcde"
# Placeholder RedQueen api key
RQ_API_KEY="12345"

These api keys are private, and not stored on github. RQ is our hackerspace hivemind, you can leave the api key blank and disable it in the config file.

Edit the config file to work with your printer:

  1. pop_part: Script that cycles the hotbed to dislodge the part.
  2. push_part: Script that uses the servo and print head to sweep the part off the bed.

I strongly recommend disabling push_part and tuning the pop_part cycles and temp for a few prints first.

Set Octoprint Hooks

This is the dangerous part. I HAVE NOT COMPLETED this guide, and you have to check that you're ready for these scripts to run rampant whenever a print starts and finishes.

Edit ~/.octoprint/config.yaml to have:

events:
  enabled: true
  subscriptions:
  - command: /home/pi/cerealbox/print_start.sh "{__filename}"
    event: PrintStarted
    type: system
  - command: /home/pi/cerealbox/print_done.sh "{__filename}" "{__currentZ}" > /tmp/lastprint.log
    event: PrintDone
    type: system

That's it, the scripts should run upon next print.

Tasklist

  • Measure resty vs curl
    • Change all api calls to one or the other
  • [done] Migrate scripts into folders
  • Validate shell scripts
    • Right now I'm scaffolding with .sh files to test the algorithm which clears the print bed, I want a few continuous days of test prints.
  • Fix this wiki
    • Clear instructions, separate random notes from instructions.
  • Migrate shell scripts to python
  • Make project compatible with variety of printers


Script Architecture

  1. Hook Scripts
    1. on_print_begin.sh "name"
    2. on_print_done.sh "name" "z"
    3. on_print_fail.sh "name"
  1. Util Scripts
    1. do_write_msg.sh "type" "msg"
    2. get_printer_status.sh
    3. send_cmd.sh
    4. get_file_status.sh
    5. print_file.sh
    6. util.sh
    7. config
  1. Processes Scripts
    1. do_pop_part.sh
    2. do_push_part.sh
    3. do_proc_q.sh

External Resources

Parts

Amazon is an OK outlet for GT2 gear/belt parts for the X-Y motion

Source for 2-3mm Hex Bolts like those used in the simple metal

Pololu for servos

MISC

ctag's G+ Image Album

Printrbot initial config guide

Protoparadigm plastic I'm interested in

Quick guide on authbind, which allows octoprint to bind port 80

http://hackaday.com/2013/10/23/3d-printering-a-call-for-an-open-source-automated-build-platform/

Glass is good for easy part removal

Other serial printers

Someone's building a Cerealbot! https://wiki.melbournemakerspace.org/projects/CerealBot

http://nvbots.com/about/

http://forums.trossenrobotics.com/showthread.php?6311-One-more-robotic-3D-printer-assembler