From 8c85902c5fe706a6525d0591c0bdbd08ca422a97 Mon Sep 17 00:00:00 2001 From: Robert B Date: Sun, 31 Jan 2021 12:29:38 -0500 Subject: [PATCH] Update comment before Pull Request Functionality has been tested. --- plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml | 4 ++-- 1 file 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" {