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 [2025/12/23 05:08] – a Hayden | hardware:printers:cr805_card_printer [2026/06/17 01:48] (current) – Updated cardprint url to the current one! enzi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== About ====== | + | # Entrust Datacard CR805 |
| 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 X 1344px** (3.5in x 2.24in @ 600dpi). | ||
| - | ====== | + | ## Dimensions |
| + | |||
| + | - Recommended DPI: **600dpi** | ||
| + | - Image canvas: **2100px x 1344px** (3.5in x 2.24in @ 600dpi) | ||
| + | - 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 | ||
| + | |||
| + | Do not open up the side panel without approval from @erin. | ||
| + | |||
| + | ## Consumables | ||
| + | |||
| + | The printer consumes ink ribbon and transfer ribbon . Both are //not// available for purchase from the manufacturer. A pdf of all consumables is in the links section. | ||
| + | |||
| + | ### Pricing | ||
| + | |||
| + | TL;DR ~$0.70 per duplex card | ||
| + | |||
| + | | Type | Number of Prints | Price | | ||
| + | | ---------- | ---------------- | ----- | | ||
| + | | CMYK | 1000 Simplex | ||
| + | | CMYK-K | ||
| + | | Retransfer | 1000 Simplex | ||
| + | |||
| + | ### Privacy | ||
| This machine uses a transfer ribbon. | This machine uses a transfer ribbon. | ||
| Line 10: | 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 | ||
| + | |||
| + | 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:// | ||
| + | |||
| + | ### Determining Orientation | ||
| + | |||
| + | Orientation set on the web UI is passed to SumatraPDF, which is passed straight to the print driver. **Most of the time, you should leave this unset**, otherwise this [may cause issues](https:// | ||
| + | |||
| + | > **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, | ||
| + | ), | ||
| + | ) | ||
| + | |||
| + | # | ||
| + | ``` | ||
| - | ===== Links ===== | + | ## Links |
| - | * [[https:// | + | - [Supplies](https:// |
| - | * [[https:// | + | - [Windows driver](https:// |
| - | * [[https:// | + | - [User Guide](https:// |
| - | * [[https:// | + | - [Cleaning |
| - | * [[https:// | + | - [Administration |
| + | - [User Reference](https:// | ||