mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-01 15:22:21 +00:00
FIX: Fix user preset update time
Jira: none Change-Id: I52206946ae4c2e606cd942c9d531c1e106ec1c11
This commit is contained in:
@@ -2131,7 +2131,6 @@ bool PresetCollection::clone_presets(std::vector<Preset const *> const &presets,
|
||||
preset.config.option<ConfigOptionStrings>("filament_settings_id", true)->values[0].clear();
|
||||
else if (m_type == Preset::TYPE_PRINTER)
|
||||
preset.config.option<ConfigOptionString>("printer_settings_id", true)->value.clear();
|
||||
preset.updated_time = (long long) Slic3r::Utils::get_current_time_utc();
|
||||
}
|
||||
if (!failures.empty() && !force_rewritten)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user