|
@@ -1,64 +0,0 @@
|
1
|
|
-This RepRap firmware is a mashup between Sprinter, grbl and many original parts.
|
2
|
|
- (https://github.com/kliment/Sprinter)
|
3
|
|
- (https://github.com/simen/grbl/tree)
|
4
|
|
-
|
5
|
|
-Derived from Sprinter and Grbl by Erik van der Zalm.
|
6
|
|
-Sprinters lead developers are Kliment and caru.
|
7
|
|
-Grbls lead developer is Simen Svale Skogsrud.
|
8
|
|
-It has been adapted to the Ultimaker Printer by:
|
9
|
|
-Bernhard Kubicek, Matthijs Keuper, Bradley Feldman, and others...
|
10
|
|
-
|
11
|
|
-
|
12
|
|
-Features:
|
13
|
|
- - Interrupt based movement with real linear acceleration
|
14
|
|
- - High steprate
|
15
|
|
- - Look ahead (Keep the speed high when possible. High cornering speed)
|
16
|
|
- - Interrupt based temperature protection
|
17
|
|
- - preliminary support for Matthew Roberts advance algorithm
|
18
|
|
- For more info see: http://reprap.org/pipermail/reprap-dev/2011-May/003323.html
|
19
|
|
- - Full endstop support
|
20
|
|
- - Simple LCD support (16x2)
|
21
|
|
- - SD Card support
|
22
|
|
- - Provisions for Bernhard Kubicek's new hardware control console and 20x4 lcd
|
23
|
|
-
|
24
|
|
-This firmware is optimized for Ultimaker's gen6 electronics (including the Ultimaker 1.5.x daughterboard and Arduino Mega 2560).
|
25
|
|
-
|
26
|
|
-The default baudrate is 115200.
|
27
|
|
-
|
28
|
|
-
|
29
|
|
-========================================================================================
|
30
|
|
-
|
31
|
|
-Configuring and compilation
|
32
|
|
-
|
33
|
|
-
|
34
|
|
-Install the latest arduino software IDE/toolset (currently 0022)
|
35
|
|
- http://www.arduino.cc/en/Main/Software
|
36
|
|
-
|
37
|
|
-Install Ultimaker's RepG 25 build
|
38
|
|
- http://software.ultimaker.com
|
39
|
|
-(or alternatively install Kliment's printrun/pronterface https://github.com/kliment/Printrun_)
|
40
|
|
-
|
41
|
|
-Copy the Ultimaker Marlin firmware
|
42
|
|
- https:/github.com/bkubicek/Marlin
|
43
|
|
- (Use the download button)
|
44
|
|
-
|
45
|
|
-Start the arduino IDE.
|
46
|
|
-Select Tools -> Board -> Arduino Mega 2560
|
47
|
|
-Select the correct serial port in Tools ->Serial Port
|
48
|
|
-Open Marlin.pde
|
49
|
|
-
|
50
|
|
-Click the Verify/Compile button
|
51
|
|
-
|
52
|
|
-Click the Upload button
|
53
|
|
-If all goes well the firmware is uploading
|
54
|
|
-
|
55
|
|
-Start Ultimaker's Custom RepG 25
|
56
|
|
-Make sure Show Experimental Profiles is enabled in Preferences
|
57
|
|
-Select Sprinter as the Driver
|
58
|
|
-
|
59
|
|
-Press the Connect button.
|
60
|
|
-
|
61
|
|
-KNOWN ISSUES: RepG will display: Unknown: marlin x.y.z
|
62
|
|
-
|
63
|
|
-That's ok. Enjoy Silky Smooth Printing.
|
64
|
|
-
|