ThinkC Printing from minivmac

Relating to ThinkC Development

RickLawson

New Tinkerer
May 4, 2023
18
13
3
Boiling Springs, SC
Ok, I have an idea for an easier way to print from minivmac.

Using some python code to monitor a folder inside the minivmac image for postscript files and when it detects one it prints it using your host computer and then deletes it

This idea came to me all based on the excellent machfs module and some python code I hacked up to export my ThincC projects

This way you just print from minivmac using the laserwriter extension and use postscript and it *should* magically appear on your local printer in a minute or so

Anyone else interested in this?
 
  • Like
Reactions: Crutch and eric

Mu0n

Active Tinkerer
Oct 29, 2021
570
532
93
Quebec
www.youtube.com
I'd be interested. For me, the ultimate step would be whatever idea would let you print the game diploma after you beat uninvited/shadowgate/déjà Vu while you're in-game, but you can screenshot those screens with cmd-alt-shift 3 iirc and then you could maybe print off that MacPaint screen cap with an alternative to your method maybe.
 

Crutch

Tinkerer
Jul 10, 2022
292
226
43
Chicago
This is a good idea. Not having explored those HFS python functions too much yet, if you just periodically poll the filesystem, how do do know if you’re getting a postscript file in a half-written vs. complete state?