Remco Burema
|
24bb1e96fa
Fix unlinked brim settings behaviour.
|
2 years ago |
Remco Burema
|
abe7c1bf7f
Search/replace Qt5->Qt6.
|
2 years ago |
Jaime van Kessel
|
51737dccd6
Don't create a context when it's not provided
|
4 years ago |
Jaime van Kessel
|
f0002e265b
Mark recently constructed stacks as not dirty
|
4 years ago |
Nino van Hooff
|
89f0970a88
Remove trailing whitespace from Python files
|
4 years ago |
Nino van Hooff
|
58ffc9dcae
Merge remote-tracking branch 'origin/master' into doxygen_to_restructuredtext_comments
|
4 years ago |
Nino van Hooff
|
c2c96faf5f
Convert remaining doxygen to rst
|
4 years ago |
Ghostkeeper
|
b231a4b3a2
Remove unnecessary re-adding of extruders
|
4 years ago |
Lipu Fei
|
227b76d6f0
Remove deprecated currentExtruderPositions
|
5 years ago |
Jaime van Kessel
|
0ff9d72c4c
Remove use of deprecated extruders property
|
5 years ago |
Ghostkeeper
|
05b32548f3
Code style: Start comments with a space
|
6 years ago |
Ghostkeeper
|
82d8410d18
Don't emit enabledChanged signal if it didn't change
|
6 years ago |
Ghostkeeper
|
1c96c81ba9
Remove unnecessary extra setMetaDataEntry
|
6 years ago |
Diego Prado Gesto
|
94ef0b92fe
Fix typo in the getCompatibleMaterialDiameter function.
|
6 years ago |
Lipu Fei
|
97e6354c13
Fix material update upon extruder-compatible diameter change
|
6 years ago |
Lipu Fei
|
ea10d5e608
Rename to comptabileMaterialDiameter
|
6 years ago |
Diego Prado Gesto
|
e1fd9b03a4
Remove all dependencies of the CuraContainerStack with the
|
6 years ago |
Lipu Fei
|
af02dc2758
Only use setMetaDataEntry()
|
6 years ago |
Ghostkeeper
|
51f24bc8c8
Call getMachineManager on CuraApplication
|
6 years ago |
Ghostkeeper
|
49c684a741
Add function typing
|
6 years ago |
Ghostkeeper
|
2fbcc22123
Fix adding printers due to unused 'parent' parameter
|
6 years ago |
Diego Prado Gesto
|
b576423747
Adapt ovewritten method signature
|
6 years ago |
Ian Paschal
|
d7b0f11ddf
CURA-4400 Fixed project loading
|
6 years ago |
Jack Ha
|
906ebe12e1
CURA-4400 fix disallowed areas by fixing the limit_to_extruder -1 value
|
6 years ago |
Jack Ha
|
bad637eb14
CURA-4400 fixed merge conflicts
|
6 years ago |
Jack Ha
|
b0801d40e3
CURA-4400 added metadata entry for enabled instead of internal variable
|
6 years ago |
Lipu Fei
|
a2c2282b44
Use context to evaluate materialDiameter
|
6 years ago |
Jack Ha
|
86c13e86c7
CURA-4400 first version that disables extruder and updates available quality profiles
|
6 years ago |
Jack Ha
|
df46241225
CURA-4606 CURA-5012 corrected and moved approximateMaterialDiameter to ExtruderStack
|
6 years ago |
Lipu Fei
|
9ddc6a52b7
Refactor fix for extruder stack material diameters and nozzle sizes
|
6 years ago |
Lipu Fei
|
c432d4ffbb
WIP: Simplify global stack and extruder stack activation and fixes
|
6 years ago |
Lipu Fei
|
f4d69918fb
WIP: Remove findDefault..()s
|
6 years ago |
Lipu Fei
|
3927c70625
Fix material_diameter handling in ExtruderStacks
|
6 years ago |
Lipu Fei
|
1c605a5108
Fix different strategies for machine and quality in project loading
|
6 years ago |
ChrisTerBeke
|
129f9cc16c
Fixes for custom FMD printer material diameter upgrade and storage - CURA-4835
|
6 years ago |
ChrisTerBeke
|
e17fbb0db2
Remove copying 1st extruder value to all extruders as that breaks re-loading from files
|
6 years ago |
ChrisTerBeke
|
f589ce9570
Copy first extruder values when they are available when upgrading - CURA-4835
|
6 years ago |
Lipu Fei
|
7c85db4a18
Fix material_diameter copy over for Extruders
|
6 years ago |
Lipu Fei
|
a7d51326c0
Move extruder-specific DC settings
|
6 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 |
Mark
|
9a193ad5c5
Changing AGPLv3 to LGPLv3
|
7 years ago |
Lipu Fei
|
365379f735
Add missing context in getProperty() in global and extruder stacks
|
7 years ago |
Lipu Fei
|
759d44dbef
Add stack context for function evaluation
|
7 years ago |
Ghostkeeper
|
cf1309c650
Don't update next stack if there is no next stack
|
7 years ago |
Lipu Fei
|
18fddf50c7
Add type hinting for container_id in ExtruderStack
|
7 years ago |
Arjen Hiemstra
|
95b825a4c5
Emit propertiesChanged on the global stack from the extruder stack
|
7 years ago |
Lipu Fei
|
9ff7852055
Only use limit_to_extruder when the extruder exists
|
7 years ago |
Arjen Hiemstra
|
a7bf205dbc
Turn GlobalStack's extruders property into a dict
|
7 years ago |
Jaime van Kessel
|
ba8842f489
Removed unused imports
|
7 years ago |