NilsRo / OctoPrint-SlicerEstimator

GNU Affero General Public License v3.0
5 stars 1 forks source link

Fix the incorrect assigning of "search_pattern" value to "_search_mode" variable #24

Closed Triodes closed 3 years ago

Triodes commented 3 years ago

I'm guessing this was a simple copy/paste error. But when rebooting OctoPrint this does break the plugin because the value of _search_mode is set to something that is neither "COMMENT" or "GCODE". That in turn causes the update function to do nothing.

Also fixed a little typo in one of the setting descriptions