Przeglądaj źródła

Merge pull request #489 from PavelSindler/xyz_corrections_3

typo fixed
PavelSindler 6 lat temu
rodzic
commit
03a1bef4ee
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -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