mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Add is_experimental to Qt models and QMLs
CURA-5879
This commit is contained in:
parent
c9c7ef7d67
commit
2c8ed99281
6 changed files with 41 additions and 5 deletions
|
@ -66,6 +66,9 @@ Item
|
|||
|
||||
function generateActiveQualityText () {
|
||||
var result = Cura.MachineManager.activeQualityOrQualityChangesName;
|
||||
if (Cura.MachineManager.isActiveQualityExperimental) {
|
||||
result += " (Experimental)";
|
||||
}
|
||||
|
||||
if (Cura.MachineManager.isActiveQualitySupported) {
|
||||
if (Cura.MachineManager.activeQualityLayerHeight > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue