noob here
been printing with octoprint for a whole two weeks
loving it
I have Enclosure Plugin installed to monitor the temperature
all works fine
but . . .
the tab caption is "Enclosure Plugin"
I wanted it to be "Enclosure"
couldn't find any way to configure it
so I edited the py file
~/oprint/lib/python2.7/site-packages/octoprint_enclosure/init.py
near the end there's a line
plugin_name = "Enclosure Name"
I edited that to
plugin_name = "Enclosure"
now behaves exactly as I wanted
is there a neater way?
cheers