mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
ENH:add "forward" function in MsgDialog
jira: STUDIO-9971 Change-Id: I699912b4d18cb52aec2badf64a4655d20559ed7c (cherry picked from commit f608327a108c1eece45ee75bde0c3aa35974f166)
This commit is contained in:
@@ -535,6 +535,13 @@ public:
|
||||
FilamentMapMode get_global_filament_map_mode() const;
|
||||
|
||||
void update_menus();
|
||||
wxString get_selected_printer_name_in_combox();
|
||||
enum class PrinterWarningType {
|
||||
NOT_CONNECTED,
|
||||
INCONSISTENT,
|
||||
};
|
||||
void pop_warning_and_go_to_device_page(wxString printer_name, PrinterWarningType type, const wxString &title);
|
||||
bool check_printer_initialized(MachineObject *obj, bool only_warning = false);
|
||||
bool is_same_printer_for_connected_and_selected();
|
||||
// BBS
|
||||
//void show_action_buttons(const bool is_ready_to_slice) const;
|
||||
@@ -904,7 +911,7 @@ std::vector<int> get_min_flush_volumes(const DynamicPrintConfig &full_config, si
|
||||
Preset *get_printer_preset(MachineObject *obj);
|
||||
wxArrayString get_all_camera_view_type();
|
||||
|
||||
bool check_printer_initialized(MachineObject *obj, bool only_warning = false);
|
||||
|
||||
} // namespace GUI
|
||||
} // namespace Slic3r
|
||||
|
||||
|
||||
Reference in New Issue
Block a user