From df295edc0fcea57d23239ed9756fc956383c8eb3 Mon Sep 17 00:00:00 2001 From: Kunlong Ma Date: Fri, 17 Jan 2025 21:30:29 +0800 Subject: [PATCH] FIX: Incorrect use of BBL_RELEASE_TO_PUBLIC JIRA: STUDIO-9672 STUDIO-9770 STUDIO-9886 Change-Id: Ia4892f0c34964956be9246432a0797085558088b --- src/slic3r/GUI/SendToPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/SendToPrinter.cpp b/src/slic3r/GUI/SendToPrinter.cpp index b497110ae..70ed38529 100644 --- a/src/slic3r/GUI/SendToPrinter.cpp +++ b/src/slic3r/GUI/SendToPrinter.cpp @@ -1219,7 +1219,7 @@ void SendToPrinterDialog::update_show_status() } if (!m_is_in_sending_mode) { -#if BBL_RELEASE_PUPBLIC +#if BBL_RELEASE_TO_PUBLIC show_status(PrintDialogStatus::PrintStatusReadingFinished); return; }