DAmesberger / BrotherPrintServer

A simple Brother label printer server with REST API
18 stars 2 forks source link

When using multiple printers if always prints to the first one installed. #2

Closed claytonsmithnz closed 2 years ago

claytonsmithnz commented 2 years ago

Hi, Great little project, I am testing it, hoping to use it in a PowerApp. We have a print server with multiple Brother printers install, when I try and print to a specified printer it always seems to print to the first Brother printer that was installed (possible default). Also have you considered putting the URL/port number into the web.config file, so that it could easily be changed?

Thanks Clayton

claytonsmithnz commented 2 years ago

Looks like you latest changes might have fixed this.