Printer Site Reference name
I have multiple printers on a wired network. There used to be a way (before ratos 2.x) to change the site name of a printer from ratos.local to something else (.local). I think it was a macro actually. But I can't remember and I don't see a listed macro for it on 2.1x. Need help recalling how to do that thanks.
6 Replies
if I recall correctly that is something you set in the mainsail interface via the machine tab?
It was called “change hostname” and it was a gcode shell command.
Let me check if it is gone…
You can do it also via ssh.
Ssh to the pi, send sudo raspi-config and under network you can change the hostname
After reboot it will be done
yep, it has been removed
https://github.com/Rat-OS/RatOS-configuration/commit/4cfad45b02b7e9b053adc795914d76f7e7667074
You can do it on raspi-config or open the configurator/setup wizzard and click network connectivity.
After setting up the wifi connection click next and there you can change the hostname
the machine will reboot after setting hostname
You do it now in the configurator
Thanks I didn't think to look there. Appreciate all the responses!
I ended up doing it via ssh as I didn't want to configure a wireless network. Thanks again