forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Infos about fuses to use; correct fuses in boards.txt
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,12 @@ I switched to an ATMega1284P which has double size program memory. Unfortunately | |
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. | ||
I'll publish my desing as soon as possible. | ||
|
||
You have to use different chip fuses to get Marlin running. | ||
The fuses I'm using are lfuse: 0xF7 hfuse: 0xD4 efuse: 0xFD | ||
|
||
For questions take a look into http://forums.reprap.org/read.php?181,118329 or send me an e-mail: [email protected] | ||
|
||
|
||
Expect this fork to be highly experimental. | ||
|
||
WARNING: | ||
|