Lipu Fei
|
c030328b7f
Fix intent profile selection
|
5 years ago |
Remco Burema
|
cb7d99d2dc
Revert "Make 3MF-reader aware of setting-version for introduction Intent."
|
5 years ago |
Remco Burema
|
16ea437255
Make 3MF-reader aware of setting-version for introduction Intent.
|
5 years ago |
Ghostkeeper
|
037f1967c8
Remove override for version number in CuraContainerStack
|
5 years ago |
Jaime van Kessel
|
35ec70a3cf
Add a selector for the intent profile
|
5 years ago |
Jaime van Kessel
|
a595feb24e
Increase the version of the CuraContainer stack
|
5 years ago |
Jaime van Kessel
|
2e71ce2710
Added intent to the CuraContainerStack
|
5 years ago |
Lipu Fei
|
89cb67017f
Add unit test for addDefaultMachineActions()
|
6 years ago |
Lipu Fei
|
fe8aa02e7c
Fix a direct signal emission that causes max recursion error
|
6 years ago |
Lipu Fei
|
c20274e356
Move constant instance containers to a separate file
|
6 years ago |
Diego Prado Gesto
|
c8af4f45ce
Decouple the creation of the stack containers from the process that add
|
6 years ago |
Lipu Fei
|
af02dc2758
Only use setMetaDataEntry()
|
6 years ago |
Diego Prado Gesto
|
f91b6faecc
Fix code-styling
|
6 years ago |
Diego Prado Gesto
|
762a1b1bfd
Fix code-style
|
6 years ago |
Ghostkeeper
|
b331736cb2
Let _findInstanceContainerDefinitionId work with DefinitionContainerInterface
|
6 years ago |
Ghostkeeper
|
eac3c759cd
Cast each container in their stack to actual types
|
6 years ago |
Ghostkeeper
|
b920b9de4f
Fix type of setProperty
|
6 years ago |
Ghostkeeper
|
e38228ac24
Remove unused target_container parameter
|
6 years ago |
Ghostkeeper
|
e77592d718
Add missing typing for CuraContainerStack
|
6 years ago |
Ghostkeeper
|
2fbcc22123
Fix adding printers due to unused 'parent' parameter
|
6 years ago |
Lipu Fei
|
df1e15b1e5
Move the definition_changes fix to CuraContainerStack
|
6 years ago |
Jack Ha
|
bd775cf32e
CURA-4400 fix support_extruder_nr values in overhang angle and SliceInfo
|
6 years ago |
Lipu Fei
|
f4d69918fb
WIP: Remove findDefault..()s
|
6 years ago |
Lipu Fei
|
12164a0c88
WIP: Remove set..ById()s in CuraContainerStack
|
6 years ago |
Jack Ha
|
8aab8f4394
CURA-4606 cleanup and optimization for replaceContainer
|
6 years ago |
Diego Prado Gesto
|
e5e6da2970
Change comments
|
6 years ago |
Diego Prado Gesto
|
3a01a407cf
CURA-4461 Set default variant builplate when the new printer is added
|
6 years ago |
Diego Prado Gesto
|
ff10af905c
CURA-4461 Add code to set the default preferred buildplate when adding a
|
6 years ago |
Aleksei S
|
2c18127cc1
Tests: Removed python circular import dependency and added empty containers
|
6 years ago |
Lipu Fei
|
6e6dc493f1
Fix material loading for unknown names
|
7 years ago |
Jack Ha
|
ce78bddfbb
Prefer a read-only material in findDefaultMaterial.
|
7 years ago |
Ghostkeeper
|
dad99f5292
Merge branch 'master' into feature_local_container_server
|
7 years ago |
Lipu Fei
|
c7667b56e2
Multiple fixes for stacks
|
7 years ago |
Lipu Fei
|
17f09ec21e
Fix variant/material/quality handling in stacks
|
7 years ago |
Lipu Fei
|
18c7a5acf3
Pass optional file_name for deserialization
|
7 years ago |
ChrisTerBeke
|
657a91c525
Merge pull request #2685 from Ultimaker/container_stack_improvements
|
7 years ago |
Ghostkeeper
|
6c4c7fff4d
Use findContainersMetadata whenever possible
|
7 years ago |
Mark
|
9a193ad5c5
Changing AGPLv3 to LGPLv3
|
7 years ago |
fieldOfView
|
43c6801e58
Find a material with the correct diameter when adding a printer
|
7 years ago |
Ghostkeeper
|
012d299d98
Prevent circular import
|
7 years ago |
Ghostkeeper
|
f0d327c0d0
Set setting_version properly on new stacks so you don't need to upgrade
|
7 years ago |
Lipu Fei
|
8af1cc886f
Use .definition to access DefinitionContainer in qml
|
7 years ago |
Jaime van Kessel
|
fb6d86dc88
Also override getTop(), as curaContainerStack enforces it being a instanceContainer
|
7 years ago |
Jaime van Kessel
|
7ee5a66c64
CuraContainerStack now overrides getBottom, so it always returns a definition
|
7 years ago |
Jaime van Kessel
|
e313794b12
Fixed posponing of certain events
|
7 years ago |
Jaime van Kessel
|
19bc6bb710
All error checks now use the timer instead of re-checking multiple times.
|
7 years ago |
Arjen Hiemstra
|
aad623fab6
Correct a typo in CuraContainerStack::findDefaultQuality
|
7 years ago |
Jaime van Kessel
|
4bdbe42dcb
Fixed type hinting issues
|
7 years ago |
Jaime van Kessel
|
69c3baf87f
Fixed unit test
|
7 years ago |
Jack Ha
|
c91bc015e4
Removed unused variables. CURA-3497
|
7 years ago |