diff --git a/octoprint_smartpreheat/__init__.py b/octoprint_smartpreheat/__init__.py index 5354a6c..77d9b62 100644 --- a/octoprint_smartpreheat/__init__.py +++ b/octoprint_smartpreheat/__init__.py @@ -57,7 +57,7 @@ def on_settings_initialized(self): self._settings.saveScript("gcode", "snippets/doSmartPreheat", u'' + script.replace("\r\n", "\n").replace("\r", "\n")) def get_settings_defaults(self): - return dict() + return dict(dummy=False) def get_template_configs(self): return [