Fix MBL zigzag calls
This commit is contained in:
parent
86ac48a374
commit
754b0152f5
3 changed files with 3 additions and 3 deletions
|
|
@ -1014,7 +1014,7 @@ void lcd_cooldown() {
|
|||
lcd_goto_menu(_lcd_level_bed_moving);
|
||||
|
||||
// _mbl_goto_xy runs the menu loop until the move is done
|
||||
int ix, iy;
|
||||
int8_t ix, iy;
|
||||
mbl.zigzag(_lcd_level_bed_position, ix, iy);
|
||||
_mbl_goto_xy(mbl.get_x(ix), mbl.get_y(iy));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue