HellAholic
a95418f072
Merge pull request #18745 from Ultimaker/CURA-11465-addprinter-window-jumps-to-cloud-printer
...
Implement syncing feature for Ultimaker account
2024-03-29 16:52:38 +01:00
HellAholic
55baebc5b1
Merge pull request #18744 from Ultimaker/CURA-8897_fix_revert_to_prev_project_name
...
[CURA-8897] Clear the last project name when the platform is empty.
2024-03-28 10:34:52 +01:00
Saumya Jain
3e5edaa442
Merge branch '5.7' into CURA-11465-addprinter-window-jumps-to-cloud-printer
2024-03-28 10:06:48 +01:00
HellAholic
ba10318a0e
Merge pull request #18592 from Ultimaker/CURA-11475_low_performance_multiple_nozzles
...
Cura 11475 low performance multiple nozzles
2024-03-28 09:07:29 +01:00
Remco Burema
cbe3afba94
Remove the name when there _isn't_ platform activity.
...
Not the other way around, doh.
part of CURA-8897
2024-03-28 08:49:13 +01:00
Saumya Jain
c3b0fa5bd3
Implement syncing feature for Ultimaker account
...
Updated account syncing functionality for logged-in and non-logged-in sessions in Ultimaker. More specifically, syncing is now engaged when the UI becomes visible and stopped when adding a machine action is triggered. The modifications also include fallback to login if the user is not logged in.
CURA-11465
2024-03-27 16:42:45 +01:00
Erwan MATHIEU
228c490e0e
Merge branch '5.7' into CURA-8897_fix_revert_to_prev_project_name
2024-03-27 15:34:57 +01:00
Remco Burema
3011a17925
Clear last project name when platform empty.
...
This should fix the reverting of project name to the previous one when the current project was not saved as a project (yet).
CURA-8897
2024-03-27 13:45:21 +01:00
Saumya Jain
44c7345f3b
added catalog as an extra argument for translations
...
translations of backend plugin such as gradual flow
CURA-11732
2024-03-26 15:31:56 +01:00
c.lamboo
a7329841e6
Revert "removed all generic materials"
...
This reverts commit 71332716cc6ac19351798aae7fe48ab95088597b.
2024-03-21 11:25:24 +01:00
Saumya Jain
71332716cc
removed all generic materials
...
Only materials available for method is available in the _material_map
CURA-11729
2024-03-21 10:37:12 +01:00
Saumya Jain
81001b60cf
GUID of material ASA was from generic ASA, now given Ultimaker ASA GUID
...
CURA-11729
2024-03-20 14:32:22 +01:00
Erwan MATHIEU
70f18c1143
Apply code consistency suggestions
...
CURA-11475
2024-03-19 13:00:26 +01:00
Casper Lamboo
d16c7a84a9
Remove documenting comment in middle of function
...
CURA-11475
2024-03-19 11:37:04 +01:00
Erwan MATHIEU
e7fe6d07bd
Merge remote-tracking branch 'origin/5.7' into CURA-11475_low_performance_multiple_nozzles
2024-03-18 14:12:43 +01:00
Erwan MATHIEU
ce6642e992
Improve UI responsiveness
...
Treat settings to check for errors one by one instead of by batch of 10, because this can take a few 100s of milliseconds, which makes the UI choppy and barely allows for user interactions
CURA-11475
2024-03-18 13:24:52 +01:00
Erwan MATHIEU
5a346e3ce6
Optimized SettingInheritanceManager update
...
Instead of getting all the settings and checking for their state, run only once through all the containers and gather only the keys having a User state.
CURA-11475
2024-03-18 11:25:08 +01:00
Casper Lamboo
1c6a018c8b
Merge branch '5.7' into CURA-11526-upgrade-script
2024-03-15 11:44:57 +01:00
c.lamboo
bb3c4b455c
Bumb sdk version
...
CURA-11526
2024-03-15 10:28:45 +01:00
c.lamboo
32cf64f90c
Upgrade SettingVersion
...
CURA-11526
2024-03-15 10:19:31 +01:00
Erwan MATHIEU
8308b640ca
Revert "Optimize overridden calculated settings computation"
...
This reverts commit 42b72f81bb16ffa6912eb96aed29a3fd3349af56.
2024-03-14 16:02:35 +01:00
Erwan MATHIEU
85b60c1f28
Do not get user profile by loading auth data
2024-03-14 11:17:12 +01:00
Erwan MATHIEU
42b72f81bb
Optimize overridden calculated settings computation
...
Instead of getting all the settings and checking whether they have a user state, just take the settings from the user changes containers, which is way faster.
CURA-11475
2024-03-13 14:08:04 +01:00
Casper Lamboo
55c133eb5b
Merge pull request #18568 from Ultimaker/CURA-11710-names-in-method-materials
...
Changed names of materials as per materials list
2024-03-11 13:08:38 +01:00
c.lamboo
77e949830a
Add missing ABS-CF material to material map
...
CURA-11710
2024-03-11 13:04:26 +01:00
Casper Lamboo
cba5b0dc48
Merge pull request #18549 from Ultimaker/CURA-11650-thumnails-missing
...
Cura 11650 thumnails missing
2024-03-11 11:29:58 +01:00
Saumya Jain
0da0c720dd
Changed names of materials as per materials list
...
Removed materials with GUID not found
CURA-11710
2024-03-11 11:04:51 +01:00
Casper Lamboo
3fee8ba851
Update cura/PrinterOutput/Models/MaterialOutputModel.py
2024-03-08 16:59:04 +01:00
Saumya Jain
64bb69c48f
removing magic number Adding max render distance
...
CURA-11650
2024-03-08 16:46:58 +01:00
Saumya Jain
c4881641c3
review comments fixing
...
CURA-11650
2024-03-08 16:44:03 +01:00
Saumya Jain
28997b0b14
Update cura/Snapshot.py
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-03-08 16:38:57 +01:00
c.lamboo
6e6ca515cd
Add missing nylon material to material map
...
CURA-11709
2024-03-08 16:07:41 +01:00
Saumya Jain
ebe5da7f0e
added creating snapshot if not created till 10 attempts
...
refractored the snapshot.py
CURA-11650
2024-03-08 13:43:43 +01:00
Saumya Jain
831a1d4876
Reset openAsUcp at the start of preread
...
CURA-11403
2024-03-06 12:32:05 +01:00
Saumya Jain
b119a010ca
Moved calculating UCP only to Preread and getting value here
...
CURA-11403
2024-03-05 16:34:41 +01:00
Saumya Jain
0e70b80446
removal of preference to not open the save dialog for ucp again
...
CURA-11403
2024-03-05 14:56:09 +01:00
Saumya Jain
3e23ce1c37
code review fixed for PAP
...
CURA-11403
2024-03-05 14:08:39 +01:00
Saumya Jain
68669794de
selected printer is active printer also in case it is a cloud printer
...
CURA-11403
2024-03-04 18:03:11 +01:00
Saumya Jain
c879809836
selected printer is active printer in UCP
...
CURA-11403
2024-03-04 16:47:09 +01:00
Saumya Jain
f3c49e494e
adding option of opening model as UCP or normal project file
...
CURA-11403
2024-02-29 15:45:13 +01:00
Remco Burema
1936828a1f
Merge pull request #18339 from Ultimaker/CURA-11617-set-print-sequence
...
setting up printorder in case nodes came from copy paste or multiply
2024-02-29 08:16:55 +01:00
Remco Burema
1a0622acf2
Merge pull request #18443 from Ultimaker/CURA-10542-Drop-to-buildplate-permodel
...
Cura 10542 drop to buildplate permodel
2024-02-27 14:05:50 +01:00
Saumya Jain
5865906057
function Name change
...
CURA-10542
2024-02-27 13:52:59 +01:00
Saumya Jain
1338a562ef
added drop models to buildplate as a right click option
...
Also shortcut: ctrl+B
CURA-10542
2024-02-27 13:45:10 +01:00
Erwan MATHIEU
0007302b1c
Merge branch 'main' into CURA-11645
2024-02-27 13:09:22 +01:00
Saumya Jain
b5b9dd0e57
fixing unit-test
...
CURA-10542
2024-02-26 15:51:36 +01:00
Saumya Jain
fb233d8b16
preference setting of "drop+to_buildplate" preseve from previous versions
...
CURA-10542
2024-02-26 14:59:48 +01:00
Saumya Jain
55e5cd8982
adding dropto buildplate drop per model in 3mf
...
CURA-10542
2024-02-26 14:58:53 +01:00
Erwan MATHIEU
fb33dfe665
Register notification on prime tower enable
...
CURA-11645
2024-02-26 11:15:34 +01:00
Erwan MATHIEU
d5e8a0acb9
Fix prime tower shadow visible when disabled
...
CURA-11645
2024-02-26 11:12:31 +01:00