They should only be read in order to detect travel moves properly. They don't need to be modified in any way. Fixes #4878.
@@ -145,6 +145,7 @@ class Stretcher():
current.readStep(line)
onestep = GCodeStep(-1, in_relative_movement)
onestep.copyPosFrom(current)
+ onestep.comment = line
else: