mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 22:12:49 +00:00
feature update version info
This commit is contained in:
@@ -38,9 +38,9 @@
|
||||
<color type="primary" scheme_preference="light">#009688</color>
|
||||
</branding>
|
||||
<releases>
|
||||
<release version="2.2.4" date="2026-3-4">
|
||||
<release version="2.3.0" date="2026-3-4">
|
||||
<description>
|
||||
<p>Version 2.2.4 release with improvements and bug fixes.</p>
|
||||
<p>Version 2.3.0 release with improvements and bug fixes.</p>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
@@ -6,12 +6,12 @@
|
||||
#define SLIC3R_APP_NAME "Snapmaker Orca"
|
||||
#define SLIC3R_APP_KEY "Snapmaker_Orca"
|
||||
#define SLIC3R_VERSION "01.10.01.50"
|
||||
#define Snapmaker_VERSION "2.2.4"
|
||||
#define Snapmaker_VERSION "2.3.0"
|
||||
#define MIN_FIRM_VER "1.0.0"
|
||||
#ifndef GIT_COMMIT_HASH
|
||||
#define GIT_COMMIT_HASH "0000000" // 0000000 means uninitialized
|
||||
#endif
|
||||
#define SLIC3R_BUILD_ID "2.2.4"
|
||||
#define SLIC3R_BUILD_ID "2.3.0"
|
||||
// #define SLIC3R_RC_VERSION "01.10.01.50"
|
||||
#define BBL_RELEASE_TO_PUBLIC 1
|
||||
#define BBL_INTERNAL_TESTING 0
|
||||
|
||||
@@ -1156,6 +1156,7 @@ void MainFrame::init_tabpanel() {
|
||||
wxString url = evt.GetString();
|
||||
wxString key = evt.GetAPIkey();
|
||||
//select_tab(MainFrame::tpMonitor);
|
||||
m_printer_view->Show();
|
||||
m_printer_view->load_url(url, key);
|
||||
});
|
||||
m_printer_view->Hide();
|
||||
@@ -1255,6 +1256,7 @@ void MainFrame::show_device(bool bBBLPrinter) {
|
||||
wxString url = evt.GetString();
|
||||
wxString key = evt.GetAPIkey();
|
||||
// select_tab(MainFrame::tpMonitor);
|
||||
m_printer_view->Show();
|
||||
m_printer_view->load_url(url, key);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ endif()
|
||||
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
||||
set(BBL_INTERNAL_TESTING "0")
|
||||
endif()
|
||||
set(Snapmaker_VERSION "2.2.4")
|
||||
set(Snapmaker_VERSION "2.3.0")
|
||||
set(MIN_FIRM_VER "1.0.0")
|
||||
string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.([0-9]+)"
|
||||
Snapmaker_VERSION_MATCH ${Snapmaker_VERSION})
|
||||
|
||||
Reference in New Issue
Block a user