Jaime van Kessel
ecdf536d5f
Add max value to max_retraction_count
...
CURA-8861
Fixes #11132
2022-01-07 13:19:53 +01:00
p.kuiper
3c4c91947e
Set the default value of the Maximum Extrusion Area Deviation to 50.000um2 and remove the warning levels.
...
Relates to PP-45
2022-01-07 12:26:22 +01:00
Jaime van Kessel
28924a1c87
Merge branch 'CURA-8591_upgrade_to_qt62' of github.com:Ultimaker/Cura into PyQt6_upgrade
2022-01-06 09:20:17 +01:00
Eryone
678eaeea89
Merge branch 'Ultimaker-master'
2022-01-06 10:31:18 +08:00
Eryone
52507c1ab8
Merge branch 'master' of https://github.com/Ultimaker/Cura into Ultimaker-master
2022-01-06 10:29:32 +08:00
Ghostkeeper
3c12a2629e
Only attempt to remove hidden container stacks if the directory exists
...
Otherwise we can't even look for them.
Contributes to issue CURA-8591.
2022-01-05 17:25:51 +01:00
Ghostkeeper
ec5bb444c0
Don't change metadata if there is no global stack
...
We'll miss that status update then, but the next time Cura starts it'll update the printer status anyway.
Found during testing of CURA-8591.
2022-01-05 17:15:38 +01:00
Jaime van Kessel
6e4143ba59
Merge branch '4.13' of github.com:Ultimaker/Cura
2022-01-05 14:08:00 +01:00
Ghostkeeper
ab0c03cf65
Catch KeyError['empty_material'] when evaluating whether there's any profiles
...
This is currently only used in the pre-read of workspaces. In some cases, the project file may have a material that is not compatible with its own stack using the current rules in Cura, either because the rules changed or because the project file is wrongly crafted/edited. This causes Cura to say there are no quality profiles if the material profile is not compatible with the printer, preventing a crash due to the KeyError.
2022-01-05 10:26:28 +01:00
Casper Lamboo
b7357d054b
Merge pull request #11193 from Ultimaker/CURA-8760_Crash_when_installing_plugins
...
Ensure that stored log lines are sent to sentry if they haven't already been logged
2022-01-04 15:56:48 +01:00
Jaime van Kessel
61a7203726
Only reset marketplace page if the window isn't visible
...
CURA-8588
2022-01-04 13:13:31 +01:00
Vandresc
cb3ae0b3d1
Merge pull request #11163 from Ultimaker/CURA-8588_replace_toolbox_with_marketplace
...
[CURA-8588] Replace old '''Toolbox''' with new Marketplace.
2022-01-04 10:52:53 +01:00
Jaime van Kessel
58a3aef8d4
Remove styles
2022-01-04 10:36:55 +01:00
Jaime van Kessel
722f928d12
Remove style from settingview
2022-01-04 10:30:07 +01:00
Jaime van Kessel
2aa931cbca
Remove unneded styles import
2022-01-04 09:48:02 +01:00
Cláudio 'Patola' Sampaio
ad521ff5a7
Updated strings for pt_BR
2022-01-04 07:57:03 +01:00
Patrick
f489e2b46a
Add _layer_0 for temperatures
2022-01-03 17:11:08 -06:00
Ghostkeeper
652043e1d8
Cast bounding box to ints
...
The version of Sip we're using now cares about this more than the previous one, apparently.
Contributes to issue CURA-8592.
2022-01-03 17:32:33 +01:00
Jaime van Kessel
752cf2d5aa
Remove unused styles
2022-01-03 16:44:42 +01:00
Ghostkeeper
9118f20193
Merge branch 'CURA-8592_python_3.10' of github.com:Ultimaker/Cura into CURA-8592_python_3.10
2022-01-03 16:37:07 +01:00
Ghostkeeper
770eb03d62
Remove references to Shapely
...
This has been replaced with PyClipper so we don't need to import Shapely any more. Clipper doesn't give any exceptions as far as I know.
Contributes to issue CURA-8592.
2022-01-03 16:34:40 +01:00
Jaime van Kessel
f11d728c6b
Merge branch 'master' of github.com:Ultimaker/Cura into replace_controls_1_for_controls_2
2022-01-03 15:32:58 +01:00
Jaime van Kessel
3bfea5b970
Ensure that stored log lines are sent to sentry if they haven't already been logged
...
CURA-8760
2022-01-03 14:10:36 +01:00
Jaime van Kessel
27e5905a32
Fix typing
...
CURA-8588
2022-01-03 11:44:05 +01:00
Jaime van Kessel
7deeb26e13
Merge branch 'marketplace_redesign' of github.com:Ultimaker/Cura into CURA-8588_replace_toolbox_with_marketplace
2022-01-03 11:32:06 +01:00
Jaime van Kessel
60e6d7bcae
Fix too large clickable area for author info in package card
...
CURA-8588
2022-01-03 11:20:27 +01:00
Jaime van Kessel
89c82964c3
Simplify restart check
...
CURA-8588
2022-01-03 11:14:28 +01:00
Jaime van Kessel
852076460f
Remove unused imports
...
CURA-8588
2022-01-03 11:13:28 +01:00
Jaime van Kessel
6a39862349
Merge RestartManager into marketplace
...
CURA-8588
2022-01-03 11:12:52 +01:00
Jaime van Kessel
6af2677c52
Remove TabManager
...
Since marketplace itself already needed to be a qObject, there wasn't
really a need to have a seperate object for it
2022-01-03 11:06:19 +01:00
Jaime van Kessel
3b2be48390
Ensure that check for updates is called on startup of Cura
...
CURA-8588
2022-01-03 11:01:17 +01:00
Jaime van Kessel
0615369cba
Clean up import order
...
CURA-8588
2022-01-03 10:29:15 +01:00
Jaime van Kessel
408b649db7
Add typing to tabmanager
...
CURA-8588
2022-01-03 10:22:36 +01:00
Jaime van Kessel
7692a6db78
Merge pull request #11165 from Ultimaker/8658_Implement_Notifications_for_the_new_marketplace
...
8658 implement notifications for the new marketplace
2022-01-03 10:18:20 +01:00
Jaime van Kessel
c92fcc8e03
Simplify the notifaction icon logic
...
CURA-8658
2022-01-03 10:14:22 +01:00
NilsRo
aa2b8e26b8
Update anycubic_i3_mega_s.def.json
...
Aligned with OctoPrint Slicer Estimator
2022-01-03 10:11:52 +01:00
Tyler Adler
9939093b72
Elegoo Neptune 2 Printer intigration
...
Added files for Neptune 2
2022-01-01 15:46:41 -08:00
Ghostkeeper
58c9522d78
Merge branch '4.13'
2021-12-31 15:01:30 +01:00
Ghostkeeper
e6830f0241
Merge branch 'PP-95_reduce-top/bottom-speed-for-TPU' into 4.13
2021-12-31 15:01:12 +01:00
Ghostkeeper
fb41993e5a
Merge branch 'PP-99_Line-width-fix-for-0.3mm-profiles'
2021-12-31 14:52:42 +01:00
Ghostkeeper
a878cfae7a
Merge branch 'master' into marketplace_redesign
2021-12-31 14:07:51 +01:00
Ghostkeeper
05bbebf2f7
Remove traces of Shapely
...
It's been replaced by Pyclipper. We were only importing Shapely here, not actually using it.
Contributes to issue CURA-8592.
2021-12-31 14:06:31 +01:00
casper
02c81234d0
Remove references to the toolbox plugin from the themes.json
...
Some other components were (incorrectly) using these theme variables.
Replaced them by another theme variable with the same value.
CURA 8588
2021-12-30 13:38:16 +01:00
casper
fe30a3c19e
Add notification badge for the gear icon in the Market Place
...
CURA 8658
2021-12-30 12:24:14 +01:00
Remco Burema
1cdeaffab7
Make new Marktetplace react to 'get more materials'.
...
part of CURA-8588
2021-12-30 11:53:42 +01:00
Remco Burema
b794ad6ed2
Delete old 'Toolbox' in favour of new Marketplace.
...
part of CURA-8588
2021-12-30 11:51:54 +01:00
Remco Burema
c8ed3634ed
Qt5->Qt6: Even more renaming stuff.
...
part of CURA-8591
2021-12-29 12:43:56 +01:00
Remco Burema
448fbf7408
Qt5->Qt6: Register QML enums as (uncreatable) meta object not type.
...
part of CURA-8591
2021-12-29 11:37:18 +01:00
Remco Burema
20b435af76
Qt5->Qt6: More renamed stuff.
...
part of CURA-8591
2021-12-29 11:18:49 +01:00
Remco Burema
97da0b9183
Qt5->Qt6: Fix another stack-overflow error for newer Python/Qt.
...
part of CURA-8591
2021-12-29 10:15:14 +01:00