소스 검색

Fix K8400 Y min pos, M118 comment

Scott Lahteine 6 년 전
부모
커밋
a94506ada0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  2. 1
    1
      Marlin/src/gcode/host/M118.cpp

+ 1
- 1
Marlin/src/config/examples/Velleman/K8400/Configuration.h 파일 보기

@@ -873,7 +873,7 @@
873 873
 
874 874
 // Travel limits (mm) after homing, corresponding to endstop positions.
875 875
 #define X_MIN_POS 0
876
-#define Y_MIN_POS 20
876
+#define Y_MIN_POS 0
877 877
 #define Z_MIN_POS 0
878 878
 #define X_MAX_POS X_BED_SIZE
879 879
 #define Y_MAX_POS Y_BED_SIZE

+ 1
- 1
Marlin/src/gcode/host/M118.cpp 파일 보기

@@ -25,7 +25,7 @@
25 25
 /**
26 26
  * M118: Display a message in the host console.
27 27
  *
28
- *  A1  Append '// ' for an action command, as in OctoPrint
28
+ *  A1  Prepend '// ' for an action command, as in OctoPrint
29 29
  *  E1  Have the host 'echo:' the text
30 30
  */
31 31
 void GcodeSuite::M118() {

Loading…
취소
저장