mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Undo testing QVector3D. CURA-3334
This commit is contained in:
parent
fbc7e0f7c4
commit
8237421bcf
2 changed files with 0 additions and 22 deletions
|
@ -306,16 +306,6 @@ 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