Refactor PRINTER_EVENT_LEDS, apply to M303 (#12038)
Co-Authored-By: Giuliano Zaro <gmagician@users.noreply.github.com>
This commit is contained in:
parent
d8d76cd2ba
commit
d43d4e4219
13 changed files with 205 additions and 73 deletions
|
|
@ -19,9 +19,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _VERSION_H_
|
||||
#define _VERSION_H_
|
||||
#pragma once
|
||||
|
||||
#include "../core/macros.h" // for ENABLED
|
||||
|
||||
|
|
@ -97,5 +95,3 @@
|
|||
#define WEBSITE_URL "http://marlinfw.org"
|
||||
|
||||
#endif // USE_AUTOMATIC_VERSIONING
|
||||
|
||||
#endif // _VERSION_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue