add command M666 for adjusting delta printer endstop position
This commit is contained in:
parent
aa6c58ad37
commit
9aa2229077
3 changed files with 43 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue