Fix: moving with text object(not volume) over build plate by canvas dragging

This commit is contained in:
Filip Sykala - NTB T15p 2023-03-15 11:25:17 +01:00
parent f331bb5edf
commit ca5b310e43
5 changed files with 28 additions and 23 deletions

View file

@ -835,6 +835,7 @@ public:
bool is_support_blocker() const { return m_type == ModelVolumeType::SUPPORT_BLOCKER; }
bool is_support_modifier() const { return m_type == ModelVolumeType::SUPPORT_BLOCKER || m_type == ModelVolumeType::SUPPORT_ENFORCER; }
bool is_text() const { return text_configuration.has_value(); }
bool is_the_only_one_part() const; // behave like an object
t_model_material_id material_id() const { return m_material_id; }
void reset_extra_facets();
void apply_tolerance();