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

@ -3928,6 +3928,8 @@ inline void gcode_G28() {
#endif
}
void home_all_axes() { gcode_G28(); }
#if HAS_PROBING_PROCEDURE
void out_of_range_error(const char* p_edge) {