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