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.

Marlin.ino 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*==============================================================================
  2. Marlin Firmware
  3. (c) 2011-2020 MarlinFirmware
  4. Portions of Marlin are (c) by their respective authors.
  5. All code complies with GPLv2 and/or GPLv3
  6. ================================================================================
  7. Greetings! Thank you for choosing Marlin 2 as your 3D printer firmware.
  8. To configure Marlin you must edit Configuration.h and Configuration_adv.h
  9. located in the root 'Marlin' folder. Check our Configurations repository to
  10. see if there's a more suitable starting-point for your specific hardware.
  11. Before diving in, we recommend the following essential links:
  12. Marlin Firmware Official Website
  13. - https://marlinfw.org/
  14. The official Marlin Firmware website contains the most up-to-date
  15. documentation. Contributions are always welcome!
  16. Configuration
  17. - https://github.com/MarlinFirmware/Configurations
  18. Example configurations for several printer models.
  19. - https://www.youtube.com/watch?v=3gwWVFtdg-4
  20. A good 20-minute overview of Marlin configuration by Tom Sanladerer.
  21. (Applies to Marlin 1.0.x, so Jerk and Acceleration should be halved.)
  22. Also... https://www.google.com/search?tbs=vid%3A1&q=configure+marlin
  23. - https://marlinfw.org/docs/configuration/configuration.html
  24. Marlin's configuration options are explained in more detail here.
  25. Getting Help
  26. - https://reprap.org/forum/list.php?415
  27. The Marlin Discussion Forum is a great place to get help from other Marlin
  28. users who may have experienced similar issues to your own.
  29. - https://github.com/MarlinFirmware/Marlin/issues
  30. With a free GitHub account you can provide us with feedback, bug reports,
  31. and feature requests via the Marlin Issue Queue.
  32. Contributing
  33. - https://marlinfw.org/docs/development/contributing.html
  34. If you'd like to contribute to Marlin, read this first!
  35. - https://marlinfw.org/docs/development/coding_standards.html
  36. Before submitting code get to know the Coding Standards.
  37. ------------------------------------------------------------------------------*/