Browse Source

Document G-code M290

Scott Lahteine 6 years ago
parent
commit
cf3631226b
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Marlin/src/gcode/motion/M290.cpp

+ 8
- 0
Marlin/src/gcode/motion/M290.cpp View File

59
 
59
 
60
 /**
60
 /**
61
  * M290: Babystepping
61
  * M290: Babystepping
62
+ *
63
+ *  X<linear> - Distance to step X
64
+ *  Y<linear> - Distance to step Y
65
+ *  Z<linear> - Distance to step Z
66
+ *  S<linear> - Distance to step Z (alias for Z)
67
+ *
68
+ * With BABYSTEP_ZPROBE_OFFSET:
69
+ *         P0 - Don't adjust the Z probe offset.
62
  */
70
  */
63
 void GcodeSuite::M290() {
71
 void GcodeSuite::M290() {
64
   #if ENABLED(BABYSTEP_XY)
72
   #if ENABLED(BABYSTEP_XY)

Loading…
Cancel
Save