added end_program() function to GCodeWriter

This commit is contained in:
Alexander Rössler 2015-02-07 12:36:29 +01:00
parent d6feec808c
commit f2fa8cb63f
3 changed files with 11 additions and 0 deletions

View file

@ -45,6 +45,7 @@
std::string lift();
std::string unlift();
Clone<Pointf3> get_position() const;
std::string end_program();
%{
SV*