mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
feature add sentry for catch crash on win (#50)
* feature add sentry for soft catch dmp * feature add cli upload pdb to sentry server * feature add flag for control sentry to use * fix flag not effect on src/makefile * feature unzip for dmp file to upload sentry server * feature remove test code * feature add api for function report log to server * feature update the soft version
This commit is contained in:
@@ -1837,7 +1837,7 @@ void PresetBundle::export_selections(AppConfig &config)
|
||||
void PresetBundle::update_num_filaments(unsigned int to_del_filament_id)
|
||||
{
|
||||
unsigned old_filament_count = this->filament_presets.size();
|
||||
assert(to_del_flament_id < old_filament_count);
|
||||
assert(to_del_filament_id < old_filament_count);
|
||||
filament_presets.erase(filament_presets.begin() + to_del_filament_id);
|
||||
|
||||
ConfigOptionStrings* filament_color = project_config.option<ConfigOptionStrings>("filament_colour");
|
||||
|
||||
Reference in New Issue
Block a user