add command M666 for adjusting delta printer endstop position

This commit is contained in:
Peter Hercek
2013-08-28 01:15:20 +02:00
parent aa6c58ad37
commit 9aa2229077
3 changed files with 43 additions and 2 deletions

View File

@ -191,6 +191,9 @@ extern int feedmultiply;
extern int extrudemultiply; // Sets extrude multiply factor (in percent)
extern float current_position[NUM_AXIS] ;
extern float add_homeing[3];
#ifdef DELTA
extern float endstop_adj[3];
#endif
extern float min_pos[3];
extern float max_pos[3];
extern int fanSpeed;