|
@@ -253,7 +253,7 @@
|
253
|
253
|
* M868 - Report or set position encoder module error correction threshold.
|
254
|
254
|
* M869 - Report position encoder module error.
|
255
|
255
|
* M871 - Print/reset/clear first layer temperature offset values. (Requires PROBE_TEMP_COMPENSATION)
|
256
|
|
- * M872 - Wait for probe temp (Requires PROBE_TEMP_COMPENSATION)
|
|
256
|
+ * M192 - Wait for probe temp (Requires PROBE_TEMP_COMPENSATION)
|
257
|
257
|
* M876 - Handle Prompt Response. (Requires HOST_PROMPT_SUPPORT and not EMERGENCY_PARSER)
|
258
|
258
|
* M900 - Get or Set Linear Advance K-factor. (Requires LIN_ADVANCE)
|
259
|
259
|
* M906 - Set or get motor current in milliamps using axis codes X, Y, Z, E. Report values if no axis codes given. (Requires at least one _DRIVER_TYPE defined as TMC2130/2160/5130/5160/2208/2209/2660 or L6470)
|
|
@@ -822,8 +822,8 @@ private:
|
822
|
822
|
#endif
|
823
|
823
|
|
824
|
824
|
#if ENABLED(PROBE_TEMP_COMPENSATION)
|
|
825
|
+ static void M192();
|
825
|
826
|
static void M871();
|
826
|
|
- static void M872();
|
827
|
827
|
#endif
|
828
|
828
|
|
829
|
829
|
TERN_(LIN_ADVANCE, static void M900());
|