M421 Mesh Point Offset and misc. UBL clean up (#6685)
* M421 Mesh Point Offset and misc. UBL clean up Allow M421 to accept an offset as well as absolute value for a specified mesh point. And misc. UBL clean up to reduce redundent code. * Better error checking for M421 * Fix M421 Y index bug I just noticed.... We've had a Y index bug for who knows how long?
This commit is contained in:
@ -63,7 +63,6 @@
|
||||
void shift_mesh_height();
|
||||
void fine_tune_mesh(const float&, const float&, const bool);
|
||||
bool g29_parameter_parsing();
|
||||
void g29_what_command();
|
||||
void g29_eeprom_dump();
|
||||
void g29_compare_current_mesh_to_stored_mesh();
|
||||
|
||||
|
Reference in New Issue
Block a user