Browse Source

Small changes to README.md

Erik van der Zalm 13 years ago
parent
commit
85c8a87e70
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      README.md

+ 6
- 5
README.md View File

10
 
10
 
11
 Derived from Sprinter and Grbl by Erik van der Zalm.
11
 Derived from Sprinter and Grbl by Erik van der Zalm.
12
 Sprinters lead developers are Kliment and caru.
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
 A fork by bkubicek for the Ultimaker was merged, and further development was aided by him.
14
 A fork by bkubicek for the Ultimaker was merged, and further development was aided by him.
15
 Some features have been added by:
15
 Some features have been added by:
16
 Lampmaker, Bradley Feldman, and others...
16
 Lampmaker, Bradley Feldman, and others...
23
 *   Look ahead (Keep the speed high when possible. High cornering speed)
23
 *   Look ahead (Keep the speed high when possible. High cornering speed)
24
 *   Interrupt based temperature protection
24
 *   Interrupt based temperature protection
25
 *   preliminary support for Matthew Roberts advance algorithm 
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
 *   Full endstop support
27
 *   Full endstop support
28
 *   SD Card support
28
 *   SD Card support
29
 *   SD Card folders (works in pronterface)
29
 *   SD Card folders (works in pronterface)
39
 *   Updated sdcardlib
39
 *   Updated sdcardlib
40
 *   Heater power reporting. Useful for PID monitoring.
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
 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.
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
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
151
 *   M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).  
154
 *   M502 - reverts to the default "factory settings".  You still need to store them in EEPROM afterwards if you want to.
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
 Configuring and compilation:
155
 Configuring and compilation:
157
 ============================
156
 ============================
158
 
157
 
159
-
160
 Install the arduino software IDE/toolset v22
158
 Install the arduino software IDE/toolset v22
161
    http://www.arduino.cc/en/Main/Software
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
 Install Ultimaker's RepG 25 build
164
 Install Ultimaker's RepG 25 build
164
     http://software.ultimaker.com
165
     http://software.ultimaker.com
165
 For SD handling and as better substitute (apart from stl manipulation) download
166
 For SD handling and as better substitute (apart from stl manipulation) download

Loading…
Cancel
Save