mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Gizmos can be shown depending on current mode
This commit is contained in:
parent
4ef52af906
commit
7fd2209b48
3 changed files with 12 additions and 5 deletions
|
@ -631,7 +631,8 @@ bool GLGizmoFdmSupports::on_is_activable() const
|
|||
|
||||
bool GLGizmoFdmSupports::on_is_selectable() const
|
||||
{
|
||||
return (wxGetApp().preset_bundle->printers.get_edited_preset().printer_technology() == ptFFF );
|
||||
return (wxGetApp().preset_bundle->printers.get_edited_preset().printer_technology() == ptFFF
|
||||
&& wxGetApp().get_mode() != comSimple );
|
||||
}
|
||||
|
||||
std::string GLGizmoFdmSupports::on_get_name() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue