Fix for SPE-1220:
* Added check of the visibility for selected presets when Configuration is loaded from SLA archive or from the G-code. * SLAImportDialog: * MSW specific: added dark mode * Center on parent
This commit is contained in:
parent
3ce2d3a700
commit
09512c086b
5 changed files with 62 additions and 48 deletions
|
@ -175,6 +175,7 @@ public:
|
|||
std::vector<size_t> load_files(const std::vector<std::string>& input_files, bool load_model = true, bool load_config = true, bool imperial_units = false);
|
||||
// to be called on drag and drop
|
||||
bool load_files(const wxArrayString& filenames);
|
||||
void check_selected_presets_visibility(PrinterTechnology loaded_printer_technology);
|
||||
|
||||
const wxString& get_last_loaded_gcode() const { return m_last_loaded_gcode; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue