mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Merge pull request #19619 from Ultimaker/CURA-12093_conditional-start-end-gcode
CURA-12093 Add ability to write condition Start/End gcode parts
This commit is contained in:
commit
f736ead4c8
7 changed files with 481 additions and 58 deletions
|
@ -12,20 +12,16 @@ import Cura 1.1 as Cura
|
|||
//
|
||||
// TextArea widget for editing Gcode in the Machine Settings dialog.
|
||||
//
|
||||
UM.TooltipArea
|
||||
Item
|
||||
{
|
||||
id: control
|
||||
|
||||
UM.I18nCatalog { id: catalog; name: "cura"; }
|
||||
|
||||
text: tooltip
|
||||
|
||||
property alias containerStackId: propertyProvider.containerStackId
|
||||
property alias settingKey: propertyProvider.key
|
||||
property alias settingStoreIndex: propertyProvider.storeIndex
|
||||
|
||||
property string tooltip: propertyProvider.properties.description ? propertyProvider.properties.description : ""
|
||||
|
||||
property alias labelText: titleLabel.text
|
||||
property alias labelFont: titleLabel.font
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue