Class: Mdi::Printer3dNozzleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/printer_3d_nozzle_outline.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_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M7,2H17V7H19V13H16.5L13,17H11L7.5,13H5V7H7V2M10,22H2V20H10A1,1 0 0,0 11,19V18H13V19A3,3 0 0,1 10,22M7,9V11H8.5L12,15L15.5,11H17V9H15V4H9V9H7Z"></path>
  HTML
end