Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Slic3r::Utils::HexFile Struct Reference

#include <src/slic3r/Utils/HexFile.hpp>

+ Collaboration diagram for Slic3r::Utils::HexFile:

Public Types

enum  DeviceKind {
  DEV_GENERIC , DEV_MK2 , DEV_MK3 , DEV_MM_CONTROL ,
  DEV_CW1 , DEV_CW1S
}
 

Public Member Functions

 HexFile ()
 
 HexFile (boost::filesystem::path path)
 

Public Attributes

boost::filesystem::path path
 
DeviceKind device = DEV_GENERIC
 
std::string model_id
 

Detailed Description

Member Enumeration Documentation

◆ DeviceKind

Enumerator
DEV_GENERIC 
DEV_MK2 
DEV_MK3 
DEV_MM_CONTROL 
DEV_CW1 
DEV_CW1S 
14 {
16 DEV_MK2,
17 DEV_MK3,
19 DEV_CW1,
21 };
@ DEV_CW1S
Definition HexFile.hpp:20
@ DEV_CW1
Definition HexFile.hpp:19
@ DEV_MM_CONTROL
Definition HexFile.hpp:18
@ DEV_MK3
Definition HexFile.hpp:17
@ DEV_MK2
Definition HexFile.hpp:16
@ DEV_GENERIC
Definition HexFile.hpp:15

Constructor & Destructor Documentation

◆ HexFile() [1/2]

Slic3r::Utils::HexFile::HexFile ( )
inline
27{}

◆ HexFile() [2/2]

Slic3r::Utils::HexFile::HexFile ( boost::filesystem::path  path)

Member Data Documentation

◆ device

DeviceKind Slic3r::Utils::HexFile::device = DEV_GENERIC

◆ model_id

std::string Slic3r::Utils::HexFile::model_id

◆ path

boost::filesystem::path Slic3r::Utils::HexFile::path

The documentation for this struct was generated from the following file: