mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix getting extruder list everywhere
Didn't test this beyond my own automated test, it seems. Contributes to issue CURA-6600.
This commit is contained in:
parent
178887d8e5
commit
5debdd4cf6
4 changed files with 16 additions and 16 deletions
|
|
@ -20,7 +20,7 @@ def createMockedStack(definition_id: str):
|
|||
extruder_right_mock.material.getMetaDataEntry = MagicMock(return_value = definition_id + "_right_material_base_file")
|
||||
extruder_right_mock.isEnabled = True
|
||||
extruder_list = [extruder_left_mock, extruder_right_mock]
|
||||
result.extrudersList = extruder_list
|
||||
result.extruderList = extruder_list
|
||||
return result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue