From b553ef7478a6b89b9cfcdb367624d61f2009e4d1 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Tue, 30 Nov 2021 09:18:05 +0100 Subject: [PATCH] Follow-up to 8967ee57ed90f984859d4fbdf9bae78c1683d23d FlashAir does not support start of print --- src/slic3r/Utils/FlashAir.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/Utils/FlashAir.hpp b/src/slic3r/Utils/FlashAir.hpp index b03a2c9e5..5ae38da50 100644 --- a/src/slic3r/Utils/FlashAir.hpp +++ b/src/slic3r/Utils/FlashAir.hpp @@ -26,7 +26,7 @@ public: bool upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn) const override; bool has_auto_discovery() const override { return false; } bool can_test() const override { return true; } - PrintHostPostUploadActions get_post_upload_actions() const { return PrintHostPostUploadAction::StartPrint; } + PrintHostPostUploadActions get_post_upload_actions() const { return {}; } std::string get_host() const override { return host; } private: