7768 Commits

Author SHA1 Message Date
Nino van Hooff
96bd641d93 Fix: upper/lower handle not losing focus when range handle pressed 2019-11-01 11:06:16 +01:00
Nino van Hooff
94d291a20c Merge branch 'master' into CURA-6854_align_layer_label_top_bottom
# Conflicts:
#	plugins/SimulationView/SimulationViewMainComponent.qml
2019-11-01 10:51:21 +01:00
ChrisTerBeke
b919be48bc Introduce new API call for fetching package updates 2019-11-01 10:50:02 +01:00
ninovanhooff
1cdad60b5b
Merge pull request #5765 from Ultimaker/log_litho
Logarithmic lithophane thickness
2019-11-01 10:32:39 +01:00
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
Nino van Hooff
88b3a2506d Version Upgrade 44 to 45
Includes test for changes made in CURA-6522

CURA-6522
2019-11-01 09:58:47 +01:00
Remco Burema
aca7f4551e
Make verified material containers read-only, even for variants.
part CURA-6856
2019-10-31 19:01:23 +01:00
Remco Burema
5908ff60ee
Move verification check from plugin to the import of containers.
part of CURA-6856
2019-10-31 18:50:24 +01:00
Jaime van Kessel
9dccbcdd8e
Merge branch 'CURA-6874_path_slider_layout' of github.com:Ultimaker/Cura 2019-10-31 13:15:01 +01:00
Nino van Hooff
d63499fb24 Remove redundant visibility properties from Items
CURA-6874
2019-10-30 10:57:03 +01:00
Nino van Hooff
958a922808 Cleanup debugging things for cura-6874
CURA-6874
2019-10-30 10:54:22 +01:00
Remco Burema
298eb27c7f
Add possibility to check material-profiles.
Needed to add the filename to deserialize, feels a bit unsafe as an optional parameter, will discuss tomorrow.
part of CURA-6856
2019-10-29 17:45:19 +01:00
Nino van Hooff
888c3f51a5 Show both handle labels instead of the range label
Now that the labels are horizontally centered with the handles,
the range label would overlap the bottom handle. So instead, delete the
range handle and show both other handles instead.

CURA-6854
2019-10-29 14:11:09 +01:00
Nino van Hooff
3db5abbd3a Move layer slider range handle label to below the vertical center
CURA-6854
2019-10-29 13:39:52 +01:00
Nino van Hooff
ba766c3a19 Move lower layer slider handle label to the bottom
CURA-6854
2019-10-29 13:23:43 +01:00
Nino van Hooff
e152529b5e Increase layer slider margins to accomodate labels
CURA-6854
2019-10-29 13:03:53 +01:00
Nino van Hooff
5ebdae9f1a Move upper layer slider handle label to the top
CURA-6854
2019-10-29 11:47:39 +01:00
Jaime van Kessel
c5623a1364
Also catch ValueError when handling modelParsing from network
CURA-6855
2019-10-28 10:30:25 +01:00
Nino van Hooff
6bef16bbec Cleanup: make safe areas invisible
CURA-6874
2019-10-28 10:28:19 +01:00
Nino van Hooff
d59a343b3f Update simulation slider handle position after width change
CURA-6874
2019-10-28 09:59:30 +01:00
Nino van Hooff
9430d05cac WIP: center path slider between view controls and action panel
CURA-6874
2019-10-25 15:06:33 +02:00
Jaime van Kessel
552b456a69
Merge branch 'network-printer-selection-is-back' of github.com:Ultimaker/Cura 2019-10-25 12:49:18 +02:00
ChrisTerBeke
8f46c02e5d Fix MyPy issues 2019-10-25 12:35:03 +02:00
ChrisTerBeke
9a3ff527ac Bring back the printer selection dialog for networked printers 2019-10-25 12:25:41 +02:00
Nino van Hooff
8198762755 Do not require loaded view in PrevieStage to have a safeArea
CURA-6853
2019-10-25 11:59:42 +02: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