Saumya Jain
d017f0ec9c
increased size of clear icon
...
CURA-11003
2024-04-08 15:37:48 +02:00
GregValiant
54636c3421
Monitor Page Preheat values
...
Change the default preheat values to the Initial Layer values.
2024-04-05 13:32:28 -04:00
Saumya Jain
7231c273a1
Refactor textChanged event
...
helps to increase code readability and maintainability.
CURA-11003
2024-04-05 16:26:33 +02:00
Saumya Jain
66754d837b
Remove redundant printerSearchTimer
...
CURA-11003
2024-04-05 16:24:34 +02:00
Saumya Jain
8efc5ece01
Merge branch 'main' into Cura_ankermake_august
2024-04-04 15:18:09 +02:00
Saumya Jain
7a6f195b74
changed filter from "id" to "name" as both are different
...
CURA-11003
2024-04-04 14:37:51 +02:00
Saumya Jain
f35865e3c4
property name hasSearchFilter changed
...
CURA-11003
2024-04-04 14:13:58 +02:00
Saumya Jain
2ed0377a05
added column for removing the magic number
...
CURA-11003
2024-04-04 14:09:58 +02:00
Saumya Jain
a6e91fecf3
Merge branch 'main' into CURA-11003-add-searchbar-for-offlineprinter
2024-04-03 17:08:11 +02:00
Saumya Jain
da8db6201e
merge 5.7
2024-04-03 16:59:46 +02:00
Saumya Jain
4c42ed7085
Refactor code in AddLocalPrinterScrollView.qml
...
The commit simplifies the function for updating current items in the AddLocalPrinterScrollView.qml file. It also removes unnecessary properties and functions, streamlining the process for setting printer info. The changes improve code readability and efficiency
CURA-11003
2024-04-03 16:16:28 +02:00
Saumya Jain
b810e63c60
Merge branch 'main' into CURA-11003-add-searchbar-for-offlineprinter
2024-04-03 14:52:19 +02:00
Saumya Jain
56d6325671
expanding found machines inside sections
...
CURA-11003
2024-04-03 14:50:14 +02:00
Saumya Jain
2249e298ca
Implement printer search feature in local printer selection
...
Added a search field in the 'Add Local Printer' section which allows users to search for their desired printer. A timer has been set to trigger the search function as the user types into the search field. A clear button is visible for easy removal of the search text. Adjusted the ListModel.py to correctly emit dataChanged signal when there are changes in the list.
CURA-11003
2024-04-03 12:32:25 +02:00
HellAholic
8c0225c20e
Merge pull request #18796 from Ultimaker/CURA-11738-string-correction-for-openUCP
...
Corrected string
2024-04-03 12:25:35 +02:00
Nathan Rooy
e8d7a3cda6
Merge branch 'main' into main
2024-04-02 10:20:27 -04:00
Mariska
1a552af450
Two corrections
...
Removed a <
Added the mention of Support for the brim inside only
2024-04-02 11:47:13 +02:00
MariMakes
03a6d090db
Update Changelog for Stable Release
...
Added the introduced bugfixes to the changelog
2024-04-02 11:40:00 +02:00
Saumya Jain
aa900abe9b
Corrected string
...
As it doesn't open the file as Cura project anymore
CURA-11738
2024-04-02 10:59:53 +02:00
Saumya Jain
547f1bb8de
Merge branch '5.7'
2024-04-02 10:15:00 +02:00
Erwan MATHIEU
346d375c48
Merge branch '5.7' into CURA-11800
2024-04-02 09:01:31 +02:00
Cláudio 'Patola' Sampaio
479d4d0062
Updated pt_BR strings for Cura 5.7
2024-04-02 02:34:34 +02:00
c.lamboo
40b9f2b909
Change modal type to ApplicationModal
...
this was causing issues on mac. You can only have a single `modal` open at all time. Some how mac though a modal was still open (event after it was being closed) and refused to open other dialogs (like file dialogs)
CURA-11800
2024-03-30 16:36:07 +01:00
c.lamboo
b3d3c4d00a
Remove almost duplicate file
...
CURA-11800
2024-03-30 16:16:27 +01:00
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
Erwan MATHIEU
54cae5b602
Merge branch '5.7' into ender3v3se
2024-03-29 10:12: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
T9Air
eb42267f48
Merge branch 'Ultimaker:main' into main
2024-03-27 21:22:20 -04:00
T9Air
d72863c2f4
Update creality_ender3v3se.def.json
2024-03-27 21:19:54 -04: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
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
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
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
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
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
Nathan Rooy
5a0fe793ec
Merge branch 'main' into main
2024-03-26 15:16:32 -04:00
Remco Burema
45a156034c
Make volunteer translators aware of string-freeze.
...
CURA-11771
2024-03-26 15:10:37 +01:00
nathanrooy
7cd2c68e2d
fixed "positionning" -> "positioning" typo
2024-03-25 19:28:46 -04:00
T9Air
5e032f7d2c
Update creality_ender3v3se.def.json
...
Edited max acceleration values to 2500
2024-03-25 13:52:08 -04:00
Erwan MATHIEU
f481a56ba0
Last fixes recommended by @GMagician
2024-03-25 08:49:24 +01:00
Dmitry Gribenchuk
99d9cf9aee
lexical fixes
2024-03-25 09:28:01 +02: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
100e4de8bf
Restored French translation for Universal Cura Project
2024-03-22 15:28:42 +01:00
Saumya Jain
af40ab5b01
Merge branch '5.7' into 5.7-translations
2024-03-21 09:58:10 +01:00