From 4c8c7ec162debd4782fae626a904463c8483c11e Mon Sep 17 00:00:00 2001 From: RFBomb Date: Mon, 25 Jan 2021 23:17:51 -0500 Subject: [PATCH] Correct comment spacing --- .../MachineSettingsPrinterTab.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml index 184c6abc52..8dc7492be3 100644 --- a/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml +++ b/plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml @@ -330,12 +330,12 @@ 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: applyExtruderOffsetsCheckbox