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

@ -61,8 +61,9 @@
bool is_bit_set(uint16_t bits[16], uint8_t x, uint8_t y);
char *ftostr43sign(const float&, char);
void home_all_axes();
void gcode_G26();
void gcode_G28();
void gcode_G29();
extern int ubl_cnt;