Lipu Fei
|
9c1d23fe5b
Make sure MachineManager initializes after ContainerRegistry does
|
7 years ago |
Lipu Fei
|
93731b8d1f
Trigger auto-slice based on stackValidation instead of stack/setting changes
|
7 years ago |
Ghostkeeper
|
81e07b1530
Use stack properties instead of .findContainer(type = ...)
|
7 years ago |
Ghostkeeper
|
21624d7761
Merge branch '2.6'
|
7 years ago |
Ghostkeeper
|
b2b9b1bede
Fix checking if container stack exists
|
7 years ago |
Ghostkeeper
|
df2ec7bd73
Don't try to activate a machine that we don't have a definition for
|
7 years ago |
Ghostkeeper
|
13c9519a7c
Fix deprecated decorator
|
7 years ago |
Ghostkeeper
|
121bf5897d
Deprecate _updateMaterialContainer
|
7 years ago |
fieldOfView
|
49f2fb2cea
Fix filtering maerials after editing materials
|
7 years ago |
Jaime van Kessel
|
9a54ff426b
FindAllQualitiesForMachineMaterial only looks with basic materials if it found them
|
7 years ago |
Jaime van Kessel
|
a306b4dada
We now properly fall back if no basic material is found
|
7 years ago |
Lipu Fei
|
8af1cc886f
Use .definition to access DefinitionContainer in qml
|
7 years ago |
Lipu Fei
|
85e875257b
Use "/<version>/<machineName>" as the material info URL suffix
|
7 years ago |
Ghostkeeper
|
1f33a0d4cd
Use per-parameter-value compression for signals
|
7 years ago |
Ghostkeeper
|
bec43d5b9a
Make sure that the preferred material name variable exists
|
7 years ago |
Ghostkeeper
|
5f0fb3f9bd
Don't squash signals updating materials and variants
|
7 years ago |
Ghostkeeper
|
76a9a9a9ab
Erase changed hotends/materials after applying changes
|
7 years ago |
Lipu Fei
|
b027437ef3
Activate a new machine (if any) before removing a machine
|
7 years ago |
Jaime van Kessel
|
ba4d62e8ca
Added missing typehinting
|
7 years ago |
Jaime van Kessel
|
bfc65cb4a9
Added typing to active stack
|
7 years ago |
Jaime van Kessel
|
7ee5a66c64
CuraContainerStack now overrides getBottom, so it always returns a definition
|
7 years ago |
Jaime van Kessel
|
77204fc4b0
Type hinting & unused code removal
|
7 years ago |
Jaime van Kessel
|
2b64e92a99
Removed unused imports
|
7 years ago |
Jaime van Kessel
|
ef2aa3b2b2
Empty InstanceContainers are now correctly handled by setActiveMaterial again
|
7 years ago |
Jaime van Kessel
|
27d6bebf32
Adding a new printer now activates it again
|
7 years ago |
Jaime van Kessel
|
bfb76540d0
InstanceContainerchanged is now also on a timer.
|
7 years ago |
Jaime van Kessel
|
e313794b12
Fixed posponing of certain events
|
7 years ago |
Jaime van Kessel
|
2375c832be
Revert "ReplaceQuality changes only emits signals if there was a change"
|
7 years ago |
Jaime van Kessel
|
42fc703516
Added a few profiling decorators to expensive methods
|
7 years ago |
Jaime van Kessel
|
9a387f9ee2
ReplaceQuality changes only emits signals if there was a change
|
7 years ago |
Jaime van Kessel
|
19bc6bb710
All error checks now use the timer instead of re-checking multiple times.
|
7 years ago |
Jaime van Kessel
|
6493bcd5b5
Merge branch 'master' of github.com:Ultimaker/Cura
|
7 years ago |
Jaime van Kessel
|
40c9e45532
Send specific signals for container changes if we know the type
|
7 years ago |
Lipu Fei
|
5706a540d9
Only set global stack in addMachine() if there was none
|
7 years ago |
Jaime van Kessel
|
bd25448021
Changes to make um2 upgrade work with new stack changes
|
7 years ago |
fieldOfView
|
98b127851b
Fix setting number of extruders when hasVariants is set
|
7 years ago |
Ghostkeeper
|
ea9e0e2e9c
Replace material without needing to find its index
|
7 years ago |
Ghostkeeper
|
c42d092b0f
Merge branch 'master' into cura_containerstack
|
7 years ago |
Ghostkeeper
|
86f1a0559f
Add documentation and further specify except around disconnecting signals
|
7 years ago |
Jaime van Kessel
|
9a46a24b19
Profile menu now correctly marks active qualties as checked
|
7 years ago |
Jaime van Kessel
|
d83b4daf78
Switching from quality_changes to quality profile is now possible again
|
7 years ago |
Jaime van Kessel
|
c8f823154c
Instead of searching for a container with type, we now use the newly introduced properties
|
7 years ago |
Jaime van Kessel
|
f062322ebf
Switching from dual extrusion to single extrusion machine is now possible again
|
7 years ago |
Jaime van Kessel
|
ab6240bd31
Replace quality(changes) in machine manager now uses new API as well
|
7 years ago |
Jaime van Kessel
|
a028297cb2
Machine manager now uses the new specific setters to switch instanceContainers
|
7 years ago |
Jaime van Kessel
|
d7004d3547
Merge branch 'master' of github.com:Ultimaker/Cura into cura_containerstack
|
7 years ago |
Jack Ha
|
ed23e6f5b2
Removed more commented out code. CURA-3497
|
7 years ago |
fieldOfView
|
2ca24ba7e6
Restore both material and variant to match 1st extruder when switching to single extrusion
|
8 years ago |
Arjen Hiemstra
|
af3f340fc2
Handle the fact that findContainers might end up returning None
|
8 years ago |
Jaime van Kessel
|
53ecaba7f2
Added more typing.
|
8 years ago |