소스 검색

added infos for this fork

Christian Thalhammer 13 년 전
부모
커밋
234fe8ea67
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14
    0
      README.md

+ 14
- 0
README.md 파일 보기

1
+SCUBA82's fork:
2
+-----------------
3
+
4
+The main goal of my fork is porting the brilliant Marlin firmware to GEN7 Boards.
5
+I'm working on a 16MHz GEN7 board and have only tested with this configuration.
6
+But there were reports about successfully running it at 20 MHz. Expect 25% faster moves and maybe some other issues.
7
+
8
+Using lcd and sdcard support on an ATMega644(P) is not possible cause the sketch is way too big for its memory.
9
+I switched to an ATMega1284P which has double size program memory. Unfortunately it's not supported in Arduino IDE out of the box but expect a tutorial on how to compile for it soon. 
10
+For the necessary pin breakouts I used Alfons3 design of GEN7 (https://github.com/Alfons3/Generation_7_Electronics) with an additional breakout for pin A0/D31. 
11
+I'll publish my desing as soon as possible.
12
+
13
+Expect this fork to be highly experimental. 
14
+
1
 WARNING: 
15
 WARNING: 
2
 --------
16
 --------
3
 THIS IS RELEASE CANDIDATE 1 FOR MARLIN 1.0.0
17
 THIS IS RELEASE CANDIDATE 1 FOR MARLIN 1.0.0

Loading…
취소
저장