mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
ENH: add height_range
Change-Id: Ica4def5d54f9e0906d424eea1efd3545b79ed186
This commit is contained in:
parent
8747192715
commit
3c6e68553b
21 changed files with 303 additions and 136 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue