p.kuiper
be9f62c5ba
- Only use monotonic order in top layer (increase print speed).
...
- Explicitly set combing mode to the new 'no_outer_surfaces' strategy
- Adjusted the engineering profiles to use 100% wall flow and triangle infill pattern
2021-09-29 16:07:26 +02:00
p.kuiper
b99267048f
Same print profile adjustments to the UM print profile as the S5 print profile, except for the maximum resolution adjustments
2021-09-29 12:58:34 +02:00
p.kuiper
7125aeb1ff
Same print profile adjustments to the S3 print profile as the S5 print profile
2021-09-29 12:35:55 +02:00
p.kuiper
5f9fc5740e
Print profile improvements:
...
- Infill pattern: from triangles to lines
=> less strong but better visual appearance on large horizontal surfaces
- Infill before walls: from true to false
=> prevent infill push out walls and show artefacts
- skin_monotonic:from false to true
=> low reduction in print time vs large quality increase
Note: this switch also sets: retraction_combing from 'all' to 'noskin'
The 'noskin' options prevents scarring in top surfaces and gloss streaking in large horizontal surfaces
See: CURA-7976 for details
- wall_material_flow: from 100% to 90%
=> reduces line width variations due to overextrusion in walls. Less gloss streaking and more uniform horizontal walls
- top_bottom_pattern: from lines to zigzag
=> prevent the short jerky travel moves of the lines pattern around the walls. Results in a nicer top surface
- meshfix_maximum_resolution from (speed_wall_0 + speed_wall_x) / 60 to (speed_wall_0 + speed_wall_x) / 150
=> reduce visibility of line segments due to rounding. This will create a higher change of a buffer underrun = surface blobs
2021-09-29 12:32:50 +02:00
p.kuiper
7af71f5b36
Merge branch 'master' into PP-1-Improved_print_profiles
2021-09-24 10:56:24 +02:00
p.kuiper
ec096a12f6
Also add minimal jerk of 20mm/s to S3 and UM3.
2021-09-24 10:01:15 +02:00
Ghostkeeper
43f1df1723
Show error when failing to save archive
...
It could be that you don't have permission to save the archive. Instead of crashing Cura, show an error to the user.
Fixes Sentry issue CURA-2VS.
2021-09-23 15:44:28 +02:00
Konstantinos Karmas
5266cbb950
Initiate an account sync immediately after pressing "Add cloud printer"
...
It was a bit weird that the sync didn't happen immediately and you had to wait for 30seconds until the printer appeared.
2021-09-23 12:53:57 +02:00
Remco Burema
985bcd6622
Merge pull request #10491 from Ultimaker/CURA-8421_Introduce_app_switcher
...
CURA-8421: Introduce app switcher
2021-09-22 15:50:04 +02:00
Ghostkeeper
c4f8ce15d6
Merge branch 'CURA-8422_style_tooltips' into CURA-8421_Introduce_app_switcher
2021-09-22 15:31:17 +02:00
Ghostkeeper
b020f8efd4
Also update version number of Digital Library in bundled versions
...
Otherwise we still get an update notification when starting from factory defaults. The plug-in's real version is 1.1.0 now.
2021-09-22 15:28:53 +02:00
Ghostkeeper
426e3064d2
Don't crash when material file can't be opened for sending to printer
...
It seems that due to the threaded nature, the limit to the number of open file handlers could be reached here. Or it could just be locked or something of course.
Fixes Sentry issue CURA-2V2.
2021-09-22 14:59:27 +02:00
Jaime van Kessel
0656e11afa
Fix styling of application button
...
Fixes previous mistake that I made while simplifying the QML
CURA-8421
2021-09-22 13:53:49 +02:00
Jaime van Kessel
7d46e0a96c
Fix styling of application button
...
Fixes previous mistake that I made while simplifying the QML
CURA-8421
2021-09-22 13:52:54 +02:00
Jaime van Kessel
e39675e447
Use styled tooltip
...
CURA-8422
2021-09-22 13:44:45 +02:00
Jaime van Kessel
9b3103e624
Fix typo in changelog
...
Found it when making the same typo in search.
2021-09-22 13:00:45 +02:00
Jaime van Kessel
5a8396651e
Update the copy of the tooltips
...
CURA-8422
2021-09-22 12:59:43 +02:00
Jaime van Kessel
aa905a80fe
Add animations to hover effect
...
CURA-8421
2021-09-22 09:48:27 +02:00
Jaime van Kessel
90bfdce3bb
Further simplify the qml of applicationSwitcherPopup
...
CURA-8421
2021-09-22 09:45:53 +02:00
Jaime van Kessel
0c9ef1e647
Move ApplicationSwitcherPopup to it's own file
...
CURA-8421
2021-09-22 09:43:49 +02:00
Jaime van Kessel
fd0804646a
Simplify the QML of application switcher
...
CURA-8421
2021-09-22 09:40:32 +02:00
Jaime van Kessel
9bf5d85be1
Add animation to hover effect
...
CURA-8421
2021-09-22 09:36:47 +02:00
Jaime van Kessel
f55e3363d0
Remove unneeded property change
...
CURA-8421
2021-09-22 09:35:09 +02:00
Jaime van Kessel
dc181a3426
Simplify QML of application button
...
CURA-8421
2021-09-22 09:33:13 +02:00
Jaime van Kessel
e0b38f2782
Add animation to hover effect
...
CURA-8421
2021-09-22 09:29:47 +02:00
Konstantinos Karmas
96436fbedd
Remove unnecessary anchor
...
Fixes review comment https://github.com/Ultimaker/Cura/pull/10491#discussion_r713124155 .
CURA-8421
2021-09-21 17:36:04 +02:00
Konstantinos Karmas
c73f815b69
Use anchors instead of setting the width
...
Fixes review comment https://github.com/Ultimaker/Cura/pull/10491#discussion_r713119985 .
CURA-8421
2021-09-21 17:32:06 +02:00
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
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
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