Ghostkeeper
1ce8ef3293
Catch OSError and related errors when saving workspaces
...
This should prevent a crash when saving to a path that the file system doesn't support (because of e.g. disallowed symbols in the file name).
Instead it will now show an error message to the user.
Fixes Sentry issue CURA-157.
2020-09-08 13:01:10 +02:00
Ghostkeeper
6e2738a254
Don't update extruders that Cura doesn't have
...
This is a bit of defensive coding. If the position is out of bounds for Cura it should now ignore those extruders.
This could be due to broken firmware, or maybe someone MITM-ing the connection and changing it, or perhaps because the printer was changed while the sync was ongoing? Whatever the cause, it now puts a warning in the log about it and doesn't crash any more.
Fixes Sentry issue CURA-156.
2020-09-08 12:53:30 +02:00
Ghostkeeper
59669f6bad
Apply bitmask to user scope
...
As discussed, this is a method to prevent leaking personally identifiable information through crash reports, while still keeping the useful information for the developers on how widely spread the crashes are.
2020-09-08 02:00:58 +02:00
Kostas Karmas
43969c8074
Merge branch 'master' of https://github.com/Ultimaker/Cura
2020-09-07 16:37:02 +02:00
Kostas Karmas
17177eccfa
Remove unused keyword argument
...
I18ncp already puts the number of printers in the text, so the keyword argument is not longer
necessary.
CURA-7665
2020-09-07 16:33:16 +02:00
Remco Burema
66132ef217
Don't use full-width unicode percent as placeholder in zh_CN locale.
...
Fixes #8322
2020-09-07 15:28:49 +02:00
Jaime van Kessel
bde6e1bb97
Fix crash when removing cloud printers
...
CURA-7665
2020-09-07 11:27:36 +02:00
Jaime van Kessel
ea376c9ee8
Update translations based on suggestion from reseller
2020-09-07 10:52:45 +02:00
Jaime van Kessel
49c401590b
Update bugreport link
2020-09-07 10:47:52 +02:00
Jaime van Kessel
349f3b7e11
Force update when changing nozzle size in custom FFF
...
Fixes #8306
2020-09-07 10:46:17 +02:00
Ghostkeeper
8c0e21f0d5
Don't crash if mesh loading fails
...
Some plug-ins (like the OBJReader) return None then.
Fixes Sentry issue CURA-14P.
2020-09-03 17:52:44 +02:00
Remco Burema
0b22b94950
Merge pull request #8232 from Ultimaker/CloudNetworkConnectionFixes
...
Cloud network connection fixes
2020-09-03 09:57:36 +02:00
Jaime van Kessel
8f5c62c68d
Merge branch 'master' of github.com:Ultimaker/Cura
2020-09-01 16:51:58 +02:00
Jaime van Kessel
ff21761d92
Add log line for when attempting to read a local file
...
Contributes to #8286
2020-09-01 16:51:12 +02:00
Ghostkeeper
27b02cdae0
Merge branch 'patch-2' of https://github.com/n7484443/Cura into n7484443-patch-2
2020-09-01 16:05:17 +02:00
Remco Burema
3717181884
Don't show overhang on first layer or below buildplate.
2020-09-01 14:40:43 +02:00
Remco Burema
d7325be39f
Also change color _on_ the buildplate.
2020-09-01 14:25:01 +02:00
Remco Burema
a579d66fbd
Merge branch 'master' of https://github.com/Ultimaker/Cura
2020-09-01 13:50:33 +02:00
Remco Burema
8dbbe2bd3a
Use different colors below buildplate.
...
fixes #8254
2020-09-01 13:49:34 +02:00
Ghostkeeper
ab33a09613
Merge branch '4.7'
2020-09-01 13:02:01 +02:00
Ghostkeeper
d115efbbb2
Add change log entry for Cura 4.7.1
...
And make links clickable there.
Contributes to issue CURA-7658.
4.7.1
2020-09-01 13:01:45 +02:00
Jaime van Kessel
72d31d2ae5
Fix hover of the tooltip for the objectlist
...
Fixes #8290
2020-09-01 10:50:04 +02:00
n7484443
e982256b87
korean translation correction
...
-Corrected a grammar mistake
-Corrected the wrong translation
2020-08-29 21:10:51 +09:00
Jelle Spijker
2d1128f088
Merge pull request #8196 from Ultimaker/speed_up_ci
...
Speed up ci
2020-08-28 12:57:39 +02:00
Jaime van Kessel
5f2d721bdc
Added missing newline at end of file
2020-08-28 12:47:25 +02:00
Jaime van Kessel
61af8cf9b5
Rename workflow file to CI
2020-08-28 12:46:58 +02:00
Ghostkeeper
4058790491
Merge branch '4.7'
2020-08-27 16:40:33 +02:00
pablo
e13c48a8e7
Rotate and align Tevo Tarantula Pro build plate mesh
...
Fixes #8234 .
2020-08-27 16:40:17 +02:00
Ghostkeeper
a0decbf8c4
Code style: Spaces around binary operators
...
Contributes to issue CURA-7672.
2020-08-27 14:38:40 +02:00
Jaime van Kessel
2b4d9f648e
Ensure that quality_changes profile is correctly created on profile duplication
...
I have no idea why it wasn't being created, but it has been wrong for a very long time.
Fixes #8245
2020-08-27 14:34:09 +02:00
Jaime van Kessel
f6cbb0f88c
Prevent continued connect / disconnect loop
...
If a cloud printer was connected, it would time out all the time. In some cases
it would do this in a single update loop (so connect and disconnect). Depending
on the machine of the user, this would either be visible or not at all.
2020-08-25 17:02:39 +02:00
Jaime van Kessel
bf9c413516
Change wording of logline
...
The log was incorrect. At that point the device isn't connected yet,
it's state is connecting!
2020-08-25 16:31:11 +02:00
Jaime van Kessel
6f3298385f
Increase timeout time for the cluster output
...
We got reports that 10 seconds can cause connection to be lost
2020-08-25 16:07:46 +02:00
Ghostkeeper
d021fd10fb
Don't crash when trying to upload two jobs at the same time
...
This will now result in a job being put in the queue but not automatically printing, but there is at least a workaround for that.
Fixes Sentry issue CURA-14A.
2020-08-25 12:23:58 +02:00
Jaime van Kessel
afb29724ff
Give the machineButton selectors a fixed width
...
This prevents them from popping out of the interface for certain
languages
2020-08-25 10:59:14 +02:00
Ghostkeeper
792f81315b
Merge branch '4.7'
2020-08-24 12:09:25 +02:00
Ghostkeeper
97c271a7d4
Add change log for Cura 4.7
...
Needed lots of corrections from our previously published change log for the beta. Also some additions.
Contributes to issue CURA-7658.
4.7.0
2020-08-24 12:08:28 +02:00
Jaime van Kessel
0a681a3a36
Merge branch 'master' of github.com:Ultimaker/Cura
2020-08-24 10:12:04 +02:00
Jaime van Kessel
1097dbdfa5
Fix copypaste mistake
2020-08-24 10:11:49 +02:00
Ghostkeeper
5842c2cea8
Merge branch '4.7'
2020-08-24 09:50:22 +02:00
Ghostkeeper
6a816f9c11
Fix string without ending delimeter
...
Oops, small typo.
Contributes to issue CURA-7622.
2020-08-24 09:50:00 +02:00
Ghostkeeper
38286e7802
Merge branch '4.7'
2020-08-24 09:47:59 +02:00
Ghostkeeper
e50d6dd6ea
Merge branch '4.7' of https://github.com/Patola/Cura into Patola-4.7
2020-08-24 09:47:28 +02:00
Jaime van Kessel
f6eb008574
Merge branch 'master' of github.com:Ultimaker/Cura
2020-08-24 09:34:11 +02:00
Jaime van Kessel
13600504d4
Fix mypy failure
2020-08-24 09:33:56 +02:00
Patola
087a6fa247
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:16:46 +02:00
Patola
a48e744c02
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:16:36 +02:00
Patola
58e32197c1
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:16:27 +02:00
Patola
4943a1df01
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:16:13 +02:00
Patola
607367a1e4
Update resources/i18n/pt_BR/cura.po
...
Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
2020-08-21 17:16:03 +02:00