or
🖨️ printing in organisations #1
The larger an entity is, the more complex
is its printing system and the less certain it is
that a print job will be done as intended.
🖨️ printing in organisations #2
The more complex a printing system is,
the less configuration options are available for prints.
BLUEBOOK, chapter 3, page 20
newpath
200 10 moveto % x y
0 72 rlineto
72 0 rlineto
0 -72 rlineto
-72 0 rlineto
closepath
4 setlinewidth
stroke
showpage
$ echo "Hello World" > /dev/usb/lp0
1import random
2
3print("IN;")
4print("SP1;")
5for x in range(0,10000,1000):
6 for y in range(0,10000,1000):
7 ltype = random.randint(1,4)
8 llength = random.randint(1,5)
9 print("LT"+str(ltype)+","+str(llength)+";")
10 ftype = random.randint(3,4)
11 fspacing = random.randint(10,200)
12 fangle = random.randint(0,2)*45
13 print("FT"+str(ftype)+","+str(fspacing)+","+str(fangle)+";")
14 print("PU"+str(x)+","+str(y)+";")
15 print("RR1000,1000;")
Intermezzo
The Adventures of the Pen Plotting Party
RE:IMAGINATION ?
Thank you :D
From Dust Till Dawn | 1 |
---|---|
PostScript 📯📜 | 8 |
dot matrix printers | 17 |
HPGL 🖊️🖨️ | 24 |
Table of Contents | t |
---|---|
Exposé | ESC |
Presenter View | p |
Source Files | s |
Slide Numbers | n |
Toggle screen blanking | b |
Show/hide next slide | c |
Notes | 2 |
Help | h |