Added hiding of MMU segmentation gizmo when it is selected printer with only one extruder.

This commit is contained in:
Lukáš Hejl 2021-04-21 07:18:02 +02:00
parent 38bb7d2950
commit 1b144e80bd
2 changed files with 8 additions and 1 deletions

View file

@ -19,6 +19,8 @@ protected:
void on_render_input_window(float x, float y, float bottom_limit) override;
std::string on_get_name() const override;
bool on_is_selectable() const override;
private:
bool on_init() override;