OctoPrint-PrettyGCode
OctoPrint-PrettyGCode copied to clipboard
Changeable default settings.
It would be very nice if its possible to change the default setting like the selected "show nozzle" checkbox.
Was just looking for this option as I would like this as an option too, as sometimes the browser doesn’t save the changes. But I’ve found a work around by editing the octoprint_prettygcode/static/js/prettygcode.js file line 580 to
‘this.showNozzle=false;’
now when ever you open any browser it will won’t show the nozzle on the plug-in.
@victor7376 ah, nice thanks :)