浏览代码

Fix M421 comment in gcode.h

Scott Lahteine 6 年前
父节点
当前提交
cd08f01bb4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/gcode/gcode.h

+ 1
- 1
Marlin/src/gcode/gcode.h 查看文件

@@ -192,7 +192,7 @@
192 192
  * M407 - Display measured filament diameter in millimeters. (Requires FILAMENT_WIDTH_SENSOR)
193 193
  * M410 - Quickstop. Abort all planned moves.
194 194
  * M420 - Enable/Disable Leveling (with current values) S1=enable S0=disable (Requires MESH_BED_LEVELING or ABL)
195
- * M421 - Set a single Z coordinate in the Mesh Leveling grid. X<units> Y<units> Z<units> (Requires MESH_BED_LEVELING or AUTO_BED_LEVELING_UBL)
195
+ * M421 - Set a single Z coordinate in the Mesh Leveling grid. X<units> Y<units> Z<units> (Requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL)
196 196
  * M428 - Set the home_offset based on the current_position. Nearest edge applies. (Disabled by NO_WORKSPACE_OFFSETS or DELTA)
197 197
  * M500 - Store parameters in EEPROM. (Requires EEPROM_SETTINGS)
198 198
  * M501 - Restore parameters from EEPROM. (Requires EEPROM_SETTINGS)

正在加载...
取消
保存