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 1.9KB

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