Document G-code M290
This commit is contained in:
parent
c12b6ba760
commit
cf3631226b
|
@ -59,6 +59,14 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* M290: Babystepping
|
* M290: Babystepping
|
||||||
|
*
|
||||||
|
* X<linear> - Distance to step X
|
||||||
|
* Y<linear> - Distance to step Y
|
||||||
|
* Z<linear> - Distance to step Z
|
||||||
|
* S<linear> - Distance to step Z (alias for Z)
|
||||||
|
*
|
||||||
|
* With BABYSTEP_ZPROBE_OFFSET:
|
||||||
|
* P0 - Don't adjust the Z probe offset.
|
||||||
*/
|
*/
|
||||||
void GcodeSuite::M290() {
|
void GcodeSuite::M290() {
|
||||||
#if ENABLED(BABYSTEP_XY)
|
#if ENABLED(BABYSTEP_XY)
|
||||||
|
|
Loading…
Reference in a new issue