11x17 borderless missing for Epson ET-8550

Questions on certain printers and applications
Post Reply
Steve K
Posts: 11
Joined: Mon Nov 16, 2015 12:06 am

11x17 borderless missing for Epson ET-8550

Post by Steve K »

I switched from the Epson XP-15000 to the ET-8550. The latest 2.99-1 PrintFab for Mac is missing 11x17 borderless. Is that something you need to do or can I do it myself? Thanks!


11x17.jpeg
11x17.jpeg (195.81 KiB) Viewed 1998 times
zedonet
Site Admin
Posts: 2240
Joined: Fri Oct 06, 2006 8:02 am

Re: 11x17 borderless missing for Epson ET-8550

Post by zedonet »

Hello, only certain print widths are supported as "borderless" (the printer has ink absorption pads at certain positions below the paper path). 11" is not available, only 11.69" is available.

It would be possible to add an experimental page size in the driver, but there is no guarantee that it works:

You can load the file

/library/printers/printfab/printers/Epson_EcoTank_ET8550.tpp

into a text editor and add the following lines - just before the line "[Feed0]":

[Size36]
Name=US B borderless
Size=11200,17410
Margins=0,0,0,0
Param=61,1,0,0

This can be done e.g. from the app "Terminal" (Applications -> Utilities) with the command

sudo pico /library/printers/printfab/printers/Epson_EcoTank_ET8550.tpp

then enter the following command to update the list of page sizes in the driver

pfsetup --update

Then you should see the additional page Size "US B borderless" (you may have to restart the application you are printing from).
Post Reply