mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Add documentation.
Contributes to CURA-5786.
This commit is contained in:
parent
c08a90faac
commit
dba31c3af4
3 changed files with 13 additions and 0 deletions
|
@ -9,6 +9,10 @@ import QtQuick.Controls 1.4 as Controls1
|
|||
import UM 1.1 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
|
||||
// This element contains all the elements the user needs to create a printjob from the
|
||||
// model(s) that is(are) on the buildplate. Mainly the button to start/stop the slicing
|
||||
// process and a progress bar to see the progress of the process.
|
||||
Column
|
||||
{
|
||||
id: widget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue