mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
added end_program() function to GCodeWriter
This commit is contained in:
parent
d6feec808c
commit
f2fa8cb63f
3 changed files with 11 additions and 0 deletions
|
@ -46,6 +46,7 @@ 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