BigW Consortium Gitlab

text_stl.rb 80 Bytes
Newer Older
Douwe Maan committed
1
module BlobViewer
2
  class TextSTL < BinarySTL
3
    self.binary = false
Douwe Maan committed
4 5
  end
end