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:06:32 +0300
committerGitHub <noreply@github.com>2021-01-26 07:06:32 +0300
commit322e4ac904c320f3323efd5fcc7237a35dcfffab (patch)
tree62a341810318f6f60cf7f8001832cdfc36682bc4 /plugins/MachineSettingsAction
parent5813aa2f57d30e8c254f937c2e338133d3ddc980 (diff)
Correct syntax error that prevented checkbox showing up
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml19
1 files changed, 10 insertions, 9 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index 176119bd68..49f58019d5 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -330,24 +330,25 @@ Item
}
}
- /*
- - Proposed fix for this issue: https://github.com/Ultimaker/Cura/issues/9167
- - Allows user to toggle if GCODE coordinates are affected by the extruder offset.
- - Machine wide setting. CuraEngine/src/gcodeExport.cpp is not set up to evaluate per extruder currently.
- - If it is moved to per-extruder (unlikely), then this should be moved to the extruder tab)
- */
+ /*
+ - Proposed fix for this issue: https://github.com/Ultimaker/Cura/issues/9167
+ - Allows user to toggle if GCODE coordinates are affected by the extruder offset.
+ - Machine wide setting. CuraEngine/src/gcodeExport.cpp is not set up to evaluate per extruder currently.
+ - If it is moved to per-extruder (unlikely), then this should be moved to the extruder tab)
+ */
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
{
- id: ApplyExtruderOffsetsToGCodeCheckbox
+ 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
labelWidth: base.labelWidth
forceUpdateOnChangeFunction: forceUpdateFunction
}
-
+
+
/* The "Shared Heater" feature is temporarily disabled because its
implementation is incomplete. Printers with multiple filaments going
into one nozzle will keep the inactive filaments retracted at the