Skip to content

Releases: mounaiban/captdriver

0.1.4-m5

16 Nov 12:30
Compare
Choose a tag to compare
0.1.4-m5 Pre-release
Pre-release

This release contains corrections to page size support, and contains a minor but somewhat important refactor:

  • Page dimensions for several standard paper sizes now match those used in the Windows driver.

  • Toner Save is now toggled by the CUPS parameter cupsInteger0 instead of cupsCompression.

  • An experimental Pause After Every Page option has been added for those who want to manually duplex print by feeding the last page on the output tray back into an input tray.

    • Note that the paper button must be pressed after the last page prints in order to finish the job.

    • Printers with automatic duplexing are still not supported.

Both LBP2900 and LBP3000 printers are supported on this release. LBP3010 support has not been tested.

0.1.4-m3

10 May 05:39
Compare
Choose a tag to compare
0.1.4-m3 Pre-release
Pre-release

This release contains corrections to page size support and improvements to the reliability of job cancellations:

  • Fix next largest integer divisible by four routine in paper.c.
  • Use CUPS status codes and reply sizes to determine which job cancellation cleanup procedures are needed.
  • Enforce 10mm margins for envelope sizes, as done by the original drivers.

The manufacturer name in the PPD files no longer includes registration details (Canon Inc is now just Canon) in order to match conventions followed by other drivers. This keeps driver lists clean and tidy. Thanks @sbn001

Raspbian compatibility issues are still under investigation, fixes do not apply to LBP3010.

0.1.3-m5

29 Apr 00:52
5b2912a
Compare
Choose a tag to compare
0.1.3-m5 Pre-release
Pre-release

Printers supported include LBP2900, LBP3000 and LBP3010 (and regional variants) only.
Printing may not work with Raspbian, this issue is currently being investigated.
Flexible page size support for LBP3010 is almost ready but not enabled, testers wanted.

Features added in this release:

  • Job cancellation handling-new print jobs launch more reliably after cancelling a previous job.
  • Paper button functionality for LBP2900
  • Paper button LED (LBP2900 and 3000)-now lights up when printer is waiting for user

Features added since 0.1.0 commit 216fddb

  • Flexible page size support (LBP2900 and LBP3000 only)
  • Job launching after a previous successful job
  • Multi-page jobs
  • Plain paper, heavy paper, transparency and envelope media types
  • Toner Save mode

0.1.3-m1e

10 Apr 04:48
Compare
Choose a tag to compare
0.1.3-m1e Pre-release
Pre-release

Supports A4 plain paper printing on LBP2900 and LBP3010, and multiple media types and sizes on LBP3000.
Toner Save mode is available. Resolution is locked to 600dpi.

Previous releases have been withdrawn due to compatibility issues.