mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 22:23:57 -06:00
WIP: Add comments
This commit is contained in:
parent
0c94ded93d
commit
53ea944da1
4 changed files with 17 additions and 1 deletions
|
@ -10,6 +10,11 @@ import Cura 1.1 as Cura
|
|||
import "../PrinterSelector"
|
||||
|
||||
|
||||
//
|
||||
// This is the widget for adding a network printer. There are 2 parts in this widget. One is a scroll view of a list
|
||||
// of discovered network printers. Beneath the scroll view is a container with 3 buttons: "Refresh", "Add by IP", and
|
||||
// "Troubleshooting".
|
||||
//
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue