ENH: remove bbs namespace in 3mf

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: Ib9db7bbfb8ebb9c1b29b50f5743c927250f58bef
(cherry picked from commit d7a131b97c72c01b8fc256e179309cfde4f1f8b4)
This commit is contained in:
yifan.wu 2022-10-31 14:05:04 +08:00 committed by Lane.Wei
parent 13a1dc03c1
commit f438c2dfcb

View file

@ -230,7 +230,7 @@ static constexpr const char* CUSTOM_SUPPORTS_ATTR = "paint_supports";
static constexpr const char* CUSTOM_SEAM_ATTR = "paint_seam"; static constexpr const char* CUSTOM_SEAM_ATTR = "paint_seam";
static constexpr const char* MMU_SEGMENTATION_ATTR = "paint_color"; static constexpr const char* MMU_SEGMENTATION_ATTR = "paint_color";
// BBS // BBS
static constexpr const char* FACE_PROPERTY_ATTR = "bbs:face_property"; static constexpr const char* FACE_PROPERTY_ATTR = "face_property";
static constexpr const char* KEY_ATTR = "key"; static constexpr const char* KEY_ATTR = "key";
static constexpr const char* VALUE_ATTR = "value"; static constexpr const char* VALUE_ATTR = "value";