mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
ENH: add height_range
Change-Id: Ica4def5d54f9e0906d424eea1efd3545b79ed186
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user