Class: Mdi::Printer3dNozzle

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/printer_3d_nozzle.rb

Overview

  • Version: 3.6.95

  • Author: Jon-Luke West

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/printer_3d_nozzle.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M7,2H17V8H19V13H16.5L13,17H11L7.5,13H5V8H7V2M10,22H2V20H10A1,1 0 0,0 11,19V18H13V19A3,3 0 0,1 10,22Z"></path>
  HTML
end