Fix K8400 Y min pos, M118 comment

This commit is contained in:
Scott Lahteine 2018-05-24 08:19:07 -05:00
parent a5ac80293e
commit 62d923a053
2 changed files with 2 additions and 2 deletions

View File

@ -8844,7 +8844,7 @@ inline void gcode_M117() {
/** /**
* M118: Display a message in the host console. * M118: Display a message in the host console.
* *
* A1 Append '// ' for an action command, as in OctoPrint * A1 Prepend '// ' for an action command, as in OctoPrint
* E1 Have the host 'echo:' the text * E1 Have the host 'echo:' the text
*/ */
inline void gcode_M118() { inline void gcode_M118() {

View File

@ -852,7 +852,7 @@
// Travel limits (mm) after homing, corresponding to endstop positions. // Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0 #define X_MIN_POS 0
#define Y_MIN_POS 20 #define Y_MIN_POS 0
#define Z_MIN_POS 0 #define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE #define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE #define Y_MAX_POS Y_BED_SIZE