Correct comment spacing

This commit is contained in:
RFBomb 2021-01-25 23:17:51 -05:00 committed by GitHub
parent 79e9250715
commit 4c8c7ec162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,12 +330,12 @@ Item
} }
} }
/* /*
- Proposed fix for this issue: https://github.com/Ultimaker/Cura/issues/9167 - 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. - 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. - 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" Cura.SimpleCheckBox // "GCode Affected By Extruder Offsets"
{ {
id: applyExtruderOffsetsCheckbox id: applyExtruderOffsetsCheckbox