Fix MBL zigzag calls
This commit is contained in:
parent
86ac48a374
commit
754b0152f5
3 changed files with 3 additions and 3 deletions
|
|
@ -48,7 +48,7 @@
|
|||
}
|
||||
|
||||
void set_zigzag_z(int8_t index, float z) {
|
||||
int ix, iy;
|
||||
int8_t ix, iy;
|
||||
zigzag(index, ix, iy);
|
||||
set_z(ix, iy, z);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue