|
@@ -10,7 +10,7 @@ This RepRap firmware is a mashup between <a href="https://github.com/kliment/Spr
|
10
|
10
|
|
11
|
11
|
Derived from Sprinter and Grbl by Erik van der Zalm.
|
12
|
12
|
Sprinters lead developers are Kliment and caru.
|
13
|
|
-Grbls lead developer is Simen Svale Skogsrud.
|
|
13
|
+Grbls lead developer is Simen Svale Skogsrud. Sonney Jeon (Chamnit) improved some parts of grbl
|
14
|
14
|
A fork by bkubicek for the Ultimaker was merged, and further development was aided by him.
|
15
|
15
|
Some features have been added by:
|
16
|
16
|
Lampmaker, Bradley Feldman, and others...
|
|
@@ -23,7 +23,7 @@ Features:
|
23
|
23
|
* Look ahead (Keep the speed high when possible. High cornering speed)
|
24
|
24
|
* Interrupt based temperature protection
|
25
|
25
|
* preliminary support for Matthew Roberts advance algorithm
|
26
|
|
-* For more info see: http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
|
26
|
+ For more info see: http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
27
|
27
|
* Full endstop support
|
28
|
28
|
* SD Card support
|
29
|
29
|
* SD Card folders (works in pronterface)
|
|
@@ -39,8 +39,6 @@ Features:
|
39
|
39
|
* Updated sdcardlib
|
40
|
40
|
* Heater power reporting. Useful for PID monitoring.
|
41
|
41
|
|
42
|
|
-This firmware is optimized for Ultimaker's gen6 electronics (including the Ultimaker 1.5.x daughterboard and Arduino Mega 2560).
|
43
|
|
-
|
44
|
42
|
The default baudrate is 250000. This baudrate has less jitter and hence errors than the usual 115200 baud, but is less supported by drivers and host-environments.
|
45
|
43
|
|
46
|
44
|
|
|
@@ -153,13 +151,16 @@ EEPROM:
|
153
|
151
|
* M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
154
|
152
|
* M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
155
|
153
|
|
|
154
|
+
|
156
|
155
|
Configuring and compilation:
|
157
|
156
|
============================
|
158
|
157
|
|
159
|
|
-
|
160
|
158
|
Install the arduino software IDE/toolset v22
|
161
|
159
|
http://www.arduino.cc/en/Main/Software
|
162
|
160
|
|
|
161
|
+For gen6 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment.
|
|
162
|
+ copy Marlin\sanguino <arduino home>\hardware\Sanguino
|
|
163
|
+
|
163
|
164
|
Install Ultimaker's RepG 25 build
|
164
|
165
|
http://software.ultimaker.com
|
165
|
166
|
For SD handling and as better substitute (apart from stl manipulation) download
|