mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 10:22:08 +00:00
ENH: clean codes about device
JIRA: [STUDIO-13609] Change-Id: I591de7033360b9570600006cfbce2148a8d031d5 (cherry picked from commit e9c774be8f4c89b8dafa14ef56913612fb68bd0c)
This commit is contained in:
24
src/slic3r/GUI/DeviceCore/DevPrintTaskInfo.h
Normal file
24
src/slic3r/GUI/DeviceCore/DevPrintTaskInfo.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#pragma once
|
||||
|
||||
// TODO classes to handle dev print task management and ratings
|
||||
|
||||
namespace Slic3r
|
||||
{
|
||||
|
||||
struct DevPrintTaskRatingInfo
|
||||
{
|
||||
bool request_successful;
|
||||
int http_code;
|
||||
int rating_id;
|
||||
int start_count;
|
||||
bool success_printed;
|
||||
std::string content;
|
||||
std::vector<std::string> image_url_paths;
|
||||
};
|
||||
|
||||
class DevPrintTaskInfo
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}// end namespace Slic3r
|
||||
Reference in New Issue
Block a user