Marlin/Marlin/Marlin.ino

58 lines
2.1 KiB
Arduino
Raw Permalink Normal View History

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