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:
authorRobert B <Robbery525@gmail.com>2021-01-31 20:29:38 +0300
committerRobert B <Robbery525@gmail.com>2021-01-31 20:29:38 +0300
commit8c85902c5fe706a6525d0591c0bdbd08ca422a97 (patch)
tree5a7145a21abd30c9178749c0b31c22539d56b6e5 /plugins/MachineSettingsAction
parent4c8c7ec162debd4782fae626a904463c8483c11e (diff)
Update comment before Pull Request
Functionality has been tested.
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
index 8dc7492be3..0b3eba66c2 100644
--- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
+++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml
@@ -331,10 +331,10 @@ Item
}
/*
- - Proposed fix for this issue: https://github.com/Ultimaker/Cura/issues/9167
+ - 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)
+ - If it is moved to per-extruder (unlikely), then this should be moved to the extruder tab.
*/
Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
{