Merge pull request #489 from PavelSindler/xyz_corrections_3

typo fixed
This commit is contained in:
PavelSindler 2018-02-22 13:41:22 +01:00 committed by GitHub
commit 03a1bef4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2120,7 +2120,7 @@ void force_high_power_mode(bool start_high_power_section) {
}
#endif //TMC2130
bool gcode_M45(bool onlyZ, int8_t verbosity_level);
bool gcode_M45(bool onlyZ, int8_t verbosity_level)
{
bool final_result = false;
#ifdef TMC2130