Tim Kuipers
c16f677bf0
make a new xray error image
...
includes SVG source file
2020-02-27 16:41:20 +01:00
Tim Kuipers
28abf6ff8c
fix xray error image scaling
2020-02-27 16:41:20 +01:00
Tim Kuipers
0f184219e6
use tiled image for xray error instead of a uniform color
...
temporarily use the cura logo as placeholder image
didn't correctly determine window size yet
2020-02-27 16:41:20 +01:00
Tim Kuipers
82b2f23689
make xray solid color depending on what it occludes
2020-02-27 16:41:20 +01:00
Tim Kuipers
1b2cc7f7a7
make xray error noise depend on background color
2020-02-27 16:41:20 +01:00
Tim Kuipers
4a8385e3e8
make xray counting color hardcoded value
...
Somewhere between the xray.shader and the xray_composite.shader the colors are stored as unsigned int.
Since we want to count the integer number of faces behind a pixel in the red channel, we simply use a color with an r value of 1/255.
2020-02-27 16:41:20 +01:00
Tim Kuipers
b515a0f744
make xray errors exhibit static noise and see-through
2020-02-27 16:41:20 +01:00
Tim Kuipers
fc4c66b62a
show xray errors in solid view
2020-02-27 16:41:13 +01:00
Tim Kuipers
b3761c454b
fix xray error visualization missing red faces
2020-02-26 16:24:27 +01:00
Nino van Hooff
7e2177a8cd
Rename _loginStateChanged for consistency
...
CURA-7251
2020-02-25 16:25:03 +01:00
Nino van Hooff
cf689ee3b0
Hide the Cloud Sync message when the user logs out
...
CURA-7251
2020-02-25 16:21:06 +01:00
Ghostkeeper
b2ab5d98cb
Merge branch '4.5'
2020-02-25 16:17:10 +01:00
Ghostkeeper
15a7d0842d
Fix layout of 4.5 change log
...
Contributes to issue CURA-7250.
2020-02-25 16:16:45 +01:00
Ghostkeeper
92e6141765
Merge branch '4.5'
2020-02-25 15:29:16 +01:00
Ghostkeeper
43ced914fd
Add change log entries for Cura 4.5
...
Contributes to issue CURA-7250.
2020-02-25 15:28:48 +01:00
Ghostkeeper
3dbbd17e32
Round coordinates
...
This would have worked out of the box if this plug-in actually used the theme rather than hard-coding its sizes here. However that is too big of a change for me to make in 5 minutes, so it'll have to wait. Also fixed some missing screen scale factors.
Done as a 5 minute fix to try to amend #7125 .
2020-02-25 15:00:41 +01:00
Ghostkeeper
b4a646c191
Make warning values for support interface depend on Z distance
...
Rather than a hard-coded 0.2mm. The point of these is to ensure that there is always one layer.
2020-02-25 14:42:11 +01:00
Ghostkeeper
dba35dc664
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
2020-02-25 14:34:36 +01:00
Remco Burema
510d9822dd
Merge pull request #7153 from Ultimaker/CURA-7066_gcode_reader_line_width_fix
...
Cura 7066 gcode reader line width fix
2020-02-25 13:45:07 +01:00
Ghostkeeper
a1438e91d0
Merge branch '4.5'
...
Conflicts:
cura_app.py -> Due to moving some imports around.
2020-02-25 12:07:47 +01:00
Dimitriovski
2b11152c4d
Added a comment(explanation) to an unused code of the Toolbox.
2020-02-25 12:06:11 +01:00
Ghostkeeper
4db66c71ba
Uncomment old translation for 'do not show again'
...
We re-added this string after the string freeze.
Contributes to issue CURA-7231.
2020-02-25 12:04:26 +01:00
Nino van Hooff
d762ad4acc
Merge pull request #7156 from Ultimaker/CURA-7231_no_layers_to_show_msg
...
Cura 7231 no layers to show msg
2020-02-25 09:42:23 +01:00
Tim Kuipers
70a95e68d6
Merge pull request #7122 from Ultimaker/CURA-7223/remove_crashHandler
...
CURA-7223/Removed the user input from the CrashHandler as we are not using it f…
2020-02-24 22:22:37 +01:00
Jaime van Kessel
1b65e47bea
Move imports of Arcus & Savitar up
...
This was needed due to the crashhandler being imported
CURA-7245
2020-02-24 17:08:19 +01:00
Jaime van Kessel
77f0ff588f
Merge branch 'CURA-7245_sentry_prune_more_user_data' of github.com:Ultimaker/Cura into 4.5
2020-02-24 17:01:29 +01:00
Ghostkeeper
43e373af02
Merge branch 'master' of https://github.com/FN5969/Cura into FN5969-master
2020-02-24 17:00:12 +01:00
Jaime van Kessel
9c0e6f9338
Apply suggestions from code review
...
Codestyle!
2020-02-24 16:57:37 +01:00
Nino van Hooff
94e9753b6c
Update cura/CrashHandler.py
...
Import Any and re-order if-statements for efficiency
CURA-7245
2020-02-24 16:26:32 +01:00
Nino van Hooff
2cd6149ef0
Update cura/CrashHandler.py
...
Add typing to pruneSensitiveData
Co-Authored-By: Jaime van Kessel <nallath@gmail.com>
2020-02-24 16:14:12 +01:00
Nino van Hooff
62dfadecdf
Prune all sensitive data before sending it to Sentry
...
CURA-7245
2020-02-24 15:27:17 +01:00
Tim Kuipers
9bcae15d39
lil: optimize parsing gcode arg letter
...
CURA-7066
2020-02-24 14:56:06 +01:00
Tim Kuipers
efafc37e49
fix E-values after G92 when parsing gcode
...
CURA-7066
2020-02-24 14:55:58 +01:00
Tim Kuipers
5653c8c9ae
Avoid showing infinitely wide lines in gcode
...
lines less than zero wide are displayed as very wide; prevent negative extrusion lines from being generated in the first place
CURA-7066
2020-02-24 14:55:42 +01:00
Ghostkeeper
f918f39fc2
Don't use a newline at the beginning of the sync message
...
Again, this breaks stuff. See the previous commit.
Contributes to issue CURA-7201.
2020-02-24 14:33:10 +01:00
Ghostkeeper
633bdac21a
Don't start message with a newline
...
That breaks a couple of things:
* It messes up the layout of the message.
* The translations need to have this newline in as well, or they won't be accepted by gettext.
* The x-test translation puts 'xxxx' before the translation, so this one won't compile any more.
Contributes to issue CURA-7201.
2020-02-24 14:21:39 +01:00
Ghostkeeper
0dfa65bb6d
Disable Polish translation for 4.5
...
These translations weren't updated this round, so we'll disable them from the interface. The files are still available if someone else wants to translate them.
Contributes to issue CURA-7201.
2020-02-24 14:17:21 +01:00
Jaime van Kessel
610dc7f115
Merge branch '4.5' of github.com:Ultimaker/Cura into 4.5
2020-02-24 13:55:00 +01:00
Ghostkeeper
526f275a42
Merge branch '4.5'
2020-02-24 13:38:36 +01:00
Ghostkeeper
d521c245c5
Update translations for zh_TW
...
These are supplied by the community translator, Heh Ji, via e-mail.
Contributes to issue CURA-7201.
2020-02-24 13:35:05 +01:00
Ghostkeeper
08826b8971
Merge branch '4.5'
2020-02-24 13:17:45 +01:00
Ghostkeeper
734e912048
Merge branch 'CURA-7201_translations_4.5' into 4.5
2020-02-24 13:17:22 +01:00
Ghostkeeper
bb6e421936
Merge branch '4.5'
2020-02-24 13:15:43 +01:00
Ghostkeeper
adee26e63d
Merge branch '4.5' of https://github.com/Patola/Cura into Patola-4.5
2020-02-24 13:14:58 +01:00
Ghostkeeper
92e520b230
Fix translation with an argument
...
There are multiple issues with that line:
* Other languages might have the application name before their version of 'About'. The previous line can't account for those languages because the application name is always appended at the end.
* The old one was trying to translate CuraApplication.applicationDisplayName which can't be statically determined.
* The old one had no explanation towards the translator.
2020-02-24 13:09:29 +01:00
Jaime van Kessel
239a8ea3db
Revert speedup
2020-02-24 13:07:59 +01:00
Jaime van Kessel
b86658996b
Revert "Chop up the render function to make it a bit more readable"
...
This reverts commit 61a605d02b
.
2020-02-24 12:45:13 +01:00
konskarm
069384e588
Merge pull request #7152 from Ultimaker/CURA-7231_no_layers_to_show_msg
...
Cura 7231 no layers to show msg
2020-02-24 12:02:06 +01:00
Dimitriovski
3e13507156
Merge branch '4.5' of github.com:Ultimaker/Cura
2020-02-24 11:03:21 +01:00
Dimitriovski
9282423db1
Added lifetime=0 to the sync_message to make it stay there
2020-02-24 10:59:41 +01:00