mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
236b7574c0
commit
e59641eb67
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue