# File lib/graster/gcode_file.rb, line 62
    def comment txt
      txt = txt.gsub(/\(\)/,'')
      self << "(#{txt})\n"
    end