mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
It is now possible to generate the PCB file
CURA-11561
This commit is contained in:
parent
8ad4ab90a8
commit
fcf1e63160
8 changed files with 510 additions and 112 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue