mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Undo old testcode, added testcode for CURA-3334
This commit is contained in:
parent
f885f3e1dd
commit
ccac9277a9
3 changed files with 23 additions and 8 deletions
|
@ -306,6 +306,16 @@ Item
|
|||
}
|
||||
text: catalog.i18nc("@label", "Show Infill")
|
||||
}
|
||||
CheckBox {
|
||||
checked: true
|
||||
onClicked: {
|
||||
CuraApplication.log("getting QVector3D");
|
||||
var v = CuraApplication.getQVector3D;
|
||||
CuraApplication.log("getting QVector3D");
|
||||
CuraApplication.testQVector3D(v);
|
||||
}
|
||||
text: catalog.i18nc("@label", "test")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue