promotional bannermobile promotional banner

OpenPrinter

Printer for OpenComputers
Back to Files

OpenPrinter-1.12.2-0.1.0.27.jar

File nameOpenPrinter-1.12.2-0.1.0.27.jar
Uploaded
Aug 30, 2026
Downloads
34
Size
274.3 KB
Mod Loaders
Forge
File ID
8771259
Type
R
Release
Supported game versions
  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:openprinter-225127:8771259")

Learn more about Curse Maven

What's new

OpenPrinter 1.12.1

Printing and Output

  • Added automatic folder output. Printed pages are placed into available folders in the printer's output slots.
  • Multiple folders can be used at the same time.
  • If all folders are full, the printer falls back to any available regular output slot instead of blocking.
  • Printing now takes time: approximately 0.5 seconds per page, scaling up to 10 seconds for a full book.
  • Added printer queue viewing and clearing through the printer interface and OpenComputers scripting.

Image Printing

  • Restored the printmap OpenOS script for easy image printing.
  • Print an image directly from a URL with:
  printmap https://example.com/image.png
  • The script uses the OpenComputers printImage() method and converts the image into printer output for a physical copy.

Book Printing

  • Writable books can now be placed in the printer's input slot and printed directly.
  • Books support multiple printed pages through the normal buffered workflow:
  printer.writeLn("Page content")
  printer.print()
  • Added printAndSign() for producing sealed vanilla written books.
  • Book printing does not support colored text, matching vanilla book limitations.
  • Printed books are moved into the printer's output slot when printing is complete.

Shredder

  • The shredder now accepts folders.
  • Shredding a folder returns three shreds for the folder itself, plus the appropriate number of shreds for every document stored inside it.
  • An empty folder produces three paper shreds.

This mod has no additional files