mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Add the rest of the param defs
Also added temperatures category to handle them
This commit is contained in:
parent
02258b4391
commit
ecd20184f9
5 changed files with 51 additions and 3 deletions
|
@ -1480,6 +1480,12 @@ public:
|
|||
DimensionsConfigDef();
|
||||
};
|
||||
|
||||
class TemperaturesConfigDef : public ConfigDef
|
||||
{
|
||||
public:
|
||||
TemperaturesConfigDef();
|
||||
};
|
||||
|
||||
class TimestampsConfigDef : public ConfigDef
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue