nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#imagewriterii

0 posts0 participants0 posts today
Continued thread

A while back I wrote some Python to print directly to ImageWriter II & LQ printers, both mono and color over serial. It also seems to work over AppleTalk which is awesome!

I printed this BYTE magazine cover using MacPalette II and my Python script for comparison.

MacPalette II is better at color but mine is better at smaller details, like the text at the top.

Continued thread

I got O rings from Home Depot (#70 3/4” OD, 9/16” ID) to go around the pinch rollers to replace the bad foam. It worked well with no friction on take up.

Now that the ribbon is all back inside the cartridge, there’s not enough torque to pull it from the other side of the cartridge. The O rings are loose and slip.

Anyone know a source for better O rings?

Continued thread

Ok, so this centipede printer workflow isn’t really reliable so I dove into CUPS to try and see if there’s a way to alter the dithering.

I tried adding different settings to the PPD file but nothing produced any changes.

Until I added “DitherPPI” (a GS option) and it produced a result that was pretty good! I tried various values (30, 80, 120, 180) but they all looked identical. In any case, this is good enough for me!

Continued thread

The way it works is this:

1. A print is initiated from a device to the CUPS-PDF driver on my #netatalk Raspberry Pi.
2. The resulting PDF is placed in the AFP share of netatalk/afpd.
3. An emulated PPC Mac 9.2.2 running the #AppleScript below is watching for new files in that folder and will print them using Acrobat Reader to the #ImageWriterII via #LocalTalk using the MacPalette II driver.

It works, but crashes with dialog that I can't auto-dismiss.