OctoPrint-PrettyGCode icon indicating copy to clipboard operation
OctoPrint-PrettyGCode copied to clipboard

Changeable default settings.

Open 2tata opened this issue 5 years ago • 2 comments

It would be very nice if its possible to change the default setting like the selected "show nozzle" checkbox.

2tata avatar Dec 18 '20 17:12 2tata

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 avatar Feb 09 '22 22:02 victor7376

@victor7376 ah, nice thanks :)

2tata avatar Feb 10 '22 10:02 2tata