mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-25 14:09:18 -07:00
Seam gizmo created on frontend
This commit is contained in:
@@ -375,11 +375,6 @@ bool GLGizmoPainterBase::gizmo_event(SLAGizmoEventType action, const Vec2d& mous
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
bool GLGizmoPainterBase::on_is_activable() const
|
||||
{
|
||||
const Selection& selection = m_parent.get_selection();
|
||||
@@ -403,11 +398,6 @@ bool GLGizmoPainterBase::on_is_selectable() const
|
||||
&& wxGetApp().get_mode() != comSimple );
|
||||
}
|
||||
|
||||
std::string GLGizmoPainterBase::on_get_name() const
|
||||
{
|
||||
return (_(L("FDM Support Editing")) + " [L]").ToUTF8().data();
|
||||
}
|
||||
|
||||
|
||||
CommonGizmosDataID GLGizmoPainterBase::on_get_requirements() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user