Merge pull request #2027 from thinkyhead/fix_mbl_compile_err
Fix MBL compile error
This commit is contained in:
commit
72bf6acb5b
|
@ -4520,7 +4520,7 @@ inline void gcode_M410() { quickStop(); }
|
|||
err = true;
|
||||
}
|
||||
|
||||
if (!err) mbl.set_z(select_x_index(x), select_y_index(y), z);
|
||||
if (!err) mbl.set_z(mbl.select_x_index(x), mbl.select_y_index(y), z);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue