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:
HellAholic 2024-09-16 09:13:12 +02:00 committed by GitHub
commit f736ead4c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 481 additions and 58 deletions

View file

@ -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