self.settings._add(StringSetting("log_path","",_("Log path"),_("Path to the log file. An empty path will log to the console."),"UI"))
self.settings._add(BooleanSetting("monitor",True,_("Monitor printer status"),_("Regularly monitor printer temperatures (required to have functional temperature graph or gauges)"),"Printer"),self.update_monitor)
self.settings._add(StringSetting("simarrange_path","",_("Simarrange command"),_("Path to the simarrange binary to use in the STL plater"),"External"))
self.settings._add(BooleanSetting("circular_bed",False,_("Circular build platform"),_("Draw a circular (or oval) build platform instead of a rectangular one"),"Printer"),self.update_bed_viz)