Fix MBL zigzag calls

This commit is contained in:
Scott Lahteine
2016-05-15 12:34:39 -07:00
parent 86ac48a374
commit 754b0152f5
3 changed files with 3 additions and 3 deletions

View File

@@ -2955,7 +2955,7 @@ inline void gcode_G28() {
return;
}
int ix, iy;
int8_t ix, iy;
float z;
switch (state) {