mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 21:05:57 +08:00
comment the notes() and preamble() in gcodewriter
This commit is contained in:
parent
375b334ad8
commit
c36fadd297
@ -23,7 +23,10 @@ public:
|
||||
std::string extrusion_axis() const { return this->_extrusion_axis; }
|
||||
void apply_print_config(const PrintConfig &print_config);
|
||||
void set_extruders(const std::vector<unsigned int> &extruder_ids);
|
||||
/// Write any notes provided by the user as comments in the gcode header.
|
||||
std::string notes();
|
||||
|
||||
/// Actually write the preamble information.
|
||||
std::string preamble();
|
||||
std::string postamble() const;
|
||||
std::string set_temperature(unsigned int temperature, bool wait = false, int tool = -1) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user