mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Remove stray print
This commit is contained in:
parent
913d9b8ed7
commit
656a3dc707
@ -43,7 +43,6 @@ Item
|
|||||||
qualityType = Cura.MachineManager.activeQualityType
|
qualityType = Cura.MachineManager.activeQualityType
|
||||||
} else {
|
} else {
|
||||||
qualityType = Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category)
|
qualityType = Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category)
|
||||||
print(Cura.MachineManager.getDefaultQualityTypeForIntent(model.intent_category))
|
|
||||||
}
|
}
|
||||||
Cura.IntentManager.selectIntent(model.intent_category, qualityType)
|
Cura.IntentManager.selectIntent(model.intent_category, qualityType)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user