|
675 | TODO | HiTi family | Heattable v2 decoding & Processing | New | 2023-09-30 |
Task Description
In particular, how do we go from the v2 tables to the SHPTC commands? I've been slowly reverse-engineering the HiTi library, but it's a convoluted mess. Additionally, figure out what triggers use of the 'ri1' vs 'ri' data files on the P52x series, what the 'p' heat table quality code refers to, and what the 'CL' (vs 'C') LUT type refers to. |
|
674 | Feature Request | Other printers | Support iDRPT 4x6 printer (Zeva 1966) | New | 2023-09-27 |
Task Description
4x6, sheet fed, has USB port. |
|
673 | Bug Report | Other printers | Support more modern Kodak Dock printers | New | 2023-09-27 |
Task Description
Dock Plus, Dock Premium. Might be wifi only though. |
|
672 | Feature Request | Other printers | Investigate HP Sprocket Studio printers | New | 2023-09-27 |
Task Description
Similar to the SELPHY models, 4x6" print sheet fed. Might be wifi only. |
|
671 | Feature Request | HiTi family | Support P110 family | New | 2023-09-10 |
Task Description
HiTi has a binary-only driver for this. Unlikely to see support given its age and limited media availability. |
|
670 | Feature Request | HiTi family | Support P530D | New | 2023-09-10 |
Task Description
Duplexing 6" model. Unfortunately will need sniffs. |
|
669 | Feature Request | HiTi family | Support X610 | New | 2023-09-10 |
Task Description
Three-head high-speed model capable of near-arbitary print lengths. |
|
668 | Feature Request | DNP/Citizen | Support Fujifilm ASK-400 | New | 2023-09-10 |
Task Description
Appears to be a rebadged Citizen CX-02 / DNP DS620 Main questions are what the VID/PID/IEEE1284 IDs are, and what firmware features were stripped out vs the other models. (Eg rewind support, partial matte, and more) |
|
667 | Feature Request | Other printers | Support Liele Amber / M200 (4x6) | New | 2023-09-27 |
Task Description
It's more or less equivalen tto the SELPHY series. 1280px wide print head, 300x300 dpi. |
|
666 | Feature Request | Other printers | Support Kodak D4600 | Waiting on Customer | 2023-07-21 |
Task Description
This is a rebadged version of the Mitsubishi CP-W5000. It likely has a unique USB VID/PID but it may also require tweaks to the command stream. Until someone pops up with one of these, it's not going to happen. |
|
665 | Feature Request | HiTi family | Supprt "sheet" models like the P310 and P320 series. | Waiting on Customer | 2023-06-12 |
Task Description
I have a P461 now, and it's different enough to be annoying. Turns out there are three major families, "roll type", "sheet type" and "card type" and the commands aren't all the same. !%!%# |
|
663 | Feature Request | Common Code | Make backend capable of parsing PPD options | New | 2021-10-28 |
Task Description
The goal here is to make FastReturn a runtime option specified through the PPD, as not every spool file format can be extended to add this awareness. Implementing this would probaably reqire the backend to depend on libcups and its PPD/option parsing stuff. |
|
662 | Feature Request | Common Code | Add support for more STATEs and ATTRibutes | New | 2021-09-30 |
Task Description
Most of these wll need to be added on a per-family basis, though some at least can be handled in the markers code. From CUPS: cover-open, input-tray-missing, marker-supply-empty, marker-supply-low, media-empty, paused, timed-out RFC8011: other, door-open, interlock-open, media-jam, media-low, output-tray-missing, shutdown, Modern CUPS: marker-print-ribbon-almost-empty, marker-print-ribbon-empty, marker-print-ribbon-missing, output-tray-missing, power-down, power-up, subunit-warming-up, document-format-error (?) |
|
660 | Feature Request | Mitsubishi CP-Dxx family | Figure out how to decode cut count and skip count on D7... | New | 2021-05-16 |
Task Description
Cut count is on all of them but the guess is that it's only present in the eeprom dump rather than per-deck info. Skip count is on all printers that can rewind (I think) -- ie K60, D80, EK305. Also probably only in the eeprom dump instead of per-deck info. |
|
659 | Feature Request | Kodak 605/70xx | support "watermarking" on the EK70xx series | Waiting on Customer | 2022-06-24 |
Task Description
Kodak's feature set refers to a textual "watermark" on the print surface. This is presumably the same as DNP's "parial matte" feature. Figure out how to mak ethis happen. |
|
658 | Feature Request | DNP/Citizen | Support the citizen cx-02-s | New | 2021-05-16 |
Task Description
it's an "enhanced" verison of the CX02, but it supports sticker media. Figure out if it has a different USB ID and what all needs changing. |
|
657 | Feature Request | Mitsubishi CP-Dxx family | Query and set vertical calibration | Assigned | 2021-05-16 |
Task Description
A user has a EK305 that cuts about 1mm off. Mitsubshi's service manuals reference a "Service Tool" that can adjust this calibration (and other things) |
|
656 | TODO | Mitsubishi CP-Dxx family | Validate / Test Fujifilm ASK-500 | Waiting on Customer | 2021-03-31 |
Task Description
It's a rebadged CP-M1. Backend support is theoretically complete (except for the USB VID/PID). No gutenprint frontend work yet; I'll hold off on that until I know the backend functions properly. |
|
655 | TODO | Canon Selphy CP/ES | Figure out if matte printing is possible on SelphyNeo m... | New | 2022-11-26 |
Task Description
If you print from the printer's UI, it allows you to select various overcoat patterns -- glossy, a matte-like texture, a finer matte texture, and for some, a fine grid pattern.
The windows drivers don't seem to export this at all. See if this is a fluke. |
|
654 | TODO | Other printers | Validate / Test Nidac Copal printers | Waiting on Customer | 2023-09-19 |
Task Description
DPB-4000 aka Fujifilm ASK4000 aka DNP Q8. DPB-6000 aka Fujifilm ASK2000 DPB-7000 aka Fujifilm ASK2500 All models are in Gutenprint, and DBP-6000 is reported to work without any special backend. But I want to confirm the rest work, and maybe write a backend so we can run status queries etc? |
|
653 | Feature Request | Mitsubishi MedSci | Implement Sharpening on the CP9xxx and CP30 printer fam... | New | 2020-12-06 |
Task Description
I _think_ it's the same algorithm for both. So use the CP30 to work out what's needed, and test it out.
The library API is already there, so once ready it should just be drop-innable.
Note: This will also require extracting the data tables from the CP30 driver. |
|
652 | Feature Request | Sony UP-D printers | Print combining for UP-DR200 | New | 2020-12-02 |
Task Description
The UP-DR200, under Windows, will automatically combine two 4x6 copies into a single 8x6" print. I have a sniff of this happening; figure out how it works, and implement in the backend if feasible. |
|
651 | Feature Request | Sony UP-D printers | brightness/contrast, etc on the UP-D898 family | New | 2021-09-08 |
Task Description
There's presumably a way to configure this stuff from the host side, In a FILE output mode the Windows drivers don't allow these settings to be changed, so to make this happen I'll have to obtain sniffs. |
|
649 | TODO | Shinko CHC-S6145/S2245 | Support the Kodak 6900/6950 and HiTi M610 | Requires testing | 2021-08-13 |
Task Description
The Kodak 6900 is actually the CHC-S2245-6A The Kodak 6950 is actually the CHC-S2245-6C HiTi M610 is also a rebadged S2245 We have the USB VID/PIDs already; just need a printer to test with. |
|
641 | TODO | Common Code | Rewrite README into more structured ocumentation | New | 2020-03-05 |
Task Description
I'd like to use this as an opportunity to learn ReStructuredText, and the Sphinx documentation system.
How far I take this is another matter.. |
|
639 | TODO | HiTi family | Add job combining support for HiTi family | New | 2020-01-22 | |
|
635 | Feature Request | Mitsubishi CP-Dxx family | Figure out job control / pipelining on D90 & M1 | New | 2020-03-05 | |
|
634 | Feature Request | Shinko CHC-S6245/ Kodak 8810 | Support Panorama sizes on EK8810 | Requires testing | 2021-07-13 | |
|
633 | Feature Request | DNP/Citizen | Support Panorama on DS620 and DS820 families | Researching | 2021-07-13 | |
|
632 | Feature Request | Mitsubishi CP-Dxx family | Support Panorama on CP-D90DW family | Requires testing | 2021-07-13 | |
|
630 | TODO | Canon Selphy CP/ES | Investigate port 59223 on wifi-enabled Selphy models | Researching | 2021-06-10 | |
|
629 | Feature Request | HiTi family | Support the HiTi CS-2xx card models. | New | 2019-10-05 | |
|
624 | Feature Request | Kodak 605/70xx | Figure out backprinting on Kodak 7010 and 7015 | Requires testing | 2019-09-23 | |
|
613 | Feature Request | Mitsubishi CP-Dxx family | Figure out how to pipeline jobs with D70 family | New | 2021-02-20 | |
|
608 | TODO | Common Code | Make Gutenprint more cross-compile friendly | New | 2020-03-27 | |
|
588 | Bug Report | Magicard family | Registration/Alignment issue with Black plane | New | 2018-01-04 | |
|
585 | Feature Request | Zebra printers | Add support for Zebra ID card printers. | New | 2020-03-17 | |
|
580 | Bug Report | Canon Selphy CP/ES | Detect when on battery power and handle it gracefully | New | 2022-12-12 | |
|
572 | Feature Request | Mitsubishi MedSci | Figure out how to set printer sharpening on the P95D | New | 2020-02-27 | |
|
569 | Feature Request | Mitsubishi CP9xxx family | Figure out image processing algorithms for CP-98xx fami... | Requires testing | 2020-06-20 | |
|
568 | TODO | Mitsubishi CP-Dxx family | Figure out how to set the "user string" that's supposed... | New | 2017-03-23 | |
|
567 | Feature Request | Mitsubishi CP-Dxx family | Figure out how to query the overall job status on the D... | New | 2017-03-23 | |
|
565 | Feature Request | Mitsubishi CP9xxx family | CP-9600 family supposedly supports some sort of multicu... | New | 2017-03-23 | |
|
557 | Feature Request | Sony UP-D printers | Investigate Sony DPP-FP30 | New | 2019-03-26 | |
|
556 | Feature Request | Sony UP-D printers | status queries and flow control | Researching | 2021-08-15 | |
|
548 | Feature Request | Shinko CHC-S6145/S2245 | Add support for Sinfonia CHC-S6145-5A (aka CS2-c) | New | 2019-06-04 | |
|
537 | Feature Request | Other printers | Write backend for Shinko DP-1045 and Kodak D4000 | New | 2019-05-14 | |
|
520 | Feature Request | Sony UP-D printers | Investigate Sony UP-CR20L aka DNP SL-20 | Requires testing | 2020-11-10 | |
|
505 | TODO | Other printers | Verify support for Mitsubishi CP3020D/DA printers (and ... | Requires testing | 2021-08-05 | |
|
500 | TODO | Other printers | Investigate Shinko S8145 | New | 2019-05-23 | |