mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Rename function name and fix tests
CURA-6597
This commit is contained in:
parent
f086c1eb11
commit
8863516aa4
3 changed files with 13 additions and 13 deletions
|
@ -67,7 +67,7 @@ class IntentManager(QObject):
|
|||
#
|
||||
# \return A list of tuples of intent_category and quality_type. The actual
|
||||
# instance may vary per extruder.
|
||||
def currentAvailableIntents(self) -> List[Tuple[str, str]]:
|
||||
def getCurrentAvailableIntents(self) -> List[Tuple[str, str]]:
|
||||
application = cura.CuraApplication.CuraApplication.getInstance()
|
||||
global_stack = application.getGlobalContainerStack()
|
||||
if global_stack is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue