Marlin Gcodes: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=List of Imortant Ones= | =List of Imortant Ones= | ||
*G29 - auto bed level | *G29 - auto bed level | ||
*G30 - probe at current location | |||
*M851 Z-1 - z probe offset correction | *M851 Z-1 - z probe offset correction | ||
*G92 Z1 - lower nozzle by 1 mm? | *G92 Z1 - lower nozzle by 1 mm? | ||
*G92 Z10 - make the printer think it's at Z10 regardless of actual position | |||
*G28 X0 Y0 Z0 - zero the axes | *G28 X0 Y0 Z0 - zero the axes | ||
*M205 Z.2 - define z jerk ? | *M205 Z.2 - define z jerk ? | ||
Line 11: | Line 13: | ||
*M104 S190 - set extruder temp to 190C | *M104 S190 - set extruder temp to 190C | ||
*M206 X10.0 Y10.0 Z-0.4 - sets axis offsets; equivalent to G92? - [http://reprap.org/wiki/G-code#M206:_Offset_axes] | *M206 X10.0 Y10.0 Z-0.4 - sets axis offsets; equivalent to G92? - [http://reprap.org/wiki/G-code#M206:_Offset_axes] | ||
*M501 - read EEPROM | |||
*M500 - store to EEPROM |
Latest revision as of 21:45, 16 June 2017
List of Imortant Ones
- G29 - auto bed level
- G30 - probe at current location
- M851 Z-1 - z probe offset correction
- G92 Z1 - lower nozzle by 1 mm?
- G92 Z10 - make the printer think it's at Z10 regardless of actual position
- G28 X0 Y0 Z0 - zero the axes
- M205 Z.2 - define z jerk ?
- M119 - find if endstops triggered
- M114 - read coordinates
- M104 S190 - set extruder temp to 190C
- M206 X10.0 Y10.0 Z-0.4 - sets axis offsets; equivalent to G92? - [1]
- M501 - read EEPROM
- M500 - store to EEPROM