Fix: moving with text object(not volume) over build plate by canvas dragging
This commit is contained in:
parent
f331bb5edf
commit
ca5b310e43
5 changed files with 28 additions and 23 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue