Difference between revisions of "Printer"
From ComputerCraft Wiki
m (Ported to Template:Block) |
(→Peripheral Functions) |
||
Line 24: | Line 24: | ||
[[File:PrinterGUI.png|thumb|256px|GUI of the Printer]] | [[File:PrinterGUI.png|thumb|256px|GUI of the Printer]] | ||
− | == | + | == See also == |
− | + | [[Printer (API)]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[Category:Blocks]][[Category:Peripherals]] | [[Category:Blocks]][[Category:Peripherals]] |
Revision as of 10:11, 20 January 2013
The printer was added in the ComputerCraft 1.42 update. The printer is placed next to a computer, and allows for printing text onto paper with any color of ink.
Recipe
Usage
To use a printer, place it adjacently but not diagonally next to a computer (left, right, top, bottom, front, or back side). Place any color ink in the single left slot, and paper in any of the top slots.
If you are using blocks to pull/insert items from the printer the different slots are available from these sides: Paper tray is accessible from the top, output paper tray is accessible from the front or bottom, and the ink slot is accessible from the back or sides.