Printer Disassembly 1

From FreekiWiki
Revision as of 13:31, 10 September 2008 by Koopa (talk | contribs)
Jump to navigation Jump to search

This triage sheet only applies to machines that are in the "Recyclables" gaylords in Printer Island.

<graphviz> digraph{

  node [fontname="Helvetica", fontsize="11"]
  edge [fontname="Helvetica"]

start [label="START HERE"] yes_x [label="Remove outer plastic.\nDisassemble paper tray.\nPut plastic in bin."] ink [label="Does it take\nink or toner cartridges?", shape="box"] yes_ink [label="Remove any ink or toner\nand put in bin."] no_ink [label="Can you see any RAM\nor Network Cards?", shape="box"] yes_extras [label="Remove them and\nset aside if you can\ndo it in less than\n1 minute."] circuit_board [label="Can you see a circuit board?", shape="box"] stripped [label="Throw everything into the\n'Stripped Printers' gaylord."] remove_board [label="Remove it and\nplace in circuit\nboard bin"]

start -> yes_x yes_x -> ink ink -> yes_ink [label="YES"] ink -> no_ink [label="NO"] yes_ink -> circuit_board no_ink -> yes_extras [label="YES"] no_ink -> circuit_board [label="NO"] yes_extras -> circuit_board circuit_board -> remove_board [label="YES"] circuit_board -> stripped [label="NO"] remove_board -> stripped