Marlin-1.1.x

所属分类:3D打印
开发工具:Arduino
文件大小:4824KB
下载次数:2
上传日期:2018-10-07 12:53:00
上 传 者枫魂
说明:  pursa i3固件,3d打印机固件,marlin-1.1.x
(Pursa I3 firmware, 3D printer firmware, marlin-1.1.x)

文件列表:
Marlin-1.1.x (0, 2018-09-30)
Marlin-1.1.x\.travis.yml (14163, 2018-09-30)
Marlin-1.1.x\LICENSE (35144, 2018-09-30)
Marlin-1.1.x\Marlin (0, 2018-09-30)
Marlin-1.1.x\Marlin\Conditionals.h (1064, 2018-09-30)
Marlin-1.1.x\Marlin\Conditionals_LCD.h (15474, 2018-09-30)
Marlin-1.1.x\Marlin\Conditionals_post.h (46102, 2018-09-30)
Marlin-1.1.x\Marlin\Configuration.h (72012, 2018-09-30)
Marlin-1.1.x\Marlin\Configuration_adv.h (68974, 2018-09-30)
Marlin-1.1.x\Marlin\G26_Mesh_Validation_Tool.cpp (37584, 2018-09-30)
Marlin-1.1.x\Marlin\HAL.h (14743, 2018-09-30)
Marlin-1.1.x\Marlin\I2CPositionEncoder.cpp (37024, 2018-09-30)
Marlin-1.1.x\Marlin\I2CPositionEncoder.h (11815, 2018-09-30)
Marlin-1.1.x\Marlin\M100_Free_Mem_Chk.cpp (11205, 2018-09-30)
Marlin-1.1.x\Marlin\Makefile (21627, 2018-09-30)
Marlin-1.1.x\Marlin\Marlin.h (22635, 2018-09-30)
Marlin-1.1.x\Marlin\Marlin.ino (1927, 2018-09-30)
Marlin-1.1.x\Marlin\MarlinConfig.h (1398, 2018-09-30)
Marlin-1.1.x\Marlin\MarlinSPI.h (1708, 2018-09-30)
Marlin-1.1.x\Marlin\MarlinSerial.cpp (24764, 2018-09-30)
Marlin-1.1.x\Marlin\MarlinSerial.h (6868, 2018-09-30)
Marlin-1.1.x\Marlin\Marlin_main.cpp (516243, 2018-09-30)
Marlin-1.1.x\Marlin\Max7219_Debug_LEDs.cpp (19928, 2018-09-30)
Marlin-1.1.x\Marlin\Max7219_Debug_LEDs.h (5483, 2018-09-30)
Marlin-1.1.x\Marlin\SanityCheck.h (78093, 2018-09-30)
Marlin-1.1.x\Marlin\Sd2Card.cpp (20248, 2018-09-30)
Marlin-1.1.x\Marlin\Sd2Card.h (8627, 2018-09-30)
Marlin-1.1.x\Marlin\SdBaseFile.cpp (50031, 2018-09-30)
Marlin-1.1.x\Marlin\SdBaseFile.h (13168, 2018-09-30)
Marlin-1.1.x\Marlin\SdFatConfig.h (3699, 2018-09-30)
Marlin-1.1.x\Marlin\SdFatStructs.h (22310, 2018-09-30)
Marlin-1.1.x\Marlin\SdFatUtil.cpp (2432, 2018-09-30)
Marlin-1.1.x\Marlin\SdFatUtil.h (1525, 2018-09-30)
... ...

