25644 Commits

Author SHA1 Message Date
Cláudio 'Patola' Sampaio
16cdeae240 Updated pt_BR strings for Cura 4.10 2021-06-19 06:38:43 +02:00
Cláudio 'Patola' Sampaio
6bf1b358da Updated pt_BR strings for Cura 4.10 2021-06-19 06:37:06 +02:00
fvrmr
cfe395460f Update 0.png
Changed img for page 0
credits to img @jellespijker
4.10-beta
2021-06-18 13:01:12 +02:00
Remco Burema
e85498edda
Small change-log tweaks for 4.10.beta 2021-06-17 18:52:07 +02:00
fvrmr
8de16deec3
Write release notes and update whats new pages
Release notes 4.10 beta
Update whats new pages and images.
2021-06-17 18:40:59 +02:00
Remco Burema
1bd6b3f091
Merge pull request #9991 from Ultimaker/CURA-8313
Re-enable backing up of plugins
2021-06-17 18:28:37 +02:00
Jaime van Kessel
ee16f61d65
Add missing typing
CURA-8313
2021-06-17 16:21:01 +02:00
Jaime van Kessel
40a981b902
Re-enable the backing up of plugins
Because we're adding a messgae for the user if the loading of a plugin failed
(which can happen after backing up a plugin in central storage), we can re-enable
the backing up of plugins again.

CURA-8313
2021-06-17 15:36:45 +02:00
Konstantinos Karmas
29099b5690
Merge pull request #9990 from Ultimaker/CURA-8290_whats_new_text
Increased the height of the welcome wizard screen.
2021-06-17 15:13:50 +02:00
jelle Spijker
abc76e593a Increased the height of the welcome wizard screen.
Discussed with UX what the best approach would be.
Both came to the conclusion that this is the simplest
and more aesthetic approach.

The extra white space at the bottom and height of the
first screen is still acceptable according to UX.

Contributes to CURA-8290_whats_new_text
2021-06-17 14:41:56 +02:00
Ghostkeeper
87c28299fb
List VersionUpgrade49to410 in bundled packages
That way it properly shows as a bundled package in the list of installed plug-ins.
2021-06-17 12:07:09 +02:00
Remco Burema
8aa071056b
Now unused API field only took integers originally.
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-17 11:15:33 +02:00
Ghostkeeper
ddfcc94649
Merge branch 'CURA-8320_update_sdk' into 4.10 2021-06-16 16:45:37 +02:00
Jaime van Kessel
fa690a0f5e
Fix issue with restoring backups from 4.10
There were some cases where issues could occur due to plugins no longer being there

CURA-8313
2021-06-16 13:51:09 +02:00
Ghostkeeper
f18e5f96ab
Use Cura-style drop-down to select mesh type
MacOS has some trouble with the QtQuick.Controls 1 system-styled drop-downs since Qt 5.15. We've removed the other ones, but forgot about this one.

Contributes to issue CURA-8128.
2021-06-15 17:13:08 +02:00
Ghostkeeper
adf3f51a4e
Use buttons from QtQuick.Controls 2
This is to make it look more consistent with the open dialog, which needed Controls 2 in order to make the drop-downs work on MacOS.

As discussed in the CCB.
2021-06-15 16:28:20 +02:00
Remco Burema
04002056ae
Update SDK/API from 7.5.0 to 7.6.0 for 4.10
CURA-8320
2021-06-15 16:08:07 +02:00
Jaime van Kessel
88f6bb743c
Merge branch '4.10' of github.com:Ultimaker/Cura into 4.10 2021-06-15 11:12:41 +02:00
Jaime van Kessel
467ae6a1d3
Fix quality_changes profile not showing
CURA-7392
2021-06-15 11:12:18 +02:00
Ghostkeeper
ac859fd4c2
Merge branch 'CURA-7859_fix_center_selected_model' into 4.10 2021-06-14 15:47:08 +02:00
Ghostkeeper
cf604570bb
Fix code style
Contributes to issue CURA-7859.
2021-06-14 15:41:30 +02:00
Ewald Kleefstra
94871a32e3
Update plugins/PostProcessingPlugin/scripts/PauseAtHeight.py
Get extrusion mode from global container stack instead of first extruder

Co-authored-by: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2021-06-14 15:26:57 +02:00
Ewald Kleefstra
76da7768e8
Added relative extrusion mode support for PauseAtHeight.py script 2021-06-14 15:26:41 +02:00
Ghostkeeper
dc09465afe
Standardise capitalisation of printer names
Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font.

As discussed with the Cura team.
2021-06-11 13:49:35 +02:00
Ghostkeeper
ab13a2f0df
Update headers to reflect 4.10 version number 2021-06-10 17:44:18 +02:00
Ghostkeeper
e387af6460
Update translation files for all languages from new template
The new strings from the translation templates are copied into the translation files, so that the translator just needs to fill them in.

