mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:29:03 +08:00
Add documentation.
Contributes to CURA-5786.
This commit is contained in:
parent
c08a90faac
commit
dba31c3af4
@ -8,6 +8,10 @@ import QtQuick.Layouts 1.3
|
|||||||
import UM 1.2 as UM
|
import UM 1.2 as UM
|
||||||
import Cura 1.0 as Cura
|
import Cura 1.0 as Cura
|
||||||
|
|
||||||
|
|
||||||
|
// This element hold all the elements needed for the user to trigger the slicing process, and later
|
||||||
|
// to get information about the printing times, material consumption and the output process (such as
|
||||||
|
// saving to a file, printing over network, ...
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
id: actionPanelWidget
|
id: actionPanelWidget
|
||||||
|
@ -8,6 +8,11 @@ import QtQuick.Layouts 1.3
|
|||||||
import UM 1.1 as UM
|
import UM 1.1 as UM
|
||||||
import Cura 1.0 as Cura
|
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
|
Column
|
||||||
{
|
{
|
||||||
id: widget
|
id: widget
|
||||||
|
@ -9,6 +9,10 @@ import QtQuick.Controls 1.4 as Controls1
|
|||||||
import UM 1.1 as UM
|
import UM 1.1 as UM
|
||||||
import Cura 1.0 as Cura
|
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
|
Column
|
||||||
{
|
{
|
||||||
id: widget
|
id: widget
|
||||||
|
Loading…
x
Reference in New Issue
Block a user