mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-04 02:48:42 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define _OBJ_COLOR_DIALOG_H_
|
||||
|
||||
#include "GUI_Utils.hpp"
|
||||
#include "libslic3r/Color.hpp"
|
||||
#include "GuiColor.hpp"
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/stattext.h>
|
||||
@@ -12,11 +12,7 @@
|
||||
class Button;
|
||||
class Label;
|
||||
class ComboBox;
|
||||
struct ColorDistValue
|
||||
{
|
||||
int id;
|
||||
float distance;
|
||||
};
|
||||
|
||||
class ObjColorPanel : public wxPanel
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user