15. Mai 2025 Kasse

Configure Multiple Printers at One Location

If your reception has multiple computers, it was previously only possible to assign different printers through certain workarounds. This is now easier, but still requires technical knowledge.

You can now store an individual printer in the browser of the target computer. To do this, you must enter the following command in the console of the browser's developer tools:

"localStorage.belboCustomPrinterIP = ’<PRINTERNAME>’"

Please note that you must not save the new printer in the printer settings, as this will overwrite the printer for all devices at the location. Furthermore, you must keep in mind that for Windows share names like \<Computername><Printername> the slashes must be doubled:

"localStorage.belboCustomPrinterIP = ’\\<Computername>\<Printername>’"