Add a function to home all axes (i.e., gcode_G28)

This commit is contained in:
Scott Lahteine
2017-05-01 15:03:13 -05:00
parent 8f895d5e01
commit 2887c20788
4 changed files with 6 additions and 4 deletions

View File

@ -131,8 +131,7 @@
#define PLANNER_XY_FEEDRATE() (min(planner.max_feedrate_mm_s[X_AXIS], planner.max_feedrate_mm_s[Y_AXIS])) //bob
bool prepare_move_to_destination_cartesian();
void line_to_destination();
void line_to_destination(float );
void gcode_G28();
void line_to_destination(float);
void sync_plan_position_e();
void un_retract_filament(float where[XYZE]);
void retract_filament(float where[XYZE]);