Raspberry pi print server

apt install cups

usermod -a -G lpadmin pi

nano /etc/dhcpcd.conf

   interface wlan0
   static routers =192.168.1.1
   static domain_name _servers =192.168.1.1
   inform 192.168.1.7/24 
  
cupsctl --remote-any

Browse to https://192.168.1.7:631