Ghostkeeper
83767764db
Slightly increase spacing when arranging models
...
This is closer to the behaviour in Cura 4.7 and earlier. It makes it easier to pull objects apart, and to break them off from a raft.
2021-04-21 15:56:59 +02:00
Jaime van Kessel
9f449195e2
Merge pull request #9637 from Ultimaker/issue-forms
...
Add text area for other comments
2021-04-21 15:09:39 +02:00
Jaime van Kessel
89a9dfb276
Add text area for other comments
2021-04-21 15:08:39 +02:00
Jaime van Kessel
db708a8f6e
Merge pull request #9618 from Ultimaker/issue-forms
...
Update issue forms
2021-04-21 15:02:59 +02:00
Ghostkeeper
312b5ed100
Reduce gantry height of UMS5 and UMS3
...
One of our engineers found experimentally that his 60mm model was crashing into the gantry. And indeed it is confirmed with the designs of the UM3/S5 print head that the space between the nozzle tip and bottom of the gantry is 57mm. Allowing for some play in the dimensions of the print head and the positioning of the nozzle in the print head, 55mm is agreed as a safe distance.
Fixes issue CURA-8182.
2021-04-21 14:06:20 +02:00
Victor Lin
781a5d42a6
Update Atom 2.0
2021-04-21 16:37:37 +08:00
Jaime van Kessel
b21c9a3b24
Merge branch '4.9' of github.com:Ultimaker/Cura
2021-04-21 09:51:38 +02:00
Victor Lin
420fe2ab33
Single Extruder - Atom 2.0
2021-04-21 15:36:07 +08:00
Victor Lin
2bcbe94008
Standard Atom 2.0
2021-04-21 15:35:08 +08:00
fvrmr
a252e8718f
Update issue forms
...
Removed issue-body in bugreport.yaml and featurerequest.yaml
Added config file: can't create a blank issue and added contact link to ultimaker community.
2021-04-20 18:13:24 +02:00
Kostas Karmas
5b74090dce
Merge branch 'df49' into 4.9
2021-04-20 16:09:54 +02:00
fvrmr
0db033a690
Update change log
...
Fixed typo
2021-04-20 12:34:41 +02:00
Kostas Karmas
d972c505d0
Initial commit for the DL
2021-04-20 11:30:49 +02:00
fvrmr
e19d5545bc
Update change log and whats new pages
...
Update change log
Update whats new pages
Update whats new images
2021-04-20 11:26:31 +02:00
fieldOfView
1d5503722f
Fix ObjectsModel test to allow non-autogenerated group-name
2021-04-20 10:10:58 +02:00
fieldOfView
0ad49dd412
Allow renaming groups to something other than "Group #n"
2021-04-19 22:14:14 +02:00
Kostas Karmas
7e98fb7fb0
Fix crashing while restoring a backup file with the wrong encoding
...
Fixes sentry issue CURA-24R
2021-04-19 14:24:42 +02:00
Kostas Karmas
ae595affc3
Merge branch '4.9'
2021-04-19 14:16:29 +02:00
Konstantinos Karmas
196c891331
Merge pull request #9590 from Ultimaker/4.9_smartling_translations
...
4.9 translations
2021-04-19 13:36:27 +02:00
John Gehrig
fff2f2c073
Add Voron V0 Printer
...
Configuration is based on the existing Voron V2 Cura printer profile.
The Bed STL is based on the VoronDesign CAD files, with some minimal
modifications to reduce STL size.
2021-04-17 15:56:24 -04:00
MattCatt87
4e0de0496e
Update creality_ender4.def.json
...
Overall printer dimensions were entered instead of build volume.
2021-04-17 04:28:21 -07:00
jelle Spijker
1b02525c90
Added Traditional Chinese
...
Contributed by valen Chang
2021-04-16 20:24:28 +02:00
jelle Spijker
c9b6282a62
Re-enabled Czech translations
...
Contributes to CURA-8153
2021-04-16 19:43:43 +02:00
Jelle Spijker
c6c0a8d192
Merge pull request #9503 from sustmi/czech-translations-4.9
...
Add Czech translations for Cura 4.9
2021-04-16 19:35:19 +02:00
jelle Spijker
b046b52cd9
poedit changes
...
CURA-8153
2021-04-16 19:27:48 +02:00
Jelle Spijker
c4a4a33991
Merge pull request #9563 from Patola/4.9
...
Updated pt_BR translation
2021-04-16 19:22:01 +02:00
Remco Burema
f22e223d72
Merge branch 'master' into libArachne_rebased
2021-04-16 18:17:04 +02:00
Kostas Karmas
07594f17a7
Fix setting empty auth tokens in the keyring on startup
...
When Cura is starting up, it reads the authentication data from the preferences (cura.cfg). If
the auth tokens have previously been stored in the keyring, it means that their values will be null
in the cura.cfg file. Therefore, on startup, Cura reads the tokens as none from the preferences and
then sets the empty values in the keyring as tokens. This leads to the user being signed off every
time Cura restarts on Mac.
On Windows, the access token was still stored in the preferences, so on startup it was safe. The
refresh token, on the other hand, had the same issue as on Mac, which means that on startup it was
read as None from the cura.cfg and was stored in the keyring as an empty string. This meant that,
even though on startup (on windows) the user was kept signed in, the next time Cura was attempting
to refresh the access token (after 7-8 minutes), it wouldn't be able, since its refresh token was
read as "" from the keyring. Also, if the user would close Cura and reopen it after 10 minutes
(so after the access token had expired) then they would be signed off on windows too.
This commit fixes that by making sure that if the given value of the refresh and access tokens are
empty, then they will not be stored in the keyring.
CURA-8178
2021-04-16 17:05:08 +02:00
Kostas Karmas
d84743990d
Merge branch '4.9' of https://github.com/Ultimaker/Cura into 4.9
2021-04-16 16:36:54 +02:00
Kostas Karmas
00ade8be3a
Fix crashing if the quality_type_to_apply is None
...
Fixes sentry issue CURA-24D
2021-04-16 16:35:44 +02:00
Remco Burema
ecd70a98b9
Merge pull request #9586 from Ultimaker/CURA-8145_fix_animated_images
...
Support animated images in what's new pages
2021-04-16 16:33:23 +02:00
Ghostkeeper
2ecdd799c6
Support animated images in what's new pages
...
Let's hope they don't go too crazy with the file size of these. But animated GIFs are now supported here.
Fixes CURA-8145.
2021-04-16 16:13:52 +02:00
Kostas Karmas
df5c52d1c6
Fail gracefully if writing the backup to a temp file crashes
...
Fixes sentry issue CURA-21W
2021-04-16 15:55:06 +02:00
Kostas Karmas
6b1df6c7cb
Update 4.9 translations after verification with PoEdit
...
CURA-8153
2021-04-16 15:18:34 +02:00
jelle Spijker
4a574a5ae1
Smartling translations
...
CURA-8153
2021-04-16 14:43:03 +02:00
Ghostkeeper
0d29610899
Catch environment errors when restoring back-ups
...
There could be an environment error when saving that file because of access rights or insufficient disk space. Catch that error and display an error message to the user. The log then contains more information on exactly why it failed, but the user just knows it fails.
Fixes Sentry issue CURA-21W.
2021-04-16 14:14:21 +02:00
Ghostkeeper
acb0c57026
Merge branch '4.9'
2021-04-16 12:05:22 +02:00
Ghostkeeper
544b267447
Merge branch 'CURA-8004_fix_wrong_uploaded_print_job_cache' into 4.9
2021-04-16 12:05:06 +02:00
Ghostkeeper
972e024a43
Add typing for get/setShowTravelMoves
...
This one was missing. The rest already seems to have typing.
2021-04-15 19:31:57 +02:00
Ghostkeeper
cd551555ef
Merge branch 'master' into layer_view_statistic_limits_only_visible
2021-04-15 19:30:56 +02:00
VOLUMIC
071f2b8248
Delete resources/materials directory
2021-04-15 18:03:19 +02:00
Remco Burema
1eb1a943b2
Process supposed to stop when already sending a job.
...
When using the visibility of the progress bar to detect if a job is already being sent, then make actually sure the progress bar is visible the moment the job starts, not at some unspecified time later in a method that might not even trigger if there is already a mesh ... so it's unlikely to even work, since the thing it was intended to prevent _very_ likely has the same mesh anyway.
CURA-8004
2021-04-15 16:53:01 +02:00
Ghostkeeper
4bf440b86e
Squashed commit of the following:
...
commit 21706720d320f79aa513dcbfb41b1f5e3849aa6d
Author: CrissR <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Apr 1 09:55:38 2021 +0300
Update jgaurora_a6_extruder_0.def.json
commit de8ea9f8bebe5901541db3487f2f54f2d8fd3f6f
Author: CrissR <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Apr 1 09:44:01 2021 +0300
Update jgaurora_a6.def.json
commit d17d231fdda400e937a1a34eb462c78072fa30f1
Author: CrissR <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Apr 1 09:31:24 2021 +0300
Update jgaurora_a6_extruder_0.def.json
commit 00522440d762f24076db16317c8049c5d004c255
Author: CrissR <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 31 18:38:49 2021 +0300
Update jgaurora_a6_extruder_0.def.json
Added quality_definition for extruder
commit 87cc97a426421c9010591338c582efe763fe5928
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Fri Mar 5 10:13:11 2021 +0200
Update jgaurora_a6_0.28_fast.inst.cfg.txt
commit 9d94002f5a0a621003f1965dfa2cde0cd768e983
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Fri Mar 5 10:12:42 2021 +0200
Update jgaurora_a6_0.24_draft.inst.cfg
commit 57238e31f51d38b27325d140c4d94c4a91981f21
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Fri Mar 5 10:12:10 2021 +0200
Update jgaurora_a6_0.2_normal.inst.cfg
commit 6e6e84786933434990ce75230d02cf94a3297fae
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Fri Mar 5 10:10:59 2021 +0200
Update jgaurora_a6_0.16_optimal.inst.cfg
commit 5cc3021eb25a681a46c72fe988ba046d29100d9d
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Fri Mar 5 10:05:28 2021 +0200
Update jgaurora_a6_0.12_detail.inst.cfg
commit 3eacc21bb54ae4c762c09db0dafe40aa1800d36b
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Fri Mar 5 09:51:08 2021 +0200
Update jgaurora_a6.def.json
commit 71bb0e86c5d4427a209ed1c7c578209c78f03ea2
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 13:47:17 2021 +0200
Update jgaurora_a6.def.json
commit 1971b94784a869184bbf7de1bacd81ddc323c933
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 10:27:24 2021 +0200
Update jgaurora_a6.def.json
commit 26e849a2b86f4303c8735684706c18d2ea64f79a
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:48:12 2021 +0200
Update jgaurora_a6_extruder_0.def.json
commit 3adeffa563ad23f8ce4096482c09f4ed201a5187
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:41:18 2021 +0200
Update jgaurora_a6.def.json
commit 13475dd2f22b09f3b6ad2bf227ded43d3f31dd03
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:15:41 2021 +0200
Add files via upload
Fast 0.28 mm layer height
commit aa81a7bb6dc2caa0e36ba2ca9cd9052515643ff1
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:13:54 2021 +0200
Update jgaurora_a6_0.24_draft.inst.cfg
commit 382486d598ff9482a90aaadb7f45606aeaa7f3c5
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:13:02 2021 +0200
Update jgaurora_a6_0.2_normal.inst.cfg
commit 6ab2b608ac498f0f9288565a78755fc16645d7d5
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:11:40 2021 +0200
Update jgaurora_a6_0.16_optimal.inst.cfg
commit cd270c4f6be4edf59a07e78bfb270676639dc79b
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Thu Mar 4 09:10:38 2021 +0200
Update jgaurora_a6_0.12_detail.inst.cfg
commit 8051192a05a67806d8b8978e924e995b0f2919a1
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:32:20 2021 +0200
Delete jgaurora_a6_0.2_normal.inst.cfg
commit 52587c006041f1629bb6137856206de697c3e0d0
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:32:07 2021 +0200
Delete jgaurora_a6_0.24_draft.inst.cfg
commit e84701638cdb01ea1673f98358eecc2a7b875691
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:31:57 2021 +0200
Delete jgaurora_a6_0.16_optimal.inst.cfg
commit 8fd8221dd3816df679c7400ec02db399e222d54b
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:31:47 2021 +0200
Delete jgaurora_a6_0.12_detail.inst.cfg
commit 576661dade0d1101c2113db7c87b6a51d813e690
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:31:36 2021 +0200
Delete jgaurora_a6_extruder_0.def.json
commit ad807f318a98641b7f7cf78238b9f557ca4411a6
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:31:25 2021 +0200
Delete jgaurora_a6_platform.stl
commit 6fd7d9f640b3383cd511e3bfeed4cc0184b24393
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:31:10 2021 +0200
Delete jgaurora_a6.def.json
commit e7f83a9e0686c4964c9d74da3c76ec8dff91254c
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:24:16 2021 +0200
Update jgaurora_a6_0.2_normal.inst.cfg
commit 6ba89ba958418a0dad4e703191032fbd855e8994
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:23:59 2021 +0200
Update jgaurora_a6_0.24_draft.inst.cfg
commit 366249a5de6f7602bdddd8cfb9f1b7c8ef4c3ac5
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:23:42 2021 +0200
Update jgaurora_a6_0.16_optimal.inst.cfg
commit 2328a8e2042e1ca850974fc9f76c5e802f59f68b
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:23:20 2021 +0200
Update jgaurora_a6_0.12_detail.inst.cfg
commit 0dc529037e0b6676cdbe271f9b23495baa01a5e7
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:12:59 2021 +0200
Add files via upload
commit 872d2d689c512cea21d49ab9ede7856ce67d0c35
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:09:12 2021 +0200
Add files via upload
commit 5575926e436fc4e5481d6c4e3c2e5f962c7e8061
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:08:46 2021 +0200
Add files via upload
commit 77f40c009f35cac7cb5459b4828cc58fc8c34ee2
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:08:14 2021 +0200
Add files via upload
commit 88246c18ececa016e99d954b1056a459189545c4
Author: criss-rasc <79998803+criss-rasc@users.noreply.github.com>
Date: Wed Mar 3 20:07:15 2021 +0200
Add files via upload
JGAurora A6 printer profile
2021-04-15 14:26:31 +02:00
Kostas Karmas
ebdd21410e
Merge branch '4.9' of https://github.com/Ultimaker/Cura into 4.9
2021-04-14 17:20:42 +02:00
Kostas Karmas
361bd8c6b1
Don't crash if the returned error has no title
...
Fixes sentry issue CURA-23P
2021-04-14 17:20:02 +02:00
Ghostkeeper
adb5f28aaf
Filter out disallowed characters from job name
...
Took a while to figure out exactly what to do here. But the task itself is simple.
The Ultimaker software apparently doesn't accept special characters here. The regex here is exactly the inverse of the regex that they use to accept job names.
Done as a 5 minute fix.
2021-04-14 16:56:17 +02:00
Remco Burema
4c5dac0dfd
Improve logging, UX for cloud-upload-errors.
...
One of the reasons this bug (see parent of this commit ... or the issue nr if you have internal access) was so vague is that A. the user was insufficiently prompted, and B. no one could find anything in our logs.
CURA-8004
2021-04-14 14:30:42 +02:00
Remco Burema
9227c303c6
Fix 'uploaded print-job cache' set before the mesh upload.
...
Since we use that to detect when the mesh is already uploaded, and thus can be reprinted, this could cause problems, since, while we do properly set it to None when an error is returned, if the request never returns to us, or if a reprint is started while the mesh is still uploading, the print-job cache could be set while the mesh wasn't actually there yet. Which could in theory have maybe caused the problems we see.
CURA-8004
2021-04-14 13:59:21 +02:00
Remco Burema
18d6ae9515
Merge branch '4.9'
2021-04-14 12:32:26 +02:00
Remco Burema
db74bbda60
Merge pull request #9577 from Ultimaker/fix_segfault_arranging_without_disallowed_areas
...
Fix segfault when arranging without any disallowed areas
2021-04-14 12:06:33 +02:00