Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| hardware:printers:cr805_card_printer [2026/01/03 06:21] – diamond | hardware:printers:cr805_card_printer [2026/06/17 01:48] (current) – Updated cardprint url to the current one! enzi | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| This prints ID cards of standard CR80 dimensions. It does overprinting so when designing your image take that in mind (see Administration Guide pg.67 pdf pg.77). | This prints ID cards of standard CR80 dimensions. It does overprinting so when designing your image take that in mind (see Administration Guide pg.67 pdf pg.77). | ||
| - | Document dimensions should be **2100px | + | |
| + | ## Dimensions | ||
| + | |||
| + | - Recommended DPI: **600dpi** | ||
| + | - Image canvas: | ||
| + | - Image printed on card: **2023px x 1276px** (centered, 3.372in x 2.127in | ||
| + | - Calculated margins: 38.5px x 34px (0.06417in x 0.05667in @ 600dpi) | ||
| ## Maintenance | ## Maintenance | ||
| Line 16: | Line 22: | ||
| TL;DR ~$0.70 per duplex card | TL;DR ~$0.70 per duplex card | ||
| - | | Type | Number of Prints | Price | | + | | Type |
| - | | ----- | ---------------- | ----- | | + | | ---------- | ---------------- | ----- | |
| - | | CMYK | 1000 Simplex | + | | CMYK |
| - | | CMYK-K| 1000 Duplex | + | | CMYK-K |
| - | | Retransfer | 1000 Simplex | ~$100 | | + | | Retransfer | 1000 Simplex |
| ### Privacy | ### Privacy | ||
| Line 29: | Line 34: | ||
| A negative image of anything you print is retained inside the machine on the spent ink ribbon. | A negative image of anything you print is retained inside the machine on the spent ink ribbon. | ||
| - | Do not use this machine to print anything you don't mind leaving inside the machine, and eventually, when the ribbon runs out, the trash. | + | Do not use this machine to print anything you don't mind leaving inside the machine, and eventually, when the ribbon runs out, the trash. |
| ## Printing over Web | ## Printing over Web | ||
| - | You may print cards over web using the [cardprinterd](https:// | + | You may print cards over web using the [cardprinterd](https:// |
| No drivers are needed for this web UI. Simply make a PDF and feed it into the HTML form, and the print server will automatically print it using the Windows driver and [SumatraPDF](https:// | No drivers are needed for this web UI. Simply make a PDF and feed it into the HTML form, and the print server will automatically print it using the Windows driver and [SumatraPDF](https:// | ||
| Line 42: | Line 47: | ||
| > **Note**: This option was removed on a later version of cardprinterd. The driver already automatically determines the orientation, | > **Note**: This option was removed on a later version of cardprinterd. The driver already automatically determines the orientation, | ||
| + | |||
| + | ## Typst Template | ||
| + | |||
| + | ```typst | ||
| + | #let card(body) = page( | ||
| + | width: 2.24in, | ||
| + | height: 3.5in, | ||
| + | margin: (x: 0.05667in, y: 0.06417in), | ||
| + | rect( | ||
| + | width: 2.127in, | ||
| + | height: 3.372in, | ||
| + | stroke: 0.1pt, | ||
| + | radius: 0.125in, | ||
| + | inset: 0in, | ||
| + | body, | ||
| + | ), | ||
| + | ) | ||
| + | |||
| + | #card[...] | ||
| + | ``` | ||
| ## Links | ## Links | ||
| - | * [Supplies](https:// | + | - [Supplies](https:// |
| - | * [Windows driver](https:// | + | - [Windows driver](https:// |
| - | * [User Guide](https:// | + | - [User Guide](https:// |
| - | * [Cleaning Guide](https:// | + | - [Cleaning Guide](https:// |
| - | * [Administration Guide](https:// | + | - [Administration Guide](https:// |
| - | * [User Reference](https:// | + | - [User Reference](https:// |