Hi and welcome!
Do not have an answer for your question, however if you don't mind to get your hands dirty, you could manually enter the Device URI of your printer, choose "other" and depending on your setup, add one of the following:
smb://server[:port]/printer
smb://workgroup/server[:port]/printer
smb://username:password@server[:port]/printer
smb://username:password@workgroup/server[:port]/printer
Substitute printer, server, workgroup, ... accordingly to your share configuration, the parameter [:port] is optional.
if your server is named "W2003" and your printer is shared with the name "LJ2300", enter the following string:
smb://W2300/LJ2300
if the above example doesn't work, substitute the server name with the IP address of your server, i.e. assuming 192.168.1.100:
smb://192.168.1.100/LJ2300
AS