preheat work - part 1
This commit is contained in:
committed by
SoftFever
parent
13b818195d
commit
bda3a8e9c5
@@ -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