mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
fix litho thickness computation
This commit is contained in:
parent
364483f653
commit
5915947a7a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue