For toplevel install_printer how does one get the current printer-name?

In working with some code there are several different printers installed (#install_printer printer-name;;) as the code is loaded. Once that is complete I would like there to be no printer installed and so would like to use #remove_printer printer-name;; but I find no way to get the printer-name of the currently installed printer(s) in the toplevel documentation.

How or where does one look to find the printer-name(s) currently installed for use with remove_printer?


I know I can search the code for all of the install_printer commands, … , but surely there is a better way to do this.

As far as I know there is no way to obtain this information at the moment.

Cheers,
Nicolas

1 Like

Indeed, the list of installed printers is currently internal to the Genprintval module.

1 Like