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.

uxggenpages.sh 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. he ["RCBugFix" branch](https://github.com/MarlinFirmware/Marlin/tree/RCBugFix), so during beta testing this is where you can always find the latest code on its way towards release.
  2. ## Recent Changes
  3. - RCBugFix
  4. - RC7 - 26 Jul 2016
  5. - Add Print Job Timer and Print Counter (`PRINTCOUNTER`)
  6. - New `M600` Filament Change (`FILAMENT_CHANGE_FEATURE`)
  7. - New `G12` Nozzle Clean (`NOZZLE_CLEAN_FEATURE`)
  8. - New `G27` Nozzle Park (`NOZZLE_PARK_FEATURE`)
  9. - Add support for `COREYZ`
  10. - Add a new Advance Extrusion algorithm (`LIN_ADVANCE`)
  11. - Add support for inches, Fahrenheit, Kelvin units (`INCH_MODE_SUPPORT`, `TEMPERATURE_UNITS_SUPPORT`)
  12. - Better handling of `G92` shifting of the coordinate space
  13. - Add Greek and Croatian languages
  14. - Improve the Manual (Mesh) Bed Leveling user interface
  15. - Add support for more boards, controllers, and probes:
  16. - Vellemann K8400 (`BOARD_K8400`)
  17. - RigidBot V2 (`BOARD_RIGIDBOARD_V2`)
  18. - Cartesio UI (`BOARD_CNCONTROLS_12`)
  19. - BLTouch probe sensor (`BLTOUCH`)
  20. - Viki 2 with RAMPS and MKS boards
  21. - Improve support for `DELTA` and other kinematics
  22. - Improve thermal management, add `WATCH_BED_TEMP_PERIOD`
  23. - Better handling of toolchange, multiple tools
  24. - Add support for two X steppers `X_DUAL_STEPPER_DRIVERS`
  25. - Add support for `SINGLENOZZLE`, `MIXING_EXTRUDER`, and `SWITCHING_EXTRUDER`
  26. - Simplified probe configuration, allow usage without bed leveling
  27. - And much more… See the [1.1.0-RC7 Change Log](https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC7) for the complete list of changes.
  28. - RC6 - 24 Apr 2016
  29. - Marlin now requires Arduino version 1.6.0 or later
  30. - Completed support for CoreXY / CoreXZ
  31. - See the [1.1.0-RC6 Change Log](https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC6) for all the changes.
  32. - RC5 - 01 Apr 2016
  33. - Warn if compiling with older versions (<1.50) of Arduino
  34. - Fix various LCD menu issues
  35. - Add formal support for MKSv1.3 and Sainsmart (RAMPS variants)
  36. - Fix bugs in M104, M109, and M190
  37. - Fix broken M404 command
  38. - Fix issues with M23 and "Start SD Print"
  39. - More output for M111
  40. - Rename FILAMENT_SENSOR to FILAMENT_WIDTH_SENSOR
  41. - Fix SD card bugs
  42. - and a lot more
  43. - See the [1.1.0-RC5 Change Log](https://github.com/MarlinFirmware/Marlin/releases/tag/1.1.0-RC5) for more!
  44. - RC4 - 24 Mar 2016
  45. - Many lingering bugs and nagging issues addressed
  46. - Improvements to LCD menus, CoreXY/CoreXZ, Delta, Bed Leveling, and more…
  47. - RC3 - 01 Dec 2015
  48. - A number of language sensitive strings have been revised
  49. - Formatting of the LCD display has been improved to handle negative coordinates better
  50. - Various compiler-related issues have been corrected
  51. - RC2 - 29 Sep 2015
  52. - File styling reverted
  53. - LCD update frequency reduced
  54. - RC1 - 19 Sep 2015
  55. - Published for testing
  56. ## Submitting Patches
  57. Proposed patches should be submitted as a Pull Request against the [RCBugFix](https://github.com/MarlinFirmware/Marlin/tree/RCBugFix) branch.
  58. - Don't submit new feature proposals. The RCBugFix branch is for fixing bugs in existing features.
  59. - Do submit questions and concerns. The "naive" question is often the one we forget to ask.
  60. - Follow the proper coding style. Pull requests with styling errors will be delayed. See our [Coding Standards](https://github.com/MarlinFirmware/Marlin/wiki/DNE-Coding-Standards) page for more information.
  61. ### [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin)
  62. ## Credits
  63. The current Marlin dev team consists of:
  64. - Scott Lahteine [@thinkyhead] - English
  65. - [@Wurstnase] - Deutsch, English
  66. - F. Malpartida [@fmalpartida] - English, Spanish
  67. - Jochen Groppe [@CONSULitAS] - Deutsch, English
  68. - [@maverikou]
  69. - Chris Palmer [@nophead]
  70. - [@paclema]
  71. - Edward Patel [@epatel] - Swedish, English
  72. - Erik van der Zalm [@ErikZalm]
  73. - David Braam [@daid]
  74. - Bernhard Kubicek [@bkubicek]
  75. - Roxanne Neufeld [@Roxy-3DPrintBoard] - English
  76. More features have been added by:
  77. - Alberto Cotronei [@MagoKimbra]
  78. - Lampmaker,
  79. - Bradley Feldman,
  80. - and others...
  81. ## License
  82. Marlin is published under the [GPL license](/LICENSE) because we believe in open development. The GPL comes with both rights and obligations. Whether you use Marlin firmware as the driver for your open or closed-source product, you must keep Marlin open, and you must provide your compatible Marlin source code to end users upon request. The most straightforward way to comply with the Marlin license is to make a fork of Marlin on Github, perform your modifications, and direct users to your modified fork.
  83. While we can't prevent the use of this code in products (3D printers, CNC, etc.) that are closed source or crippled by a patent, we would prefer that you choose another firmware or, better yet, make your own.