1 Star 0 Fork 2

gaoyongxiang/RepRaptor

forked from morixinguan/RepRaptor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
repraptor.h 844 Bytes
一键复制 编辑 原始数据 按行查看 历史
NeoTheFox 提交于 2016-04-16 13:11 . Bumped version
/////////////////////////////////////////////////
//This file contains RepRaptor - specific stuff//
/////////////////////////////////////////////////
#ifndef REPRAPTOR_H
#define REPRAPTOR_H
#ifndef REPRAPTOR_VERSION
#define REPRAPTOR_VERSION "0.3.9"
#endif
namespace RepRaptor
{
typedef struct
{
double e, b;
QString raw;
} TemperatureReadings;
enum Firmware
{
Marlin,
Repetier,
OtherFirmware
};
enum ErrorType
{
SerialPortError,
OpenFileError,
HardwareFailure
};
typedef struct
{
int T, P;
QString S;
} repetierEEPROMline;
typedef struct
{
unsigned long int progress, total;
} SDProgress;
typedef struct
{
unsigned int T, P;
} FileProgress;
}
#endif // REPRAPTOR_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gaoyongxiang/RepRaptor.git
git@gitee.com:gaoyongxiang/RepRaptor.git
gaoyongxiang
RepRaptor
RepRaptor
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385