Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRFBomb <Robbery525@gmail.com>2021-01-26 07:08:35 +0300
committerGitHub <noreply@github.com>2021-01-26 07:08:35 +0300
commit5130b5814dadf5e35067d09a11297ab610dd8080 (patch)
tree8f299871143ed84920838edc5e38423d3d872b94 /plugins/MachineSettingsAction
parent322e4ac904c320f3323efd5fcc7237a35dcfffab (diff)
correct spacing
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index 49f58019d5..4198cd6485 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -338,9 +338,9 @@ Item
*/
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
{
- id: applyExtruderOffsetsCheckbox
+ id: applyExtruderOffsetsCheckbox
containerStackId: machineStackId
- settingKey: "machine_use_extruder_offset_to_offset_coords"
+ settingKey: "machine_use_extruder_offset_to_offset_coords"
settingStoreIndex: propertyStoreIndex
labelText: catalog.i18nc("@label", "Apply Extruder offsets to GCode")
labelFont: base.labelFont
@@ -360,13 +360,13 @@ Item
Cura.SimpleCheckBox // "Shared Heater"
{
id: sharedHeaterCheckBox
- containerStackId: machineStackId
- settingKey: "machine_extruders_share_heater"
- settingStoreIndex: propertyStoreIndex
- labelText: catalog.i18nc("@label", "Shared Heater")
- labelFont: base.labelFont
- labelWidth: base.labelWidth
- forceUpdateOnChangeFunction: forceUpdateFunction
+ containerStackId: machineStackId
+ settingKey: "machine_extruders_share_heater"
+ settingStoreIndex: propertyStoreIndex
+ labelText: catalog.i18nc("@label", "Shared Heater")
+ labelFont: base.labelFont
+ labelWidth: base.labelWidth
+ forceUpdateOnChangeFunction: forceUpdateFunction
}
*/
}