mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: Optimize and design the time-lapse wiper tower
Multiplex existing wipe tower and revert old time-lapse wipe tower code Change-Id: Ia1cba9808647ea900f691b2c5d5887077be12d89 (cherry picked from commit 61f41df572d11b7cc738c34f2624fd123cd9a6df)
This commit is contained in:
parent
a26c573b1b
commit
f745c5fea2
21 changed files with 172 additions and 183 deletions
|
@ -333,18 +333,6 @@ void ObjectDataViewModelNode::SetPlateIdx(const int& idx)
|
|||
m_plate_idx = idx;
|
||||
}
|
||||
|
||||
// BBS
|
||||
bool ObjectDataViewModelNode::IsTimelapseWipeTower() const
|
||||
{
|
||||
if (m_model_object == nullptr)
|
||||
return false;
|
||||
|
||||
if (!(m_type & itObject) && !(m_type & itInstance))
|
||||
return false;
|
||||
|
||||
return m_model_object->is_timelapse_wipe_tower;
|
||||
}
|
||||
|
||||
void ObjectDataViewModelNode::UpdateExtruderAndColorIcon(wxString extruder /*= ""*/)
|
||||
{
|
||||
if (m_type == itVolume && m_volume_type != ModelVolumeType::MODEL_PART && m_volume_type != ModelVolumeType::PARAMETER_MODIFIER)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue