Allow exporting filament profiles for non-bbl printers (#4217)

Allow exporting non-bbl profiles
This commit is contained in:
Noisyfox 2024-02-25 15:40:55 +08:00 committed by GitHub
parent d3309b978f
commit 7e3b8007cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 29 deletions

View file

@ -262,7 +262,6 @@ private:
void on_dpi_changed(const wxRect &suggested_rect) override;
void show_export_result(const ExportCase &export_case);
bool has_check_box_selected();
bool preset_is_not_compatible_bbl_printer(Preset *preset);
std::string initial_file_path(const wxString &path, const std::string &sub_file_path);
std::string initial_file_name(const wxString &path, const std::string file_name);
wxBoxSizer *create_export_config_item(wxWindow *parent);