diff --git a/openflexure_microscope/microscope.py b/openflexure_microscope/microscope.py index 1a75b241..d41e7c19 100644 --- a/openflexure_microscope/microscope.py +++ b/openflexure_microscope/microscope.py @@ -200,6 +200,10 @@ class Microscope(object): @config.setter def config(self, config: dict) -> None: + """ + Technically doesn't SET the config, but rather updates it. Missing parameters + will be left untouched. + """ # If attached to a camera if self.camera: # Update camera config