Remco Burema
fc0d1a54f3
Merge remote-tracking branch 'origin/main' into CURA-11406_fix_auth_refresh_after_sleep
2024-02-14 10:31:17 +01:00
HellAholic
7a72708217
Fix random crash on windows OS on boot up
2024-02-13 16:04:20 +01:00
saumya.jain
aa2abfbd2e
removing id of checkbox
...
CURA-10542
2024-02-09 15:15:44 +01:00
saumya.jain
91a84674f0
Adding the preference drop to buildplate while opening Cura project
...
CURA-10542
2024-02-09 15:11:56 +01:00
Saumya Jain
a7292c7baf
Update OneAtATimeIterator.py
...
saving node_list after sorting
2024-02-09 11:20:04 +01:00
saumya.jain
e8bdca3dd9
introducing drop to buildplate per model
...
CURA-10542
2024-02-09 10:32:39 +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
495be39d1f
Update cura/SingleInstance.py
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2024-02-08 10:51:49 +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
313a7f7068
remove debug statement
...
CURA-11596
2024-02-07 12:16:01 +01:00
saumya.jain
206b530724
Removing debug statement
...
CURA-11596
2024-02-07 11:05:48 +01:00
saumya.jain
bb28a7c506
fixing the if condition
...
CURA-11596
2024-02-07 11:01:05 +01:00
Saumya Jain
799ef9ef51
Merge branch 'main' into CURA-11596-open-url-singleinstance
2024-02-06 16:19:29 +01:00
saumya.jain
664fa4f48d
assigning different command for opening url
...
CURA-11596
2024-02-06 16:19:01 +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
saumya.jain
9c57627a88
Adding command for opening url
...
CURA-11596
2024-02-06 12:17:38 +01:00
saumya.jain
e554eb264e
adding logging for debugging
...
CURA-11596
2024-02-05 15:44:46 +01:00
saumya.jain
21517c5025
Adding openURL in singleinstance
2024-02-05 13:22:26 +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
c.lamboo
8af3de2178
Fix getInitialExtruder
code
...
For the `skirt_brim_extruder_nr` setting it is possible for the setting to be -1; this means that we have no preference for extruder. This allowed us to implement the "multi-material brim". When we were requesting the initial extruder, and this value was set to -1 we were default to the 0-th extruder. However, this was incorrect in the situation where the first extruder is not used.
Fixes #17501
2024-01-23 20:48:02 +01:00
Erwan MATHIEU
27698332e6
Merge branch 'main' into optimized-prime-tower
2024-01-18 13:02:15 +01:00
Remco Burema
5bcc37d7d7
Revert "Change bool setting to more flexible callback function"
...
This reverts commit ff478559b0
.
2024-01-18 10:44:15 +01:00
Erwan MATHIEU
660a593872
Merge remote-tracking branch 'origin/main' into optimized-prime-tower
2024-01-18 09:41:53 +01:00
Erwan MATHIEU
ff478559b0
Change bool setting to more flexible callback function
2024-01-17 19:51:28 +01:00
Erwan MATHIEU
eb3b671422
Merge branch 'main' into improve_oauth
2024-01-17 18:02:03 +01:00
Erwan MATHIEU
8d0329f284
Merge remote-tracking branch 'origin/main' into optimized-prime-tower
2024-01-17 13:01:41 +01:00
HellAholic
1a57f12172
change label to name to align with items in global_container_stack check
2024-01-16 10:01:26 +01:00
saumya.jain
d0560ae790
restoring qmlregistersingletons in Cura
...
adding wrapper for deprecation warning
CURA-7812
2024-01-10 17:54:02 +01:00
Erwan MATHIEU
f00636d374
Merge remote-tracking branch 'origin/main' into optimized-prime-tower
2024-01-10 16:30:34 +01:00
Erwan MATHIEU
330dfd8be0
Add retry to OAuth token refresh failure
...
CURA-11406
2024-01-10 15:13:42 +01:00
Erwan MATHIEU
a5e158de9e
Merge branch 'main' into improve_oauth
2024-01-10 08:45:17 +01:00
saumya.jain
676099ccf6
Removed singleton UM.OperationStack, merged with CuraActions
...
Removed ActiveTool singleton added to controller singleton
CURA-7812
2024-01-09 10:29:45 +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
13540c3ed2
Merge branch 'main' into CURA-7647-proof-of-concept
2023-12-22 10:04:54 +01:00
Saumya Jain
a9a26859e7
Merge branch 'main' into CURA-7647-proof-of-concept
2023-12-21 17:30:48 +01: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
Erwan MATHIEU
01d0a2d9ce
Merge branch 'Ultimaker:main' into improve_oauth
2023-12-19 20:23:59 +01:00
Saumya Jain
581d1bf3b9
Merge branch 'main' into CURA-11288
2023-12-19 10:17:15 +01:00
saumya.jain
cfec5e0cc1
Proof of concept for simulation
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
CURA-7647
2023-12-19 10:12:56 +01:00