Ghostkeeper
b34c0e8eb7
Don't check A: and B: drives for USB sticks
...
Fixes #2438 .
2019-11-04 16:35:49 +01:00
Jaime van Kessel
ad85e29c0a
Fix stupid identation issue
2019-11-04 13:11:46 +01:00
Ghostkeeper
e13108f267
Don't request updates if update checking is disabled
...
I remember remarking this at one point but then it was said that we'd only need to implement the 'Minimum Viable Product' for the Toolbox. Well this is what happens then...
2019-11-04 11:52:11 +01:00
Jaime van Kessel
aa5b788b59
Fix issue with profiles getting added to non creality printers in upgrade
2019-11-04 11:30:48 +01:00
Jaime van Kessel
141bd0f127
Remove spammy New Cloud Printer detected message
...
ST-3153
2019-11-04 11:10:30 +01:00
Jaime van Kessel
c2e6116983
Add names to all the threads
2019-11-01 16:20:42 +01:00
Ghostkeeper
2fea780fd2
Merge branch '4.4'
2019-11-01 13:19:34 +01:00
Ghostkeeper
36d4162f35
Fix fallback to global if extruder_nr doesn't exist
...
Fixes #6590 .
2019-11-01 13:19:16 +01:00
Ghostkeeper
cf2108ec4a
Merge branch '4.4'
2019-11-01 11:55:42 +01:00
Ghostkeeper
eaedca1917
Convert unit of adaptive layers threshold and change name
...
This usage is hopefully more intuitive than the previous one.
2019-11-01 11:54:17 +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
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
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
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