mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Beta bugfixes (#931)
* Fix: Function signature in avrdude * Fix: Remove mockup vendor bundles * Fix: Make ConfigWizard error handling more friendly * Fix: Opening the datadir in AppImage-based Slic3r
This commit is contained in:
parent
e4aff5b08a
commit
4df0b94b79
6 changed files with 66 additions and 2007 deletions
|
@ -66,11 +66,7 @@ bool check_unsaved_changes()
|
|||
|
||||
bool config_wizard_startup(int app_config_exists)
|
||||
%code%{
|
||||
try {
|
||||
RETVAL=Slic3r::GUI::config_wizard_startup(app_config_exists != 0);
|
||||
} catch (std::exception& e) {
|
||||
croak("%s\n", e.what());
|
||||
}
|
||||
RETVAL=Slic3r::GUI::config_wizard_startup(app_config_exists != 0);
|
||||
%};
|
||||
|
||||
void open_preferences_dialog(int preferences_event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue