# File lib/graster.rb, line 272
  def open_cut_file &block
    io = GcodeFile.open "#{@image.filename}.cut.ngc", "w", &block
  end