mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 21:02:23 +00:00
FIX: update the extruder image in status panel
jira: [STUDIO-10732] Change-Id: I5437c4ef1538f0022f97c7ef7fb40ec2242328ed (cherry picked from commit f5c49c89a80e508a442440218b068446d1e9e797)
This commit is contained in:
@@ -632,11 +632,18 @@ public:
|
||||
bool get_printer_is_enclosed() const;
|
||||
|
||||
// check printer device series
|
||||
static bool is_series_n(const std::string& series_str);
|
||||
static bool is_series_p(const std::string& series_str);
|
||||
static bool is_series_x(const std::string& series_str);
|
||||
static bool is_series_o(const std::string& series_str);
|
||||
|
||||
bool is_series_n() const;
|
||||
bool is_series_p() const;
|
||||
bool is_series_x() const;
|
||||
bool is_series_o() const;
|
||||
|
||||
std::string get_printer_series_str() const;
|
||||
|
||||
void reload_printer_settings();
|
||||
|
||||
std::string printer_thumbnail_img;
|
||||
|
||||
Reference in New Issue
Block a user