mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Change end_program() to postamble()
This commit is contained in:
parent
1180a6d83f
commit
ba6ae12635
4 changed files with 12 additions and 12 deletions
|
@ -24,6 +24,7 @@ class GCodeWriter {
|
|||
void apply_print_config(const PrintConfig &print_config);
|
||||
void set_extruders(const std::vector<unsigned int> &extruder_ids);
|
||||
std::string preamble();
|
||||
std::string postamble();
|
||||
std::string set_temperature(unsigned int temperature, bool wait = false, int tool = -1);
|
||||
std::string set_bed_temperature(unsigned int temperature, bool wait = false);
|
||||
std::string set_fan(unsigned int speed, bool dont_save = false);
|
||||
|
@ -46,7 +47,6 @@ class GCodeWriter {
|
|||
std::string lift();
|
||||
std::string unlift();
|
||||
Pointf3 get_position() const;
|
||||
std::string end_program();
|
||||
|
||||
private:
|
||||
std::string _extrusion_axis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue