first naive attempt to have a offset in the homeing procedure. Does not enable to move into regions not allowed by endstops.

This commit is contained in:
Bernhard
2011-11-27 17:27:17 +01:00
parent d2f034ba84
commit 2d9a715655
2 changed files with 15 additions and 3 deletions

View File

@ -112,5 +112,6 @@ void prepare_arc_move(char isclockwise);
extern float homing_feedrate[];
extern bool axis_relative_modes[];
extern float current_position[NUM_AXIS] ;
extern float add_homeing[3];
#endif