浏览代码

Describe Custom M Code

Richard Wackerbarth 10 年前
父节点
当前提交
735bf2d35f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/Marlin_main.cpp

+ 4
- 0
Marlin/Marlin_main.cpp 查看文件

@@ -212,6 +212,10 @@
212 212
  * M365 - SCARA calibration: Scaling factor, X, Y, Z axis
213 213
  * ************* SCARA End ***************
214 214
  *
215
+ * ************ Custom codes - This can change to suit future G-code regulations
216
+ * M851 - Set probe's Z offset (mm above extruder -- The value will always be negative)
217
+
218
+
215 219
  * M928 - Start SD logging (M928 filename.g) - ended by M29
216 220
  * M999 - Restart after being stopped by error
217 221
  *

正在加载...
取消
保存