Skip to content

Commit

Permalink
ENH: update: remove the comment which is not used when updating preset
Browse files Browse the repository at this point in the history
JIRA: no jira
Change-Id: Ic930eea50a7beb78aa6dc7c53fbb5c366857e825
(cherry picked from commit e0225fc147702cf73e6eda4830a2592c7598901c)
  • Loading branch information
lanewei120 committed Dec 14, 2023
1 parent 3e1ef01 commit a9a4360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/Utils/PresetUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ Updates PresetUpdater::priv::get_config_updates(const Semver &old_slic3r_version
version.config_version = cache_ver;
version.comment = description;

updates.updates.emplace_back(std::move(file_path), std::move(path_in_vendor.string()), std::move(version), vendor_name, changelog, description, force_update, false);
updates.updates.emplace_back(std::move(file_path), std::move(path_in_vendor.string()), std::move(version), vendor_name, changelog, "", force_update, false);

//BBS: add directory support
auto print_in_vendors = (vendor_path / vendor_name / PRESET_PRINT_NAME);
Expand Down

0 comments on commit a9a4360

Please sign in to comment.