Scott Lahteine 4 년 전
부모
커밋
6f06801f1d
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6
    6
      Marlin/src/lcd/extui/anycubic_chiron/FileNavigator.cpp

+ 6
- 6
Marlin/src/lcd/extui/anycubic_chiron/FileNavigator.cpp 파일 보기

31
  * This library allows full folder traversal or flat file display and supports both standerd and new style panels.
31
  * This library allows full folder traversal or flat file display and supports both standerd and new style panels.
32
  *
32
  *
33
  * ## Old Style TFT panel
33
  * ## Old Style TFT panel
34
- * Supported chars	{}[]-+=_"$%^&*()~<>|
35
- * Max display length 22 chars
36
- * Max path len 29 chars
34
+ * Supported chars     {}[]-+=_"$%^&*()~<>|
35
+ * Max display length  22 chars
36
+ * Max path len        29 chars
37
  * (DOS 8.3 filepath max 29chars)
37
  * (DOS 8.3 filepath max 29chars)
38
  * (long filepath Max 22)
38
  * (long filepath Max 22)
39
  *
39
  *
40
  * ## New TFT Panel Format file display format
40
  * ## New TFT Panel Format file display format
41
- * Supported chars	{}[]-+=_!"$%^&*()~<>\|
42
- * Max display length 26 chars
43
- * Max path len 29 chars
41
+ * Supported chars     {}[]-+=_!"$%^&*()~<>\|
42
+ * Max display length  26 chars
43
+ * Max path len        29 chars
44
  * (DOS 8.3 filepath must end '.GCO')
44
  * (DOS 8.3 filepath must end '.GCO')
45
  * (long filepath must end '.gcode')
45
  * (long filepath must end '.gcode')
46
  *
46
  *

Loading…
취소
저장