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:17:51 +0300
committerGitHub <noreply@github.com>2021-01-26 07:17:51 +0300
commit4c8c7ec162debd4782fae626a904463c8483c11e (patch)
treecca85ea52dc74322ca72c5e1ff6d8a1fa2c7fe53 /plugins/MachineSettingsAction
parent79e92507152abe2394e0ddb2c50e0e6901003036 (diff)
Correct comment spacing
Diffstat (limited to 'plugins/MachineSettingsAction')
-rw-r--r--plugins/MachineSettingsAction/MachineSettingsPrinterTab.qml12
1 files 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