34536 Commits

Author SHA1 Message Date
Saumya Jain
3e5edaa442
Merge branch '5.7' into CURA-11465-addprinter-window-jumps-to-cloud-printer 2024-03-28 10:06:48 +01:00
Saumya Jain
55d4cd44c4 Aligning the title horizontally
CURA-11781
2024-03-28 09:51:06 +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
HellAholic
264fd95e5f
Merge pull request #18743 from Ultimaker/CURA-11776-update-from-global-setting-for-support-type
Update support extruder settings behavior
2024-03-27 17:01:08 +01:00
HellAholic
f1228b719b
Merge pull request #18577 from Ultimaker/PP-446-Update-bundled-packages
PP-446 update bundled packages
2024-03-27 16:44:08 +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
d857183df5
Merge branch '5.7' into PP-446-Update-bundled-packages 2024-03-27 13:43:26 +01:00
Paul Kuiper
07f9bffaf8 Fixed CPE plus links.
PP-446
2024-03-27 13:36:40 +01:00
Paul Kuiper
8d34b259b9
Apply suggestions from code review
Added new printing guideline link for method materials

Co-authored-by: Saumya Jain <70144862+saumyaj3@users.noreply.github.com>
2024-03-27 13:35:31 +01:00
HellAholic
f89d4ddb4c
Merge pull request #18741 from Ultimaker/CURA-11786_cloud_plugin_cleanup
[CURA-11786] [PP-452] Clean up the CloudAPIClient
2024-03-27 13:21:01 +01:00
Saumya Jain
72a217096d
Merge branch '5.7' into PP-446-Update-bundled-packages 2024-03-27 12:35:07 +01:00
Saumya Jain
9310fff06f Aligning with 5.7 2024-03-27 12:32:14 +01:00
HellAholic
ae929d9193
Merge pull request #18614 from Ultimaker/5.7-translations
Updated translations
2024-03-27 12:10:09 +01:00
Saumya Jain
f2b2048b51 Update support extruder settings behavior
Changed the settings in RecommendedSupportSelector.qml so that now all extruders will not be updated by default. However, when a user changes the selected index, a temporary update to all extruders will be triggered. This allows for specific user-directed changes to propagate correctly across all extruders.

CURA-11776
2024-03-27 11:58:55 +01:00
Frederic Meeuwissen
f665281a6a Only load machine_id_to_name.json when it's needed for the first time 2024-03-27 11:19:59 +01:00
Frederic Meeuwissen
484cc6d42f Clean up CloudApiClient.py 2024-03-27 11:19:48 +01:00
Frederic Meeuwissen
8012df6518 Convert str.format to f-string 2024-03-27 11:19:36 +01:00
Frederic Meeuwissen
1bc8b90b56 Move definition ID to cloud name map to json file 2024-03-27 11:19:22 +01:00
Saumya Jain
f4c15c47ce
Update plugins/3MFWriter/SettingsExportGroup.py
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-03-27 11:18:02 +01:00
Saumya Jain
646d4e5f85
Update plugins/3MFWriter/SettingsExportModel.py
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-03-27 11:17:46 +01:00
Saumya Jain
3d0337ed3d
Merge branch '5.7' into PP-446-Update-bundled-packages 2024-03-27 10:21:56 +01:00
Matthias
caa1fc8c67 Move nozzle clean to designated area 2024-03-27 09:13:37 +01:00
Erwan MATHIEU
a19ebc638b Apply suggested fix by @GMagician 2024-03-27 08:53:50 +01:00
Saumya Jain
6ddd96f914 Add visibility control for settings in 3MFWriter plugin
Introduced a new property 'show_in_menu' to control the visibility of individual settings in 3MFWriter plugin. Modified 'SettingExport' class constructor to store this visibility status. Also, updated the 'SettingsExportGroup' model to filter the settings based on visibility before presenting them in the GUI.

CURA-11723
2024-03-26 20:37:43 +01:00
Nathan Rooy
5a0fe793ec
Merge branch 'main' into main 2024-03-26 15:16:32 -04:00
Saumya Jain
dc34fbc047 learn more button alligned in UCP
CURA-11781
2024-03-26 16:35:59 +01:00
Remco Burema
25e90e51d7 Fix outdated security-badge github-workflow. 2024-03-26 15:36:42 +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
Remco Burema
45a156034c Make volunteer translators aware of string-freeze.
CURA-11771
2024-03-26 15:10:37 +01:00
Remco Burema
bc5532dab3 Prevent crash if the variants only have an 'empty' entry.
Just get the one you'd get if no variant was asked (like in the other branch of the if) then.

CURA-11772
2024-03-26 14:01:35 +01:00
nathanrooy
7cd2c68e2d fixed "positionning" -> "positioning" typo 2024-03-25 19:28:46 -04:00
Erwan MATHIEU
f481a56ba0 Last fixes recommended by @GMagician 2024-03-25 08:49:24 +01:00
Erwan MATHIEU
bc933a069f
Merge pull request #18717 from dmitrygribenchuk/5.7-translations
Update ru_RU translation
2024-03-25 08:38:06 +01:00
Dmitry Gribenchuk
99d9cf9aee
lexical fixes 2024-03-25 09:28:01 +02:00
Erwan MATHIEU
c4a4a7f319
Merge pull request #18695 from dmitrygribenchuk/5.7-translations
update ru_RU translation
2024-03-22 20:46:04 +01:00
Dmitry Gribenchuk
ec080299b1
bugfix for ru_RU translation 2024-03-22 21:31:00 +02:00
Dmitry Gribenchuk
5604ba528b
update ru_RU translation 2024-03-22 18:26:06 +02:00
Erwan MATHIEU
d92c44cf64 Restored Italian translation for Universal Cura Project 2024-03-22 15:40:33 +01:00
Erwan MATHIEU
421ca02e7e Translate "Universal Cura Project" again 2024-03-22 15:30:51 +01:00
Erwan MATHIEU
100e4de8bf Restored French translation for Universal Cura Project 2024-03-22 15:28:42 +01:00
Erwan MATHIEU
143037a86e
Merge branch '5.7' into 5.7-translations 2024-03-22 15:15:52 +01:00
Saumya Jain
d3b1294e8b Added UCP as prefix in name while saving a UCP
CURA-11762
2024-03-22 10:18:50 +01:00
Erwan MATHIEU
c1d57d4b0d Avoid using a temporary file to extract the old translations 2024-03-21 14:01:40 +01:00
HellAholic
0612ae0fd5
Merge pull request #18672 from Ultimaker/CURA-11729-asa-profile-not-selectable
GUID of material ASA was from generic ASA, now given Ultimaker ASA GUID
2024-03-21 13:27:28 +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
af40ab5b01
Merge branch '5.7' into 5.7-translations 2024-03-21 09:58:10 +01:00