fix litho thickness computation

This commit is contained in:
Tim Kuipers 2019-05-20 14:55:10 +02:00
parent 364483f653
commit 5915947a7a
2 changed files with 3 additions and 3 deletions

View file

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