Skip to content

Commit

Permalink
comment the notes() and preamble() in gcodewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Jun 4, 2017
1 parent 375b334 commit c36fadd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xs/src/libslic3r/GCodeWriter.hpp
Expand Up @@ -23,7 +23,10 @@ class GCodeWriter {
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;
Expand Down

0 comments on commit c36fadd

Please sign in to comment.