Refine help text for soft axis limits.

This commit is contained in:
Markus Hitter 2015-06-03 23:39:55 +02:00
parent 6f7a4122a0
commit c4582e605a
2 changed files with 26 additions and 4 deletions

View File

@ -76,8 +76,19 @@
#define ENDSTOP_CLEARANCE_Z 100
/** \def X_MIN X_MAX Y_MIN Y_MAX Z_MIN Z_MAX
Soft axis limits, in mm. Define them to your machine's size relative to what
your host considers to be the origin.
Soft axis limits. Define them to your machine's size relative to what your
G-code considers to be the origin (typically the bed's center or the bed's
front left corner).
Note that relocating the origin at runtime with G92 will also relocate these
limits.
Not defining them at all will disable limits checking and make the binary
about 250 bytes smaller. Enabling only some of them is perfectly fine.
Units: millimeters
Sane values: according to printer build room size
Valid range: -1000.0 to 1000.0
*/
//#define X_MIN 0.0
//#define X_MAX 200.0

View File

@ -76,8 +76,19 @@
#define ENDSTOP_CLEARANCE_Z 100
/** \def X_MIN X_MAX Y_MIN Y_MAX Z_MIN Z_MAX
Soft axis limits, in mm. Define them to your machine's size relative to what
your host considers to be the origin.
Soft axis limits. Define them to your machine's size relative to what your
G-code considers to be the origin (typically the bed's center or the bed's
front left corner).
Note that relocating the origin at runtime with G92 will also relocate these
limits.
Not defining them at all will disable limits checking and make the binary
about 250 bytes smaller. Enabling only some of them is perfectly fine.
Units: millimeters
Sane values: according to printer build room size
Valid range: -1000.0 to 1000.0
*/
//#define X_MIN 0.0
//#define X_MAX 200.0