# Marlin 3D Printer Firmware ## Marlin 1.1 Marlin 1.1 represents an evolutionary leap over Marlin 1.0.2. It is the result of over two years of effort by several volunteers around the world who have paid meticulous and sometimes obsessive attention to every detail. For this release we focused on code quality, performance, stability, and overall user experience. Several new features have also been added, many of which require no extra hardware. For complete Marlin documentation click over to the [Marlin Homepage ](http://marlinfw.org/), where you will find in-depth articles, how-to videos, and tutorials on every aspect of Marlin, as the site develops. For release notes, see the [Releases](https://github.com/MarlinFirmware/Marlin/releases) page. The 1.1.x branch is home to all tagged releases of Marlin 1.1 (final version 1.1.9 – August 2018). This branch will receive no further updates. All future development —including all bug fixes— will take place in the [`bugfix-2.0.x`](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x) branch, which will also serve as the root for all future Marlin development. Be sure to test [`bugfix-2.0.x`](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x) before reporting any bugs you find in 1.1.9. Marlin 1.1.9 is the final release of the 8-bit flat version of Marlin Firmware. A monumental amount of talent and effort has gone into its production, and thanks are due to many people around the world. Throughout Marlin 1.1 development we worked closely with the community, contributors, vendors, host developers, library developers, etc. to improve the quality, configurability, and compatibility of Marlin Firmware, all while continuing to support a wide variety of Arduino-based boards. ## Marlin 1.0.x Previous releases of Marlin include [1.0.2-2](https://github.com/MarlinFirmware/Marlin/tree/1.0.2-2) (December 2016) and [1.0.1](https://github.com/MarlinFirmware/Marlin/tree/1.0.1) (December 2014). Any version of Marlin prior to 1.0.1 (when we started tagging versions) can be collectively referred to as Marlin 1.0.0. ## Contributing to Marlin Click on the [Issue Queue](https://github.com/MarlinFirmware/Marlin/issues) and [Pull Requests](https://github.com/MarlinFirmware/Marlin/pulls) links above at any time to see what we're currently working on. To submit patches and new features for Marlin 1.1 check out the [bugfix-1.1.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-1.1.x) branch, add your commits, and submit a Pull Request back to the `bugfix-1.1.x` branch. Periodically that branch will form the basis for the next minor release. Note that our "bugfix" branch will always contain the latest patches to the current release version. These patches may not be widely tested. As always, when using "nightly" builds of Marlin, proceed with full caution. ## Current Status: In Development Marlin development has reached an important milestone with its first stable release in over 2 years. During this period we focused on cleaning up the code and making it more modern, consistent, readable, and sensible. ## Future Development Marlin 1.1 is the last "flat" version of Marlin! Arduino IDE now has support for folder hierarchies, so Marlin 1.2 will have a [hierarchical file structure](https://github.com/MarlinFirmware/Marlin/tree/breakup-marlin-idea). Marlin's newly reorganized code will be easier to work with and form a stronger starting-point as we get into [32-bit CPU support](https://github.com/MarlinFirmware/Marlin/tree/32-Bit-RCBugFix-new) and the Hardware Access Layer (HAL). [![Coverity Scan Build Status](https://scan.coverity.com/projects/2224/badge.svg)](https://scan.coverity.com/projects/2224) [![Travis Build Status](https://travis-ci.org/MarlinFirmware/Marlin.svg)](https://travis-ci.org/MarlinFirmware/Marlin) ## Marlin Resources - [Marlin Home Page](http://marlinfw.org/) - The Marlin Documentation Project. Join us! - [RepRap.org Wiki Page](http://reprap.org/wiki/Marlin) - An overview of Marlin and its role in RepRap. - [Marlin Firmware Forum](http://forums.reprap.org/list.php?415) - Find help with configuration, get up and running. - [@MarlinFirmware](https://twitter.com/MarlinFirmware) on Twitter - Follow for news, release alerts, and tips & tricks. (Maintained by [@thinkyhead](https://github.com/thinkyhead).) ## Credits The current Marlin dev team consists of: - Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)] - Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)] - Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] Notable contributors include: - Alberto Cotronei [[@MagoKimbra](https://github.com/MagoKimbra)] - Andreas Hardtung [[@AnHardt](https://github.com/AnHardt)] - Bernhard Kubicek [[@bkubicek](https://github.com/bkubicek)] - Bob Cousins [[@bobc](https://github.com/bobc)] - Chris Palmer [[@nophead](https://github.com/nophead)] - David Braam [[@daid](https://github.com/daid)] - Edward Patel [[@epatel](https://github.com/epatel)] - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)] - Ernesto Martinez [[@emartinez167](https://github.com/emartinez167)] - F. Malpartida [[@fmalpartida](https://github.com/fmalpartida)] - Jochen Groppe [[@CONSULitAS](https://github.com/CONSULitAS)] - Joao Brazio [[@jbrazio](https://github.com/jbrazio)] - Kai [[@Kaibob2](https://github.com/Kaibob2)] - Luc Van Daele[[@LVD-AC](https://github.com/LVD-AC)] - Nico Tonnhofer [[@Wurstnase](https://github.com/Wurstnase)] - Petr Zahradnik [[@clexpert](https://github.com/clexpert)] - Thomas Moore [[@tcm0116](https://github.com/tcm0116)] - [[@alexxy](https://github.com/alexxy)] - [[@android444](https://github.com/android444)] - [[@benlye](https://github.com/benlye)] - [[@bgort](https://github.com/bgort)] - [[@ejtagle](https://github.com/ejtagle)] - [[@Grogyan](https://github.com/Grogyan)] - [[@marcio-ao](https://github.com/marcio-ao)] - [[@maverikou](https://github.com/maverikou)] - [[@oysteinkrog](https://github.com/oysteinkrog)] - [[@p3p](https://github.com/p3p)] - [[@paclema](https://github.com/paclema)] - [[@paulusjacobus](https://github.com/paulusjacobus)] - [[@psavva](https://github.com/psavva)] - [[@Tannoo](https://github.com/Tannoo)] - [[@teemuatlut](https://github.com/teemuatlut)] - ...and many others ## License Marlin is published under the [GPL license](https://github.com/COPYING.md) 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. 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. [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)

近期下载者

相关文件


收藏者