mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-18 07:10:58 +00:00
Updated G Code in Marlin (markdown)
parent
b489a4a346
commit
8835c9738f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ extrude-only move will be classified as retract depending on the direction
|
|||
[[M402]] - Raise Z-probe. Note: drives the servo
|
||||
[[M420]] - Enable or disable Mesh Bed Leveling
|
||||
[[M421]] - Set a single Mesh Bed Leveling Z coordinate: X<pos> Y<pos> Z<pos>
|
||||
[[M851]] - Custom M code in Marlin to set/fine tune the z probe offset. (i.e. probe offset = 6.90 mm: M851 Z-6.90, and store with M500 in EEPROM (if enabled))
|
||||
[[M851]] - Custom M code in Marlin to set/fine tune the z probe offset. (i.e. probe offset = 6.90 mm: use M851 Z-6.90, and store with M500 in EEPROM (if enabled))
|
||||
|
||||
###Filament Diameter
|
||||
[[M404]] - Set (or display) Nominal Filament Diameter in mm: [N<diameter>] (e.g., 3mm or 1.75mm)
|
||||
|
|
Loading…
Reference in a new issue