update slic3r

This commit is contained in:
QIDI TECH
2025-08-04 16:30:53 +08:00
parent 8d4d60ec48
commit 661b112a68
287 changed files with 22250 additions and 7322 deletions

View File

@@ -231,6 +231,7 @@ private:
uint32_t m_vao{ 0 };
bool m_b_legacy_framebuffer_enabled{ true };
bool m_b_gizmo_keep_screen_size_enabled{ true };
uint8_t m_toolbar_rendering_style{ 0 };
static GLInfo s_gl_info;
#ifdef __APPLE__
// Part of hack to remove crash when closing the application on OSX 10.9.5 when building against newer wxWidgets
@@ -280,6 +281,9 @@ public:
bool is_fxaa_enabled() const;
void blit_framebuffer(const std::string& source, const std::string& target);
void set_toolbar_rendering_style(uint8_t style);
uint8_t get_toolbar_rendering_style() const;
static bool init();
static bool are_compressed_textures_supported() { return s_compressed_textures_supported; }
static bool can_multisample() { return s_multisample == EMultisampleState::Enabled; }