Skip to content

Optimized firmware for RepRap 3D printers based on the Arduino platform. Configured for Tevo Tarantula

License

Notifications You must be signed in to change notification settings

vascojdb/MarlinTarantula

 
 

Repository files navigation

This is a branch forked from Jim Brown's Tevo Tarantula Marlin firmware (which is forked from the official Marlin)
This branch is specially designed for my new Tevo Tarantula MKS GEN L motherboard with TMC2130 motor drivers through SPI communication

============================================================================

Configured for MY Tevo Tarantula. It works for me, it may not work for you!

Open configuration.h file in a text editor and make the changes at the top (EasyConfig) section of the file. You should not have to make any other changes.

See this video for an excellent tutorial on using this firmware. (NOTE: It is no longer necessary to copy the configuration files from the example configurations folder.)

Do you have a configuration for the Tarantula that is not covered in the EasyConfig? Would you like to share it with others by having it added to the EasyConfig? If so, please contact me at jb.github (at) rcairgallery (dot) com and we'll work something out. (Note: Please do not contact me for support questions. I'm afraid I just do not have the time for answering such inquiries. Best bet is to ask in the Tevo Tarantuala Facebook group at https://www.facebook.com/groups/TEVO.3dprinter.owners/.)

Thanks!

============================================================================

Marlin 3D Printer Firmware

Build Status Coverity Scan Build Status

Additional documentation can be found at the Marlin Home Page. Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!

Bugfix Branch

Not for production use. Use with caution!

This branch is used to accumulate patches to the latest 1.1.x release version. Periodically this branch will form the basis for the next minor 1.1.x release.

Download earlier versions of Marlin on the Releases page. (The latest tagged release of Marlin is version 1.1.9.)

Recent Changes

  • Internally always use native machine space
  • Initial UBL LCD Menu
  • New optimized G-code parser singleton
  • Initial M3/M4/M5 Spindle and Laser support
  • Added M421 Q to offset a mesh point
  • Refinements to G26 and G33
  • Added M80 S to query the power state
  • "Cancel Print" now shuts off heaters
  • Added EXTRAPOLATE_BEYOND_GRID option for mesh-based leveling

Submitting Patches

Proposed patches should be submitted as a Pull Request against this branch (bugfix-1.1.x).

  • This branch is for fixing bugs and integrating any new features for the duration of the Marlin 1.1.x life-cycle. We've opted for a simplified branch structure while we work on the maintainability and encapsulation of code modules. Version 2.0 and beyond should improve on separation of bug fixes and cutting-edge development.
  • Follow the proper coding style to gain points with the maintainers. See our Coding Standards page for more information.
  • Please submit your questions and concerns to the Issue Queue. The "naive" question is often the one we forget to ask.

Credits

The current Marlin dev team consists of:

Notable contributors include:

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.

About

Optimized firmware for RepRap 3D printers based on the Arduino platform. Configured for Tevo Tarantula

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.9%
  • C++ 47.8%
  • Python 0.5%
  • Objective-C 0.2%
  • Makefile 0.2%
  • Shell 0.2%
  • Other 0.2%