27073 Commits

Author SHA1 Message Date
Konstantinos Karmas
2f75e299f5 Set the width in the parent item
Fixes review comment https://github.com/Ultimaker/Cura/pull/10491#discussion_r713127038.

CURA-8421
2021-09-21 17:31:37 +02:00
Konstantinos Karmas
a3d04bc752 Use the correct color for the label
CURA-8421
2021-09-21 16:16:14 +02:00
HOELLII
0626eccb92
Add Profile for Creality Ender 6 (#10437)
CURA-8582
2021-09-21 15:58:29 +02:00
Konstantinos Karmas
ed0fc26051 Fix unthemed label
Since in dark mode it stays black and it disappears in the background.

CURA-8421
2021-09-21 15:51:01 +02:00
Jaime van Kessel
1aadb1bade
Merge pull request #10492 from Ultimaker/CURA-8422_add_platform_links
Add links to Ultimaker website applications
2021-09-21 15:45:37 +02:00
Konstantinos Karmas
c91509418e Make all the top right buttons uniform
Instead of inverting the fill and the text color in those buttons when hovering on those buttons, they will now show a light background fill when hovered.

CURA-8421
2021-09-21 15:36:31 +02:00
Konstantinos Karmas
ab77efd9c4 Move the popup so that the arrow isn't drawn exactly on the corner
CURA-8421
2021-09-21 15:07:04 +02:00
Konstantinos Karmas
e2d19668e4 Change the hover colors of the AppSwitcher button
So that they are more subtle.

CURA-8421
2021-09-21 15:00:25 +02:00
Ghostkeeper
9ab41c062b
Handle encoding errors in back-up zips
Seems to happen when there's files in there with badly-encoded characters in the file names.

Fixes Sentry issue CURA-2S7.
2021-09-21 14:20:59 +02:00
Ghostkeeper
58f4d44694
Don't crash when switching to printer with fewer extruders
This seems to have happened with an UM2+C.

Fixes Sentry issue CURA-2R5.
2021-09-21 13:40:40 +02:00
Ghostkeeper
df7ddd305c
Add tracking tags to Ultimaker website links
Contributes to issue CURA-8422.
2021-09-21 13:17:08 +02:00
Konstantinos Karmas
cd505d575d Merge branch 'CURA-8421_Introduce_app_switcher' into CURA-8422_add_platform_links 2021-09-21 11:35:02 +02:00
Konstantinos Karmas
6df9f9f72c Remove debugging code
So that all platform links have the link icon indicator in the bottom right corner.

CURA-8421
2021-09-21 11:32:38 +02:00
Konstantinos Karmas
ee564782b5 Remove comment
CURA-8421
2021-09-21 11:06:45 +02:00
Konstantinos Karmas
fe640d42cf Don't crash if a material fails to be written in the zip
This fixes Sentry issue CURA-2WS.
2021-09-21 09:33:30 +02:00
Konstantinos Karmas
0d932991d4 Rename ApplicationSwitcher.svg to BlockGrid.svg
Since it is the original filename in the design.

CURA-8421
2021-09-20 17:24:06 +02:00
Konstantinos Karmas
fea8ecd55f Rename the qml elements and the theme entries used in AppSwitcher
To some more sensible names (hopefully).

CURA-8421
2021-09-20 17:19:37 +02:00
Ghostkeeper
17011e4991
Merge branch 'master' into UMH-2021_ribbed_vaults_infill 2021-09-20 17:13:31 +02:00
Konstantinos Karmas
d844c5f70a Fix alignment of the ApplicationSwitcher button
The sign in button has a different size when you are logged in, where the account avatar was being drawn in the middle of the Sign In button. This was causing a weird alignment of the ApplicationSwitcher next to it, as it was adding an extra margin.

This is now fixed by making sure that the width of the button that has to do with account adjusts according to whether you are logged in or not. This makes the ApplicationSwitcher icon move when you log in but looks more natural relatively to the account button.

CURA-8421
2021-09-20 16:57:16 +02:00
Konstantinos Karmas
a9968acd6d Fix misalignment of images if the displayName spans to next line
When the displayname of the app is long and it spans to the next line, it was pushing the icon up in the column, making it seem like it is misaligned. This is now fixed and the icons should be aligned regardless if the display name has one or two lines.

CURA-8421
2021-09-20 16:42:22 +02:00
Ghostkeeper
82922fd738
Merge branch 'CURA-8421_Introduce_app_switcher' into CURA-8422_add_platform_links 2021-09-20 16:36:49 +02:00
Ghostkeeper
c518f0de93
Add links to Ultimaker's platform websites
The links are not final since they will need some campaign tags. For the rest it should be more or less done.

Contributes to issue CURA-8422.
2021-09-20 16:36:26 +02:00
Konstantinos Karmas
15884a66e8 Warp and elide ApplicationButton display name
To make sure that it properly fits in the available space.

CURA-8421
2021-09-20 15:58:53 +02:00
Jaime van Kessel
ee96080540 Only return the path if the folder actually exist
It seems that the dialog is acting up if the last known folder doesn't
exist anymore (usually when a network drive was unmounted).
2021-09-20 15:43:04 +02:00
Konstantinos Karmas
570fb3cf93 Introduce the ApplicationSwitcher widget
It includes only the hardcoded model with the Ultimaker links for now.

CURA-8421
2021-09-20 15:33:05 +02:00
Konstantinos Karmas
1305abac6f Merge branch 'master' of https://github.com/Ultimaker/Cura 2021-09-20 15:27:32 +02:00
Ghostkeeper
a1ecea020c
Catch errors when backing up the preferences file
The file may not exist. In fact, that may be the whole reason why people want to restore a back-up. Try it, and give an error if it fails.

Fixes Sentry issue CURA-2QT.
2021-09-20 15:13:34 +02:00
Ghostkeeper
f50e16d30e
Merge branch 'master' into UMH-2021_ribbed_vaults_infill 2021-09-20 09:55:55 +02:00
Ghostkeeper
efcd83f82f
Merge branch 'CURA-8566_Update_filename_after_saving' 2021-09-17 15:30:52 +02:00
Ghostkeeper
0a080a1def
Increase SDK version to 7.8.0
We need to check for this new version because of the new functionality needed by the Digital Library plug-in.

Contributes to issue CURA-8566.
2021-09-17 15:15:25 +02:00
Remco Burema
a987b9972a
Merge branch 'master' into bremco-graphics_buffer_update 2021-09-16 22:27:52 +02:00
THeijmans
3803d28d3d Increase maximum extrusion deviation
See LibArachneBeta slides
2021-09-16 13:52:11 +02:00
THeijmans
dfd5768c5c Turns on print thin walls
For Arachne profile iteration 2, PP-2
2021-09-16 11:56:58 +02:00
THeijmans
63bf47ffe9 Turn on back pressure compensation
Initial setpoint at 50%, as in PP-2
2021-09-16 11:10:44 +02:00
THeijmans
586d9f1b9a Removes accidental comma 2021-09-16 11:07:00 +02:00
THeijmans
a698409a25 Set line widths equal to nozzle diameter
and remove line width lines from profiles (PP-13)
2021-09-16 10:27:44 +02:00
Barnaby Gray
59c8858559 FilamentChange: Fix unload on marlin based printers
See related #10038. This fixes the issue by referencing the gcode flavor set for the machine.
2021-09-16 07:14:52 +01:00
Konstantinos Karmas
3e143a012a Change the setting version to 19
Since the setting version 18 is used in the arachne beta build, we decided to make the the setting version to 19 in the normal releases, so that we make sure that projects made in arachne beta won't use any version upgrade scripts if a user attempts to open them in 4.12.

CURA-8510
2021-09-15 16:25:04 +02:00
Jaime van Kessel
11b1998156 Fix single instance
CURA-7916
Fixes #3116
2021-09-15 16:22:58 +02:00
Jaime van Kessel
c497e61d9d Merge branch 'feature_single_instance_clear_before_load' of https://github.com/fieldOfView/Cura 2021-09-15 16:18:54 +02:00
Konstantinos Karmas
880eabb558 Add the VersionUpgrade411to412 to the bundled plugins
Due to its name, it will end up between the VersionUpgrade41to42 and VersionUpgrade42to43 in the list of installed plugins, but that's not really that big of an issue.

CURA-85100
2021-09-15 16:04:02 +02:00
THeijmans
8be12106c9 Updates wall order and top surface quality
For PP-5, PP-27, PP-29
2021-09-15 15:05:41 +02:00
Konstantinos Karmas
6d9978e8f3 Always set the project name as the one provided by the user
There was an inconsistent behavior between saving a project file to disk (where the printer short name was readded after saving) and saving to the DigitalLibrary (where the printer short was NOT added again).

This commit fixes that by making sure that whatever the user put as the name of the file, will be the name of the project within Cura.

CURA-8566
2021-09-15 14:37:53 +02:00
THeijmans
0152a0429a Updates acceleration settings to a max of 3500mmps2
And increases minimum to 1000mmps2.
2021-09-15 14:32:39 +02:00
THeijmans
6a4f59c27a Updates Jerk settings to a minimum of 20mmps
For PP-1
2021-09-15 12:59:00 +02:00
Konstantinos Karmas
52c224c779 Revert "Revert "Only change project name when saving to project files.""
This reverts commit 9e2b556ce8f28294f9b44a3d8801af42043d3956.
2021-09-15 12:26:30 +02:00
Konstantinos Karmas
87add2c8de Revert "Revert "Use optional last output (file) name from output-dev to set project name.""
This reverts commit 24ff3692bd5b73828a1c5a58cdd55400cdddad9c.
2021-09-15 12:26:18 +02:00
Konstantinos Karmas
98eba28885 Revert "Revert "Set the job name whenever the workspaceLoaded is called""
This reverts commit a6a69c249cfc96e19ace64ec01aa7e4fc07a76d1.
2021-09-15 12:25:13 +02:00
THeijmans
92085d488c Adjusts default LibArachne settings for all machines
Lower transition angle shows better visual quality.
Wall ordering to center last for better dimensional accuracy.
2021-09-15 11:48:39 +02:00
Ghostkeeper
453b666b1d
Increment setting_version to 18
We now have version 18, where Flsun Super Racer has customised profiles.
Nothing changes in the built-in profiles. It only needs a change in the machine instances.

Contributes to issue CURA-8510.
2021-09-14 16:32:43 +02:00