ENH: add filament alias to a print warning

Change-Id: Ie7a2e0cbdd016c2120c46cde9a92a93baffbe832
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2022-11-16 10:15:04 +08:00 committed by Lane.Wei
parent 8f9d8b55eb
commit bdab8a28c9
4 changed files with 47 additions and 3 deletions

View file

@ -22,6 +22,7 @@
#include "Jobs/PrintJob.hpp"
#include "Jobs/SendJob.hpp"
#include "libslic3r/Model.hpp"
#include "libslic3r/PrintBase.hpp"
#define FILAMENT_SYSTEM_COLORS_NUM 16
@ -504,6 +505,8 @@ public:
void show_object_info();
//BBS
bool show_publish_dialog(bool show = true);
//BBS: post process string object exception strings by warning types
void post_process_string_object_exception(StringObjectException &err);
#if ENABLE_ENVIRONMENT_MAP
void init_environment_texture();