7706 Commits

Author SHA1 Message Date
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
Jelle Spijker
7a4d26452a
Fix testing against literal instead of value
Contribute to CURA-10831
2023-12-04 14:00:42 +01:00
Saumya Jain
28f55e05fa
Merge branch 'main' into CURA-7647-play-simulation-time-dependent 2023-12-04 10:52:42 +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
Jelle Spijker
319d478a9a
Merge pull request #17422 from Ultimaker/remove-luts
Clean up bot LUT
2023-11-29 15:09:09 +01:00
Jaime van Kessel
2be8113859
Merge branch 'fix_oneatatime_modifiermeshes' of github.com:fieldOfView/Cura 2023-11-29 13:30:03 +01:00
Casper Lamboo
c1bd5e2356
Merge branch 'main' into remove-luts 2023-11-29 12:30:15 +01:00
c.lamboo
cf27163934 Update bot to reference 2023-11-29 12:25:51 +01:00
c.lamboo
19eaf89fcd Merge branch '5.6'
# Conflicts:
#	conanfile.py
2023-11-28 15:25:37 +01:00
c.lamboo
6cca534304 Fix previous commit
CURA-11394
2023-11-28 10:34:08 +01:00
c.lamboo
02655cde2e Add tool tip + icon + description for solid intent
CURA-11394
2023-11-28 10:07:16 +01:00
c.lamboo
a9dcfaa032 specify bot id type 2023-11-27 15:32:55 +01:00
c.lamboo
495079f3d9 Clean up bot LUT
We had a lot of Look up Tables scattered around in the cura repository. This can be solved by adding a `bot_id` entry to metadata of the various makerbot extruders/materials/definitions
2023-11-24 16:49:31 +01:00
Jelle Spijker
efafe1503d
Merge branch '5.6'
# Conflicts:
#	conanfile.py
#	resources/definitions/ultimaker_methodx.def.json
#	resources/definitions/ultimaker_methodxl.def.json
2023-11-15 13:53:39 +01:00
Jaime van Kessel
fc3d150b39
Merge branch 'CURA-11299' of github.com:Ultimaker/Cura into 5.6 2023-11-15 13:11:36 +01:00
Erwan MATHIEU
19089b84a3 Upgrade SDK version 2023-11-14 17:36:24 +01:00
c.lamboo
2569c4c3d1 Use flip up/down to reverse list
CURA-11293
2023-11-10 18:42:10 +01:00
c.lamboo
2be72ca22b Revert "Use intersection instead of convex hull intersection"
This reverts commit 4982680dfce39bb189c0a3a4b1c7bb41480123a0.
2023-11-10 18:00:00 +01:00
c.lamboo
61b33691e5 Fix nozzle selection checkmark
CURA-11299
2023-11-10 15:21:18 +01:00
Erwan MATHIEU
4982680dfc Use intersection instead of convex hull intersection
CURA-11293
2023-11-09 16:22:52 +01:00
Erwan MATHIEU
b8e8f2ac0e Code readability improvement
CURA-11293
2023-11-09 16:19:35 +01:00
Erwan MATHIEU
6539841f3e Fix possibly wrong disallowed area display
CURA-11293
2023-11-09 14:23:46 +01:00
saumya.jain
457cecba59 using numpy for array calculation
CURA-7647
2023-11-08 13:29:47 +05:30
saumya.jain
6301926885 Calculating time of travel for each line segment
CURA-7647
2023-11-07 18:08:08 +05:30
Erwan MATHIEU
39db261b4b Integrate prime tower mode setting 2023-11-03 13:13:27 +01:00
c.lamboo
46bed2de56 Add node as an optional argument to isometricSnapshot
By setting this argument a single `SceneNode` can be used as subject for the snapshot. If argument is omitted then the scene root is taken as node.
2023-11-02 17:30:07 +01:00
Saumya Jain
3121766fb7
Merge pull request #16610 from pietchaki/object-reload-refactor
Refactor object reload to handle 3mf files
2023-11-01 14:53:56 +01:00
Saumya Jain
f31980d595
Merge branch 'main' into object-reload-refactor 2023-11-01 13:22:07 +01:00
saumya.jain
7ce91f5ad8 material translation, saving to .makerbot on cloud by default when Method printer is selected
CURA-11138
2023-11-01 11:03:19 +01:00
Saumya Jain
91d08a2a6d
Merge branch 'main' into CURA-11138-makerbot-cloud-printing 2023-11-01 10:32:10 +01:00
c.lamboo
75feb5ae38 Don't create abstract printers if visibility is set to false
CURA-11138
2023-10-31 15:35:56 +01:00
saumya.jain
ce132e4c3f Function name changed to make it a bit generic
CURA-11138
2023-10-31 11:48:44 +01:00
c.lamboo
f8bb30b025 Use better variable naming
CURA-10561
2023-10-30 16:31:32 +01:00
saumya.jain
1a139f44bc parsing method printer nozzles
CURA-11138
2023-10-30 16:13:50 +01:00
c.lamboo
7e91750f58 Use camercase for nodeBounds def
CURA-10561
2023-10-30 15:43:02 +01:00
c.lamboo
71ada85966 Use camercase for isometricSnapshot def
CURA-10561
2023-10-30 15:41:54 +01:00
saumya.jain
39ec9c9279 printertype Parsing function made static
CURA-11138
2023-10-30 14:31:17 +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
saumya.jain
37e236405a fix for functions
CURA-11138
2023-10-27 09:30:06 +02:00
saumya.jain
cf78ae0dca Method printers method, methodx, methodxl read from cloud
CURA-11138
2023-10-26 16:17:03 +02:00
Jelle Spijker
69f474a426
Merge branch 'main' into CURA-10561-makerbot 2023-10-26 15:27:25 +02:00
Remco Burema
a7b6097f49
Merge pull request #16975 from Ultimaker/CURA-10783_prime_tower_with_raft
[CURA-10783] prime tower with raft
2023-10-25 15:36:58 +02:00
Jaime van Kessel
7afcf16b94
Merge branch 'CURA-11189-reset-intents' of github.com:Ultimaker/Cura into 5.5 2023-10-24 10:52:49 +02:00
c.lamboo
6c2a468c18 Reuse node_bounds utility function 2023-10-23 11:19:28 +02:00
c.lamboo
5134540751 Remove unused extra argument 2023-10-23 11:19:04 +02:00
Fredrik Ehnbom
dc6edffea4 Add navigation style option 2023-10-21 12:18:00 +02:00
c.lamboo
fe4790fe06 Add iso view to snapshot 2023-10-20 23:14:58 +02:00