My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dogm_font_data_Marlin_symbols.h 1.9KB

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