Class: Mdi::Printer3dNozzleAlert

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

Overview

  • Version: 4.5.95

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 2H17V8H19V13H16.5L13 17H11L7.5 13H5V8H7V2M10 22H2V20H10C10.6 20 11 19.5 11 19V18H13V19C13 20.7 11.7 22 10 22M21 13V7H23V13H21M21 17V15H23V17H21Z"></path>
  HTML
end