mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 22:39:07 +08:00
based transmittance on measurements on print
ratio of luminance of 1.4mm thickness to luminance at 0.4mm
This commit is contained in:
parent
5915947a7a
commit
449ad19822
@ -35,7 +35,7 @@ class ImageReaderUI(QObject):
|
||||
self.smoothing = 1
|
||||
self.lighter_is_higher = False;
|
||||
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._cancelled = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user