Saumya Jain
f3c49e494e
adding option of opening model as UCP or normal project file
...
CURA-11403
2024-02-29 15:45:13 +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
Casper Lamboo
58eb62d976
Merge pull request #18371 from Ultimaker/CURA-11403_save-PAP
...
Cura 11403 save pap
2024-02-23 15:49:00 +01:00
Saumya Jain
f8a299bc70
Merge branch 'main' into main
2024-02-23 10:36:22 +01:00
Saumya Jain
ec871782c7
PAP adding save dialog before filesave window
...
CURA-11403
2024-02-20 10:47:27 +01:00
saumya.jain
b641741e49
Added preference to show UFP saving dialog
...
Changes saving to .ucp to .3mf
2024-02-16 14:11:07 +01:00
saumya.jain
d68a454fa9
function name change to getWorkplaceDropToBuildplate
...
CURA-10542
2024-02-15 11:35:09 +01:00
saumya.jain
f54d6099cd
removed the preference made it a member of class platformphysics
...
CURA-10542
2024-02-15 11:23:34 +01:00
Saumya Jain
355f24e29f
Merge branch 'main' into Issue-4835-allow-to-set-print-sequence-manually
2024-02-09 09:52:06 +01:00
Saumya Jain
84ecf8ec8f
Merge branch 'main' into CURA-11596-open-url-singleinstance
2024-02-08 10:52:11 +01:00
saumya.jain
cf1a7889c2
mimicing behavior as files to open
...
CURA-11596
2024-02-07 17:01:56 +01:00
saumya.jain
d2e8999e45
creating pyqtslot for desired functionality
...
CURA-11596
2024-02-07 15:20:52 +01:00
Saumya Jain
799ef9ef51
Merge branch 'main' into CURA-11596-open-url-singleinstance
2024-02-06 16:19:29 +01:00
saumya.jain
eff4584203
adding files in single instance in case of url
...
CURA-11596
2024-02-06 16:05:34 +01:00
Erwan MATHIEU
15156c70ad
Merge branch 'main' into CURA-11483
2024-02-06 13:46:09 +01:00
c.lamboo
d8cc99bf0d
Remove duplicate paths
...
CURA-11483
2024-02-06 13:00:31 +01:00
c.lamboo
0f6f18e7dd
Clean up some paths
...
CURA-11483
2024-02-05 11:30:15 +01:00
Saumya Jain
7d9a699eb1
Update cura/CuraApplication.py
...
using modern typing
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-02-05 09:07:22 +01:00
c.lamboo
8a0914c981
Adding more paths
...
🥲
CURA-11483
2024-02-02 16:38:02 +01:00
saumya.jain
3fc859c76b
crash while opening printer setting
...
It happened because of creating MachineActionManager as a singleton.
Code is refractored to make it work.
CURA-11558
2024-02-01 11:34:19 +01:00
c.lamboo
1bf789f6f4
Update pyinstaller for mac
2024-01-26 10:36:13 +01:00
saumya.jain
d0560ae790
restoring qmlregistersingletons in Cura
...
adding wrapper for deprecation warning
CURA-7812
2024-01-10 17:54:02 +01:00
saumya.jain
d01b5c1767
Renmoved singleton Um.Application
...
CURA-7812
2024-01-08 17:46:04 +01:00
saumya.jain
11aa71a5df
Singleton management in Cura
...
-QualityManagementModel, MaterialManagementModel, SimpleModeSettingsManager, MachineActionManager and CustomQualityProfilesDropDownMenuModel *deleted*
-QualityProfilesDropDownmenuModel changed to RegisterType
CURA-7812
2024-01-08 14:41:41 +01:00
alexandr-vladimirov
2b05a370ca
Allow to set print sequence manually
2024-01-04 06:30:23 +03:00
saumya.jain
a309c9efdb
Error is displayed on Cura screen
...
CURA-11289
2023-12-21 17:26:11 +01:00
saumya.jain
608c2344c5
on_error takes multiple args
...
CURA-11289
2023-12-21 16:25:12 +01:00
Saumya Jain
581d1bf3b9
Merge branch 'main' into CURA-11288
2023-12-19 10:17:15 +01:00
c.lamboo
84d56367f4
Also listen to the "/" appended string for url schemes
...
Windows adds a slash for some reason
CURA-11288
2023-12-06 13:33:57 +01:00
saumya.jain
30e4c61620
review comments fix
...
CURA-11166
2023-12-06 12:39:10 +01:00
c.lamboo
568fc4ca76
Revert "Fix opening files on windows"
...
This reverts commit d6a73a5976
.
2023-12-06 08:49:37 +01:00
c.lamboo
d6a73a5976
Fix opening files on windows
...
`_open_url_queue` is expecting a list of strings, not a `QUrl` instance
CURA-11288
2023-12-06 07:57:45 +01:00
c.lamboo
b46f6e8e09
Add support for CLI file opening with 'cura' and 'slicer' schemes
...
CURA-11288
2023-12-05 18:24:44 +01:00
saumya.jain
ce0cdd0b91
Model translations while changing build plates
...
while importing models, coordinate translations shouldn’t matter and the object should be organized on the plate where it finds space.
CURA-11166
2023-12-04 17:07:43 +01:00
c.lamboo
cf6874c984
Use the HttpRequestManager
to avoid blocking the main thread
...
CURA-11289
2023-12-01 10:53:30 +01:00
c.lamboo
a442228f38
Open file on url scheme
...
CURA-11289
2023-11-30 22:45:18 +01:00
c.lamboo
ad871c627e
Don't open file on open file event
...
CURA-11288
2023-11-30 13:42:48 +01:00
c.lamboo
87caa0307a
Display message on open file event
...
CURA-11288
2023-11-30 13:28:33 +01:00
Saumya Jain
f31980d595
Merge branch 'main' into object-reload-refactor
2023-11-01 13:22:07 +01:00
Jelle Spijker
16249e490e
Allow sideloading of resources via env
...
`CURA_DATA_ROOT` and `URANIUM_DATA_ROOT`
This allows the conanfile.py to point to `venv/share/cura`
This functionality is disabled in sys.frozen
Contributes to CURA-10561
2023-10-29 14:25:06 +01:00
Fredrik Ehnbom
dc6edffea4
Add navigation style option
2023-10-21 12:18:00 +02:00
c.lamboo
6f1adaad43
Make Conan/Python installs available for whole project and not just the AboutDialog
...
Generation of dependency list now happens in
Also cleaned up the AboutDialog.qml
CURA-10561
2023-10-19 18:39:08 +02:00
Fernando Pietchaki
93f2171146
Merge branch 'main' into object-reload-refactor
2023-10-12 23:41:49 -03:00
Remco Burema
fbd5569089
Merge remote-tracking branch 'origin/main' into CURA-10951_gh_build_curapackage
2023-09-08 18:39:27 +02:00
Remco Burema
c716ff8dfe
Merge branch 'main' into CURA-9494_nightly
2023-09-07 13:09:49 +02:00
c.lamboo
d2cd759e51
Merge branch 'main' into CURA-10951_gh_build_curapackage
2023-08-30 20:23:40 +02:00
Remco Burema
fa08848152
Merge pull request #15496 from Ultimaker/CURA-7951_lock_rotation
...
Add option to arrange in grid
2023-08-30 13:31:42 +02:00
Jelle Spijker
81b2aeaf4e
Merge branch 'main' into CURA-9494_nightly
2023-08-29 22:52:54 +02:00
Fernando Pietchaki
6aeb59eb15
Refactor object reload to handle 3mf files
...
Refactor object reload to better handling of 3mf files
Make a single file read for all objects from that file, and then
replace the objects in scene to the new ones, matching by name.
This is also required for an Uranium update to handle the automatic
file reload when a file change is detected.
3mf Files can have multiple objects in them. When that is the case,
and the file is updated, all objects from that file where being
replaced by the first object in the file.
2023-08-29 15:06:27 -03:00