mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-12 20:47:36 +00:00
CrealityPrint: add calibration checkbox to send dialog
Add enableSelfTest checkbox to CrealityPrintHostSendDialog that persists across sessions via AppConfig. The checkbox state is passed to the upload via extendedInfo(). Signed-off-by: Igor Mammedov <niallain@gmail.com>
This commit is contained in:
@@ -195,6 +195,9 @@ public:
|
||||
virtual std::map<std::string, std::string> extendedInfo() const;
|
||||
|
||||
private:
|
||||
static constexpr const char* CONFIG_KEY_ENABLESELFTEST = "crealityprint_enable_self_test";
|
||||
|
||||
bool m_enableSelfTest;
|
||||
PrintHost* m_printhost;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user