It is now possible to generate the PCB file

CURA-11561
This commit is contained in:
Erwan MATHIEU 2024-02-01 09:29:47 +01:00
parent 8ad4ab90a8
commit fcf1e63160
8 changed files with 510 additions and 112 deletions

View file

@ -17,7 +17,8 @@ RowLayout
{
text: modelData.name
Layout.preferredWidth: UM.Theme.getSize("setting").width
checked: true
checked: modelData.selected
onClicked: modelData.selected = checked
}
UM.Label