Optimized and fixed some bugs

This commit is contained in:
QIDI TECH
2024-09-28 16:31:40 +08:00
parent cc186748ed
commit 72571efb04
44 changed files with 991 additions and 603 deletions

View File

@@ -5,6 +5,7 @@
#include <assert.h>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/log/trivial.hpp>
// Mark string for localization and translate.
#define L(s) Slic3r::I18N::translate(s)