mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07: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
|
|
@ -8,6 +8,11 @@ import QtQuick.Layouts 1.3
|
|||
import UM 1.1 as UM
|
||||
import Cura 1.0 as Cura
|
||||
|
||||
|
||||
// This element contains all the elements the user needs to visualize the data
|
||||
// that is gather after the slicing process, such as printint time, material usage, ...
|
||||
// There are also two buttons: one to previsualize the output layers, and the other to
|
||||
// select what to do with it (such as print over network, save to file, ...)
|
||||
Column
|
||||
{
|
||||
id: widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue