I have a Brainstorm ID card printer MP (amazon link https://amz.cx/3TIN) that I've historically used just fine with my TS8220 in Windows with the stock Canon drivers, but I'm running into problems with Linux/TurboPrint. It's masking the outside corners of the print because it's beyond what a normal CD would be size-wise. Ideally I'd be able to use a borderless option since my card making suite is designed around edge-to-edge printing with bleed functions (I just wipe the excess ink off the MP tray between prints), but borderless is greyed out, normal is throwing errors on the printer about being misconfigured, and I've even tried making hand edits to the printer page configuration in nano.
I'm comfortable enough digging into config files if I need to to find a way to get this working, I'd just really rather not have to have a dedicated windows system just to print cards a few times a year
Need to remove outer mask on CD for Canon TS8220
-
- Posts: 2
- Joined: Fri Jun 13, 2025 12:24 pm
Re: Need to remove outer mask on CD for Canon TS8220
Hello, please try the following:
Edit the file
in a text editor and look for the section
Add a new section
without the line "CDMask".
Finally, from a Terminal window, enter
Then you should see a new page size "CD Printable no mask" in the application print dialog.
Edit the file
Code: Select all
/usr/share/turboprint/printers/Canon_PIXMA_TS8200series.tpp
Code: Select all
[Size20]
Name=CD Printable
Sizeid="custom_canon_disc_120x120mm"
Size=4724,4724
Borderless=0
CDMask=1380,4680
Margins=0,0,0,1
Param=0,0,0,0
Code: Select all
[Size21]
Name=CD Printable no mask
Sizeid="custom_canon_disc_120x120mm"
Size=4724,4724
Borderless=0
Margins=0,0,0,1
Param=0,0,0,0
Finally, from a Terminal window, enter
Code: Select all
sudo tpsetup --update
-
- Posts: 2
- Joined: Fri Jun 13, 2025 12:24 pm
Re: Need to remove outer mask on CD for Canon TS8220
It does appear to be behaving better now. I just have to make sure I manually set the no mask each time. Thank you!
That said, I'm having issues with saturation issues where the colors are washed out (and black looks more like dark grey). I've tried telling it to use glossy CD as well as standard CD (as these are PVC cards that are being printed on) and I can't really see a difference. Meanwhile, printing from Windows using the stock driver is giving sharp color and deep black
That said, I'm having issues with saturation issues where the colors are washed out (and black looks more like dark grey). I've tried telling it to use glossy CD as well as standard CD (as these are PVC cards that are being printed on) and I can't really see a difference. Meanwhile, printing from Windows using the stock driver is giving sharp color and deep black
Re: Need to remove outer mask on CD for Canon TS8220
Strange, I have no explanation yet. You can adjust the brightness setting, but this probably won't make black any darker. Did you have the problem ("Colors are washed out") already before you removed the CD mask?