Contributes to issue CURA-8310.
2021-06-10 17:42:06 +02:00
Ghostkeeper
8bba6d5951
Update translation templates for Cura 4.10
These are the new translations that need to be translated for Cura 4.10.

Contributes to issue CURA-8310.
2021-06-10 17:37:22 +02:00
Jaime van Kessel
392c4cfec1
Fix extruder profiles not being shown in profile preferences
CURA-7392

Fixes #7530
2021-06-10 16:55:22 +02:00
Jaime van Kessel
ba9c97a263
Give whats new screen a bit more room
CURA-8290
2021-06-10 16:36:30 +02:00
Jaime van Kessel
8caae610ba
Set object bottom to be on buildplate with center model action
CURA-7859
2021-06-10 16:18:42 +02:00
Ghostkeeper
56db7f7144
Change file extension to .umm
Because that's apparently what the firmware is looking for.

Contributes to issue CURA-8055.
2021-06-09 17:17:33 +02:00
Ghostkeeper
62bc9be22b
Re-enable compression
I had disabled that in an attempt to fix the bytes-to-str conversion issue, but it turned out to not be the cause. Compression is fine.

Contributes to issue CURA-8055.
2021-06-09 17:14:46 +02:00
Ghostkeeper
e9031f1aff
Add documentation
Contributes to issue CURA-8055.
2021-06-09 17:10:31 +02:00
Ghostkeeper
66b2825a66
Fix writing bytes to string-stream
Don't open the file first. We can let the zipfile module handle that.

Contributes to issue CURA-8055.
2021-06-09 17:08:57 +02:00
Ghostkeeper
ec727e1068
Hide button entirely if no export is available
Not just disabling it.

Contributes to issue CURA-8055.
2021-06-09 16:42:37 +02:00
Ghostkeeper
bdcaef134f
Basic implementation of exporting all materials in a .zip archive
It seems to complain about the data types though.

Contributes to issue CURA-8055.
2021-06-09 16:35:51 +02:00
Ghostkeeper
e66783664b
Implement default path for exporting all materials
It needs to be a removable drive if one is available, or else just the local file paths.

Contributes to issue CURA-8055.
2021-06-08 17:36:25 +02:00
Ghostkeeper
abba3bdd10
Implement a sync button and file dialogue to export all materials
Contributes to issue CURA-8055.
2021-06-08 16:57:24 +02:00
Ghostkeeper
f436cb8e7b
Add notion of whether printers support the material export archive
Contributes to issue CURA-8055.
2021-06-08 16:50:03 +02:00
Ghostkeeper
1f012ce2e4
Merge branch 'master' of ssh://github.com/Ultimaker/Cura 2021-06-08 16:12:14 +02:00
Ghostkeeper
813d612f90
Upgrade Volumic quality profiles to setting_version 17
The changes in this version upgrade relate to renamed printers. Since these profiles don't refer to the renamed printers (only to the new Volumic printers) they don't need an actual change, just a version number increment.

Contributes to issue CURA-8292.
2021-06-08 16:04:42 +02:00
Ghostkeeper
0ae1e958f9
Merge branch 'master' of https://github.com/VOLUMIC/Cura into VOLUMIC-master 2021-06-08 16:00:46 +02:00
Remco Burema
c73e25195d
Merge pull request #9948 from Ultimaker/CURA-8291_Verbose_plugin_loading_on_startup
CURA-8291: Set enterprise edition on initialization
2021-06-08 15:55:54 +02:00
Konstantinos Karmas
633002865c Set enterprise edition on initialization
CURA-8291
2021-06-08 15:12:33 +02:00
Remco Burema
58a5323709
Merge pull request #9884 from Ultimaker/CURA-7873_fix_positioning_merged_meshes
Fix positioning of merged transformed meshes
2021-06-08 12:37:34 +02:00
Konstantinos Karmas
b971ba20e8
Merge pull request #9937 from Ultimaker/CC0.4_print_profile
CC0.4 print profiles
2021-06-08 09:16:08 +02:00
Ghostkeeper
836e7c0c9b
Fix overlap of unit and setting value with RTL-languages
The unit was hard-coded to be anchored to the right. The text was getting the full width and aligned implicitly by the language. We'll keep the layout of the text properly internationalised, but make sure that the unit is opposite of wherever the text is.

Fixes CURA-8206.
Fixes #9667.
2021-06-07 18:00:59 +02:00
Konstantinos Karmas
c5db545d04 Rename Fast Print quality files
The "f" wasn't capitalized
2021-06-07 17:47:15 +02:00
Jaime van Kessel
dc8c5e4268
Merge branch 'mb-fix-flow-rates-min-max' of https://github.com/smartavionics/Cura 2021-06-07 15:29:45 +02:00
Ghostkeeper
e60e44b919
Interpret timeouts as general connection errors
It's a similar problem for us.
We should really have used the HttpRequestManager for these things.

Fixes Sentry issue CURA-295.
2021-06-07 15:03:46 +02:00