HellAholic
93f510f0c8
Merge pull request #20250 from Ultimaker/CURA-12393_set-proper-link-for-incompatibility-warning
...
CURA-12393 Set support page to be opened on core incompatibility
2025-02-14 09:41:36 +01:00
Erwan MATHIEU
01fd82e8e5
Merge branch 'main' into fix_qml_py_re
2025-02-11 13:19:50 +01:00
Erwan MATHIEU
686b404a95
Set support page to be opened on core incompatibility
...
CURA-12393
2025-02-07 15:56:30 +01:00
Erwan MATHIEU
c369a405b3
Set dynamic items size
...
CURA-12368
2025-01-28 10:34:58 +01:00
Remco Burema
669c28e618
Try to make unavailable configuration warnings less confusing.
...
part of CURA-12368
2025-01-28 09:20:47 +01:00
Remco Burema
038e8b7722
Warn for mismatched cores on multi-config printers.
...
Similar to the warning we already had for missing materials.
CURA-12368
2025-01-22 21:16:56 +01:00
Erwan MATHIEU
5f9828dbd8
Add variant names to source translation files
...
CURA-12255
2024-11-04 12:03:15 +01:00
HellAholic
f5efb60b71
Update to a better logic
...
Also allow for extraction for PO files
2024-11-01 17:33:29 +01:00
HellAholic
c036576116
Fix the missing translation connection
...
Text was assigned directly from the Machine manager without being passed to the catalog
2024-11-01 17:07:55 +01:00
HellAholic
7ebad9c107
Merge branch 'main' into CURA-12138-Export_for_support_option
2024-09-16 13:05:29 +02:00
HellAholic
552686cdb7
add the menu item under help
2024-09-12 11:37:23 +02:00
HellAholic
a0c111c6f5
Remove from menu
2024-09-12 11:03:07 +02:00
David Fries
2749de9a67
Fix RecentFilesMenu.qml onObjectRemoved incompatible arguments
...
"share/cura/resources/qml/Menus/RecentFilesMenu.qml:39:
TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed."
This was passing the Instantiator index, which is a Number to menu.removeItem
which is expecting an object. Add the missing index argument. I
found Qt 5.7 had two arguments so it has been there for some time.
2024-08-31 12:11:56 -05:00
Saumya Jain
6542d9ff13
changes made regards to PR review
...
CURA-11851
2024-04-22 14:45:51 +02:00
Saumya Jain
df25f5c173
Update core compatibility warning message
...
CURA-11851
2024-04-22 14:03:40 +02:00
Saumya Jain
21e4f99b9d
Add core compatibility check for Factor4 machine
...
A new function has been added to the MachineManager class to check for core compatibility in the Factor4 machine. This function ensures the selected core is compatible for use with the Factor4 machine and if not, it displays a warning icon with an appropriate message.
CURA-11851
2024-04-22 14:00:56 +02:00
Remco Burema
e0f5d2595c
Only save project as project (not ucp).
...
If we don't limit this, the user would also have the basically fake option to save as UCP ... which would still save as a workspace/project instead, leading to much confusion. (This is the 2nd instance of where this needs to go actually...)
part of CURA-11715
2024-03-14 18:45:40 +01:00
Saumya Jain
73e4d78735
added limit mimetype for 3mf project and removed saving ucp as mesh writer
...
CURA-11715
2024-03-14 13:01:01 +01:00
Erwan MATHIEU
ff4652e16a
Add comments not to translate "Universal Cura Project"
2024-03-11 12:49:11 +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
c.lamboo
6cd8196a96
Fix crash when saving ucp project
...
CURA-11403
2024-02-26 15:53:15 +01:00
c.lamboo
3c305bb289
Fix dialog_on_ucp_project_save
preference
...
CURA-11403
2024-02-21 19:30:36 +01:00
c.lamboo
5f7a1c7b7b
Use correct mime-type
...
CURA-11403m
2024-02-21 16:50:46 +01:00
Saumya Jain
942589d3a2
filename is basename without the printer info
...
CURA-11403
2024-02-20 17:05:23 +01:00
Saumya Jain
d2566d72ff
for preference to open dialo while saving ucp
...
CURA-11403
2024-02-20 16:56:34 +01:00
Saumya Jain
ec871782c7
PAP adding save dialog before filesave window
...
CURA-11403
2024-02-20 10:47:27 +01:00
Saumya Jain
80d7536763
Merge branch 'main' into CURA-11561_mockup_pap
2024-02-16 11:47:32 +01:00
Erwan MATHIEU
63c1eb8990
Rename to Universal Cura Project
...
CURA-11561
2024-02-05 14:15:43 +01:00
Erwan MATHIEU
733ef4d3d8
UI now displays an option to select the same profile
...
CURA-11561
2024-02-02 12:17:34 +01:00
Erwan MATHIEU
c6e5620295
Revert "Add export sub-menu"
...
This reverts commit 54af5bca3c5e9b5700ce106f854f97e3ed102842.
2024-02-02 10:07:11 +01:00
Erwan MATHIEU
b931029f1c
Now using ThreeMFWriter to save PCB files
...
CURA-11561
2024-02-02 10:03:48 +01:00
Erwan MATHIEU
edd5cee41a
Fix exporting binary/ascii STL
...
CURA-11561
2024-01-25 14:04:47 +01:00
Erwan MATHIEU
54af5bca3c
Add export sub-menu
...
CURA-11561
2024-01-25 13:30:56 +01:00
alexandr-vladimirov
2b05a370ca
Allow to set print sequence manually
2024-01-04 06:30:23 +03:00
c.lamboo
61b33691e5
Fix nozzle selection checkmark
...
CURA-11299
2023-11-10 15:21:18 +01:00
c.lamboo
cf2be72cd3
Grey out menu if no items are present
...
CURA-11266
2023-11-02 17:15:18 +01:00
saumya.jain
118f49a052
review comments fixed
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
CURA-7951
2023-08-23 15:39:23 +02:00
saumya.jain
b662da732e
review comments fixed
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
CURA-7951
2023-08-22 11:51:30 +02:00
saumya.jain
b62725b4f0
copy_paste in a grid
...
arrange all objects in grid
place in grid
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
CURA-7951
2023-08-22 10:30:51 +02:00
saumya.jain
023dd3a9c5
Merge remote-tracking branch 'origin/main' into CURA-7951_lock_rotation
...
# Conflicts:
# resources/i18n/cs_CZ/cura.po
# resources/i18n/cura.pot
# resources/i18n/de_DE/cura.po
# resources/i18n/es_ES/cura.po
# resources/i18n/fi_FI/cura.po
# resources/i18n/fr_FR/cura.po
# resources/i18n/hu_HU/cura.po
# resources/i18n/it_IT/cura.po
# resources/i18n/ja_JP/cura.po
# resources/i18n/ko_KR/cura.po
# resources/i18n/nl_NL/cura.po
# resources/i18n/pl_PL/cura.po
# resources/i18n/pt_BR/cura.po
# resources/i18n/pt_PT/cura.po
# resources/i18n/ru_RU/cura.po
# resources/i18n/tr_TR/cura.po
# resources/i18n/zh_CN/cura.po
# resources/i18n/zh_TW/cura.po
2023-08-21 10:10:25 +02:00
saumya.jain
4f6c0001b6
Sponsor cura added at designated loc
...
CURA-10832
2023-08-18 14:55:19 +02:00
c.lamboo
f07faac422
Add copy, paste, cut functionality
...
CURA-7913
2023-08-04 13:24:06 +02:00
Jaime van Kessel
d8a88739a6
Ensure that menu items for extruder are added to right spot in context menu
...
Fixes CURA-10649
2023-06-02 13:51:43 +02:00
c.lamboo
4f9d041ae8
Add rotation lock in arrange and multiply objects
...
Add rotation lock in
- context menu item arrange and
- checkbox in multiply objects dialog
CURA-7951
2023-05-11 16:14:38 +02:00
Joey de l'Arago
12701b7dac
Hacky fix for mouseArea bug.
...
CURA-9522
2023-01-06 13:25:57 +01:00
jspijker
e532e13e06
Set height and of the material brand menuitem explicitly
...
Contributes to CURA-9522
2023-01-05 13:41:26 +01:00
Joey de l'Arago
bf30e69f08
Change default implicitX for MaterialBrandSubMenu.
...
CURA-9522
2023-01-02 10:21:43 +01:00
Joey de l'Arago
e99719a08f
Correct solution to width being incorrect after height resize.
...
CURA-9522
2022-12-29 13:35:24 +01:00
Joey de l'Arago
70d69031fe
Fix width being incorrect on first time opening popups
...
CURA-9522
2022-12-29 13:08:15 +01:00
Joey de l'Arago
8c4276946d
Fix double lining between popups
...
CURA-9522
2022-12-29 13:06:49 +01:00