mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:show msgdialog when user selected timelapse_no_toolhead first time
Change-Id: I08307aae17ccc93ae4448016504f68ab9e67558b (cherry picked from commit 41a9cd933b6c98b7b2fbeea3b3863e3bce56e27a)
This commit is contained in:
parent
252aa91ae7
commit
ae45af1688
4 changed files with 19 additions and 13 deletions
|
@ -272,6 +272,8 @@ protected:
|
|||
bool m_page_switch_running = false;
|
||||
bool m_page_switch_planned = false;
|
||||
|
||||
bool m_is_timelapse_wipe_tower_already_prompted = false;
|
||||
|
||||
public:
|
||||
PresetBundle* m_preset_bundle;
|
||||
bool m_show_btn_incompatible_presets = false;
|
||||
|
@ -389,6 +391,7 @@ public:
|
|||
void apply_searcher();
|
||||
void cache_config_diff(const std::vector<std::string>& selected_options);
|
||||
void apply_config_from_cache();
|
||||
void show_timelapse_warning_dialog();
|
||||
|
||||
const std::map<wxString, std::string>& get_category_icon_map() { return m_category_icon; }
|
||||
//BBS: GUI refactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue