diff options
author | midopple <mdoppler@gmx.at> | 2012-02-24 20:03:10 +0100 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-02-24 20:03:10 +0100 |
commit | 7be03db9d83b3c75c3793882bdd81c6977ce6dc6 (patch) | |
tree | 6c093e4f4063c2e8488bf202f1792864da1025db | |
parent | 421c3905963436ebac6b00939b68980460ec0a7d (diff) |
Remove unused function "st_set_position"
-rw-r--r-- | Sprinter/Sprinter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Sprinter/Sprinter.h b/Sprinter/Sprinter.h index 9873843..2a1dd93 100644 --- a/Sprinter/Sprinter.h +++ b/Sprinter/Sprinter.h @@ -114,7 +114,6 @@ void plan_buffer_line(float x, float y, float z, float e, float feed_rate); void plan_set_position(float x, float y, float z, float e); void st_wake_up(); void st_synchronize(); -void st_set_position(const long &x, const long &y, const long &z, const long &e); void check_buffer_while_arc(); |