mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 05:12:27 +00:00
preheat work - part 1
This commit is contained in:
committed by
SoftFever
parent
a9668728bc
commit
7d0fb4f42a
@@ -43,6 +43,8 @@ public:
|
||||
}
|
||||
std::string preamble();
|
||||
std::string postamble() const;
|
||||
static std::string set_temperature(unsigned int temperature, GCodeFlavor flavor, bool wait = false, int tool = -1, std::string comment = std::string());
|
||||
|
||||
std::string set_temperature(unsigned int temperature, bool wait = false, int tool = -1) const;
|
||||
std::string set_bed_temperature(int temperature, bool wait = false);
|
||||
std::string set_chamber_temperature(int temperature, bool wait = false);
|
||||
|
||||
Reference in New Issue
Block a user