Add Generic PCL Printer

This commit is contained in:
Cacodemon345
2024-06-21 15:36:28 +06:00
parent 15d2ee28c7
commit a44936f3e1
6 changed files with 126 additions and 22 deletions

View File

@@ -42,6 +42,7 @@ static const struct {
{"text_prt", &lpt_prt_text_device },
{"dot_matrix", &lpt_prt_escp_device },
{"postscript", &lpt_prt_ps_device },
{"pcl", &lpt_prt_pcl_device },
{"plip", &lpt_plip_device },
{"dongle_savquest", &lpt_hasp_savquest_device },
{"", NULL }