update slic3r

This commit is contained in:
QIDI TECH
2024-11-28 15:19:12 +08:00
parent a26696f35e
commit 7eb6543991
196 changed files with 18701 additions and 3803 deletions

View File

@@ -2700,7 +2700,7 @@ ConfigWizard::ConfigWizard(wxWindow *parent)
//QDS: add QDT as default
const auto qdt_it = p->bundles.find("QDT");
wxCHECK_RET(qdt_it != p->bundles.cend(), "Vendor QIDI Lab not found");
wxCHECK_RET(qdt_it != p->bundles.cend(), "Vendor QIDI Tech not found");
const VendorProfile * vendor_qdt = qdt_it->second.vendor_profile;
p->only_sla_mode = false;