based transmittance on measurements on print

ratio of luminance of 1.4mm thickness to luminance at 0.4mm
This commit is contained in:
Tim Kuipers 2019-05-20 20:19:29 +02:00
parent 236b7574c0
commit e59641eb67

View file

@ -35,7 +35,7 @@ class ImageReaderUI(QObject):
self.smoothing = 1 self.smoothing = 1
self.lighter_is_higher = False; self.lighter_is_higher = False;
self.use_transparency_model = True; self.use_transparency_model = True;
self.transmittance_1mm = 20.0; # based on pearl PLA self.transmittance_1mm = 50.0; # based on pearl PLA
self._ui_lock = threading.Lock() self._ui_lock = threading.Lock()
self._cancelled = False self._cancelled = False