Go to file
AnHardt e2d69f66b2 Make Z_PROBE a Z_MIN_PROBE (PR#65)
Currently we use the probe exclusively as a device to find the build platform(bed).
For the currently supported setups this means, we use it as a additional min-endstop.
A triggered when not deployed probe disturbs the homing process for max-endstops.

Rename ENDSTOPPULLUP_ZPROBE to ENDSTOPPULLUP_ZMIN_PROBE
Rename Z_PROBE_ENDSTOP_INVERTING to Z_MIN_PROBE_ENDSTOP_INVERTING
Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP
Rename DISABLE_Z_PROBE_ENDSTOP to DISABLE_Z_MIN_PROBE_ENDSTOP
Rename Z_PROBE_REPEATABILITY_TEST to Z_MIN_PROBE_REPEATABILITY_TEST
Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP
Adjust comments accordingly
Remove Z_MAX  check for the probe in update_endstops().

Using an delta related idea of @clefranc from #61,
extended to the general change for all setups.

Tested with Prusa i3, max-z-endstop and permanently triggered z-probe.
Worked for @clefranc's delta.
2015-08-11 14:41:36 -05:00
ArduinoAddons Windows doesn’t have AUTOMATIC VERSIONING yet 2015-08-03 19:34:47 -05:00
Documentation moved to http://www.marlinfirmware.org/ 2015-05-09 23:14:52 +02:00
LinuxAddons/bin Supply a VERSION in a short form for displays 2015-08-03 08:21:09 -05:00
Marlin Make Z_PROBE a Z_MIN_PROBE (PR#65) 2015-08-11 14:41:36 -05:00
PlatformIOAddons Version Generator for PlatformIO Builds 2015-08-03 10:33:26 -05:00
.gitignore Adjust per-project .gitignore 2015-04-02 09:20:24 -05:00
.travis.yml Add a Travis test for Z_DUAL_STEPPER_DRIVERS and Z_DUAL_ENDSTOPS (PR#68) 2015-08-10 17:47:49 -05:00
README.md Update README to reflect new repository 2015-08-01 19:34:33 -05:00

Marlin 3D Printer Firmware

Documentation has moved to marlinfirmware.org.

Development Only

Not for production use use with caution!

The dev branch contains the most up-to-date Marlin code. When reporting any issues, please check to see if they are resolved in this branch first. But let us know if issues exist in tagged releases so that we can document and patch them.

Testing

The RC branch will contain the latest pre-release candidate.

Submitting Patches

Development patches should be submitted as a Pull Request against the master branch

For the latest tagged version of Marlin (currently 1.0.2 January 2015) you should switch to the Release Repository.

Current Status: Bug Fixing

Marlin development is being accelerated to catch up with a long list of issues. Check the Issues and Pull Requests links on the right to to see what we are currently working on.

Coverity Scan Build Status Travis Build Status

RepRap.org Wiki Page

Contact

Google Hangout: . Hangout We have a hangout every 2 weeks. Search the issue list for "Hangout" and you will see what time and date the next event is going on.

Credits

The current Marlin dev team consists of:

  • Scott Lahteine [@thinkyhead] - English
  • Andreas Hardtung [@AnHardt] - Deutsch, English
  • [@Wurstnase] - Deutsch, English
  • [@fmalpartida] - English, Spanish
  • [@CONSULitAS] - Deutsch, English
  • [@maverikou]
  • Chris Palmer [@nophead]
  • [@paclema]
  • [@epatel]
  • Erik van der Zalm [@ErikZalm]
  • David Braam [@daid]
  • Bernhard Kubicek [@bkubicek]
  • Richard Wackerbarth [@Wackerbarth] - English

More features have been added by:

  • Alberto Cotronei [@MagoKimbra]
  • Lampmaker,
  • Bradley Feldman,
  • and others...

License

Marlin is published under the GPL 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.

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