mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: the json val could be long long or string
jira: [none] Change-Id: Ic06276adf5e7663d57ba1c4b6f9a57e897a9075d (cherry picked from commit edaaa0b70523951aaa0d415ab178a438a7d7b377)
This commit is contained in:
@@ -1370,6 +1370,14 @@ public:
|
||||
|
||||
// change the opacity
|
||||
void change_the_opacity(wxColour& colour);
|
||||
} // namespace Slic3r
|
||||
|
||||
|
||||
class JsonValParser
|
||||
{
|
||||
public:
|
||||
static std::string get_longlong_val(const json& j);
|
||||
};
|
||||
|
||||
}; // namespace Slic3r
|
||||
|
||||
#endif // slic3r_DeviceManager_hpp_
|
||||
|
||||
Reference in New Issue
Block a user