mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Support tree interface extended with mouse event handling and refresh callback.
This commit is contained in:
@@ -1635,6 +1635,12 @@ SlicedSupports SLASupportTree::slice(float layerh, float init_layerh) const
|
||||
return {};
|
||||
}
|
||||
|
||||
// Here we should implement the support editing
|
||||
void SLASupportTree::mouse_event(const MouseEvent &)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
SLASupportTree::SLASupportTree(const Model& model,
|
||||
const SupportConfig& cfg,
|
||||
const Controller& ctl): m_impl(new Impl())
|
||||
|
||||
Reference in New Issue
Block a user