File 0012-ProfilesAPI.patch of Package SuperSlicer
diff --git a/src/slic3r/Utils/PresetUpdater.cpp b/src/slic3r/Utils/PresetUpdater.cpp index 69c413cc17..2e3960ace3 100644 --- a/src/slic3r/Utils/PresetUpdater.cpp +++ b/src/slic3r/Utils/PresetUpdater.cpp @@ -257,6 +257,7 @@ bool PresetUpdater::priv::get_file(const std::string &url, const fs::path &targe fs::rename(tmp_path, target_path); res = true; }) + .size_limit(8192) /* default limit is too small for some of the responses */ .perform_sync(); return res;