浏览代码

Robin pins followup

Scott Lahteine 4 年前
父节点
当前提交
6429be6efc
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3
    4
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN.h

+ 3
- 4
Marlin/src/pins/stm32f1/pins_MKS_ROBIN.h 查看文件

@@ -173,11 +173,10 @@
173 173
    * MKS Robin has a few hardware revisions
174 174
    * https://github.com/makerbase-mks/MKS-Robin/tree/master/MKS%20Robin/Hardware
175 175
    *
176
-   * MKS Robin less or equal to V2.3 don't have SD_DETECT_PIN.
176
+   * MKS Robin <= V2.3 have no SD_DETECT_PIN.
177
+   * MKS Robin >= V2.4 have SD_DETECT_PIN on PF12.
177 178
    *
178
-   * MKS Robin greater or equal to V2.4 have SD_DETECT_PIN at PF12.
179
-   *
180
-   * You can uncomment it here, or you can add it SD_DETECT_PIN to your Configuration.h
179
+   * Uncomment here or add SD_DETECT_PIN to Configuration.h.
181 180
    */
182 181
   //#define SD_DETECT_PIN                   -1
183 182
   //#define SD_DETECT_PIN                   PF12  // SD_CD

正在加载...
取消
保存