Jaime van Kessel
|
437da52f65
Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura into 3.0
|
7 лет назад |
Diego Prado Gesto
|
1d61740d1a
Added some comments to the code and minor changes - CURA-4386 CURA-4379
|
7 лет назад |
Diego Prado Gesto
|
afb83fac88
Update the active extruder index when the global container changes. This
|
7 лет назад |
ChrisTerBeke
|
1b8766b953
CURA-4386 CURA-4379 change stack behaviours to fix crashes
|
7 лет назад |
Mark
|
9a193ad5c5
Changing AGPLv3 to LGPLv3
|
7 лет назад |
Diego Prado Gesto
|
568535e3e2
Adapting the code in case a multiextruder printer will use only one extruder - CURA-4359
|
7 лет назад |
Lipu Fei
|
dce575f661
Remove wall_extruder_nr from ExtruderManager.getUsedExtruderStacks
|
7 лет назад |
Tim Kuipers
|
5f97d2cbde
fix: account for roofing extruder when checking which extruder is used (CURA-4069, CURA-3940)
|
7 лет назад |
Lipu Fei
|
b0be901079
Do not check support_interface_extruder_nr if it is used
|
7 лет назад |
Lipu Fei
|
1b0268f09c
Use extruder_nr as integers for comparison
|
7 лет назад |
Lipu Fei
|
9a92b58ac3
Check all limit_to_extruder features in getUsedExtruderStacks()
|
7 лет назад |
Jaime van Kessel
|
7813bfc543
No longer crash when trying to get non existing extruder stacks
|
7 лет назад |
fieldOfView
|
49f2fb2cea
Fix filtering maerials after editing materials
|
7 лет назад |
Ghostkeeper
|
6315947156
Modify parameter types from DefinitionContainer to DefinitionContainerInterface
|
7 лет назад |
Lipu Fei
|
5ed89525fb
selectedObjectExtruders should handle no extruder case
|
7 лет назад |
Jaime van Kessel
|
29e8325c12
Only try to remove extruders if the machine has any
|
7 лет назад |
Lipu Fei
|
b2f0623ecf
Do not add and register Extruders if they are already there
|
7 лет назад |
Lipu Fei
|
386e5db489
When removing a machine's extruders, also clean up _extruder_trains
|
7 лет назад |
Lipu Fei
|
3b3d9c4dae
Minor code refactoring in ExtruderManager
|
7 лет назад |
Lipu Fei
|
121ebd79cf
Fix circular import problem caused by moving SettingVersion into CuraApplication
|
7 лет назад |
Lipu Fei
|
40d70b5f39
Fix version upgrade for project loading
|
7 лет назад |
Jaime van Kessel
|
1b4564bdb1
Added missing typing import
|
7 лет назад |
Jaime van Kessel
|
e921808cd6
We now try to remove the right container when removing extruder
|
7 лет назад |
Jaime van Kessel
|
910a55fd50
Simplified some code
|
7 лет назад |
Jaime van Kessel
|
d93c5e667b
Changed final spot where we still used findContainer when looking for container with specific type
|
7 лет назад |
Ghostkeeper
|
ccda155882
Add setting_version every time we create InstanceContainer
|
7 лет назад |
Jaime van Kessel
|
81d3ce46f1
Added bunch of typing to extruder manager
|
7 лет назад |
fieldOfView
|
3fbdaf6c17
Ignore values of extruders that are inactive for the current machine instance
|
7 лет назад |
Jack Ha
|
1fe142ad1f
Fix crashing Cura when switching multi extruder machine to single extruder machine while object selected. CURA-3776
|
7 лет назад |
Jaime van Kessel
|
d7004d3547
Merge branch 'master' of github.com:Ultimaker/Cura into cura_containerstack
|
7 лет назад |
Ghostkeeper
|
6e5f7ac28a
Merge branch 'feature_support_top_bottom_speed'
|
8 лет назад |
Jack Ha
|
163929196d
Removed commented out code. CURA-3497
|
8 лет назад |
Arjen Hiemstra
|
86d3cbadca
Also search through groups when figuring out the extruders of the selection
|
8 лет назад |
Arjen Hiemstra
|
9fd0239cd5
Add a selectedObjectExtruders property to ExtruderManager
|
8 лет назад |
Arjen Hiemstra
|
7a907aa713
Deprecate addMachineExtruders/createExtruderTrain
|
8 лет назад |
Arjen Hiemstra
|
0467a8688a
Make the UM3 work properly
|
8 лет назад |
fieldOfView
|
db6cdad956
Filter preferred materials by approximate material diameter
|
8 лет назад |
Ghostkeeper
|
cb7c25f92f
Merge branch 'master' into feature_support_top_bottom_speed
|
8 лет назад |
Arjen Hiemstra
|
1c75a82779
Fix the hacked "getResolveOrValue" to return value always instead of resolve
|
8 лет назад |
Arjen Hiemstra
|
d3d2bdfaeb
getResolveOrValue has become obsolete now that stack.getProperty can return a resolve
|
8 лет назад |
Jaime van Kessel
|
6314d872e1
If we find multiple materials for a new extruder, prefer a read only material
|
8 лет назад |
Ghostkeeper
|
2f1d957f99
Split support_interface_enable into roof and bottom
|
8 лет назад |
Ghostkeeper
|
2d9b2216a3
Allow printing support roof and bottom with different extruders
|
8 лет назад |
Jack Ha
|
32d5fbe557
Fixed choosing a quality that is compatible with multiple extruders as fallback. CURA-3510
|
8 лет назад |
Jack Ha
|
78de5412a2
Merge branch 'master' into layer_view3_cleanup
|
8 лет назад |
Simon Edwards
|
92cee4a9d7
Merge branch 'master' into python_type_hinting
|
8 лет назад |
Ghostkeeper
|
34dccfd6a6
Fix updating extruder names on machine switch
|
8 лет назад |
Jack Ha
|
5a2aa8846b
Added extruder count detection to layer view. CURA-3273
|
8 лет назад |
Jaime van Kessel
|
092f42ef28
Revert "Only emit signal when the active extruder actually changes"
|
8 лет назад |
Jaime van Kessel
|
4e8fb254f6
Only emit signal when the active extruder actually changes
|
8 лет назад |