Nino van Hooff
90f580494b
Change default image reader algorithm from logarithmic to linear
...
The log curve might have some benefits but is also harder to understand
and configure, so let's keep the default at linear.
CURA-6540
2019-11-01 10:31:34 +01:00
Tim Kuipers
1c13402670
rename single letter variable
2019-10-25 11:17:28 +02:00
Tim Kuipers
a01f91d4e3
omit irrelevant log base
2019-10-25 11:16:32 +02:00
Tim Kuipers
76a538322d
simplify formula to make it more numerically stable
2019-10-25 11:16:13 +02:00
Nino van Hooff
8a963a0c4e
Merge remote-tracking branch 'origin/log_litho' into log_litho
...
# Conflicts:
# plugins/ImageReader/ConfigUI.qml
# plugins/ImageReader/ImageReader.py
2019-10-25 10:26:12 +02:00
Nino van Hooff
6e65fe5772
Only show the transmittance input when the color model is Translucency
...
CURA-6540
2019-10-25 09:57:39 +02:00
Tim Kuipers
03f7fab124
lil fix
2019-10-24 17:26:28 +02:00
Tim Kuipers
449ad19822
based transmittance on measurements on print
...
ratio of luminance of 1.4mm thickness to luminance at 0.4mm
2019-10-24 17:26:28 +02:00
Tim Kuipers
5915947a7a
fix litho thickness computation
2019-10-24 17:26:28 +02:00
Tim Kuipers
364483f653
explain litho transmittance better
2019-10-24 17:26:28 +02:00
Tim Kuipers
a8b3d7e49d
make naming of Logarithmic Conversion Function intelligible
2019-10-24 17:26:28 +02:00
Tim Kuipers
2b55b85a12
fix luminance computation
2019-10-24 17:26:28 +02:00
Tim Kuipers
b88183f4a1
fix translucency model using new permittance setting
2019-10-24 17:26:28 +02:00
Tim Kuipers
88b424d36a
feat: use logarithmic conversion for lithophanes
2019-10-24 17:26:28 +02:00
Tim Kuipers
b3d7887d4d
fix luminance computation
2019-10-24 17:26:28 +02:00
Nino van Hooff
2e43f63adb
Merge branch 'master' into log_litho
2019-10-24 15:26:11 +02:00
Jaime van Kessel
de13317b9e
Merge pull request #6101 from iLyngklip/master
...
Create DisplayRemainingTimeOnLCD.py
2019-10-24 15:14:24 +02:00
Ghostkeeper
867283ffc3
Code style
2019-10-24 13:23:44 +02:00
ninovanhooff
9beea85482
Merge pull request #6566 from Ultimaker/CURA-6858_increase_sdk_ver_7_0
...
Change SDK version to 7.0.0
2019-10-23 11:54:49 +02:00
Nino van Hooff
a88887dbdb
Change Backup (Drive) plugin version to 7.0
...
CURA-6858
2019-10-23 10:50:04 +02:00
Lipu Fei
66005f28f3
Fix typo in removing Alternate Skin Rotations
2019-10-22 15:00:51 +02:00
Lipu Fei
38ee4bf208
Remove deprecated functions in MachineManager
...
CURA-6858
2019-10-22 14:11:40 +02:00
Ghostkeeper
cb9b385a85
Remove Alternate Skin Rotations setting
...
It's been replaced completely by the Top/Bottom Line Directions setting.
2019-10-22 13:46:42 +02:00
Lipu Fei
fc0b8185b7
Fix setMetaDataEntry() dependency on ContainerRegistery
...
CURA-6920
2019-10-22 11:38:32 +02:00
Nino van Hooff
c62ff262ed
Change SDK version to 7.0.0
...
CURA-6858
2019-10-21 14:51:34 +02:00
Jaime van Kessel
a376d0e4d1
Merge pull request #6499 from Ultimaker/CURA-6853_layer_slider_behind_action_panel
...
Cura 6853 layer slider behind action panel
2019-10-21 14:26:44 +02:00
Jaime van Kessel
9d931d8d2b
Remove stray print statement
...
CURA-6853
2019-10-21 14:24:52 +02:00
Lipu Fei
5548c30616
Catch WinErrors for zeroconf
...
CURA-6855
2019-10-21 10:21:50 +02:00
Remco Burema
25d76aee5a
Workaround: Make the type-checker understand what's going on.
2019-10-18 14:46:44 +02:00
Mark Burton
82bd89991e
Improve code style.
2019-10-17 16:43:07 +01:00
Nino van Hooff
664ed4a6a6
Take a more generic approach to safe areas for the SimulationView
...
Re-implements layer slider positioning
CURA-6853
2019-10-17 12:52:30 +02:00
Mark Burton
f3f9a2393f
Return early from _checkStackForErrors() if top container is empty.
2019-10-17 09:21:24 +01:00
Nino van Hooff
ac8a7d4aeb
Add whitespace between plugin name and licence string in license dialog
2019-10-16 09:44:09 +02:00
Ghostkeeper
c875252b53
Fix some mistakes indicated by PyCharm's linting
2019-10-15 15:27:58 +02:00
Ghostkeeper
7b2037fd47
Fix code style
2019-10-10 14:30:39 +02:00
Ghostkeeper
94f1749d58
Merge branch 'master' of ssh://github.com/Ultimaker/Cura
2019-10-10 13:53:40 +02:00
Jaime van Kessel
ed6539812e
Ensure that all material profiles get metadata updates
...
CURA-6868
2019-10-09 17:12:06 +02:00
Nino van Hooff
87bbf32597
Rename is_simulation_playing
...
CURA-6853
2019-10-09 16:53:19 +02:00
Nino van Hooff
4148f56d2b
Remove external dependency from SimulationViewMainComponent
...
Previously, panelTop had to be defined externally whenever
SimulationViewMainComponent was used. I renamed it and set a default
so the binding by a parent is optional.
CURA-6853
2019-10-09 16:51:28 +02:00
FiCacador
9158857477
Reverse Y axis
...
When an AMF file was imported, the Y axis was reversed, creating a mirrored object. This reverses the Y axis so the object is correctly imported.
2019-10-09 01:56:48 +01:00
Jaime van Kessel
987ccd28ba
Merge branch 'feature_intent' of github.com:Ultimaker/Cura
2019-10-08 16:23:03 +02:00
Jaime van Kessel
23469948f6
Fix translation mistake in a message
2019-10-08 13:58:31 +02:00
Lipu Fei
551c9fe682
Update SliceInfo example
...
CURA-6632
2019-10-07 21:11:42 +02:00
Lipu Fei
74e7de1b54
Add intent into stats
...
CURA-6632
2019-10-07 21:11:40 +02:00
Nino van Hooff
f090450bba
Fix pixel-position of layer slider after the window was resized.
...
CURA-6853
2019-10-07 16:27:25 +02:00
Nino van Hooff
5bb23e4c6f
Make the height of the layer slider dynamic
...
Prevents the action panel from overlapping the layer slider
CURA-6853
2019-10-07 15:40:42 +02:00
Jaime van Kessel
fba7a6ff33
Fix importing profiles
...
CURA-6847
2019-10-02 17:01:21 +02:00
Lipu Fei
750632ec41
Merge remote-tracking branch 'origin/master' into feature_intent
2019-10-02 12:52:37 +02:00
ChrisTerBeke
445743ab75
Use empty string as fallback value
2019-10-01 19:53:40 +02:00
ChrisTerBeke
76536fe715
Ensure string matching is done with strings
2019-10-01 19:52:40 +02:00