ENH: add height_range

Change-Id: Ica4def5d54f9e0906d424eea1efd3545b79ed186
This commit is contained in:
liz.li 2023-03-21 17:00:50 +08:00 committed by Lane.Wei
parent 8747192715
commit 3c6e68553b
21 changed files with 303 additions and 136 deletions

View file

@ -461,7 +461,7 @@ public:
void update_model_config();
void reset_model_config();
virtual void reset_model_config();
bool has_key(std::string const &key);
@ -506,6 +506,17 @@ protected:
virtual void notify_changed(ObjectBase * object) override;
};
class TabPrintLayer : public TabPrintModel
{
public:
//BBS: GUI refactor
TabPrintLayer(ParamsPanel* parent);
~TabPrintLayer() {}
protected:
virtual void notify_changed(ObjectBase* object) override;
virtual void update_custom_dirty() override;
};
class TabFilament : public Tab
{
private: