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 3D Printer Firmware
- Copyright © 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
- Based on Sprinter and grbl.
- Copyright © 2011 Camiel Gubbels / Erik van der Zalm
*
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
*
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
*
- You should have received a copy of the GNU General Public License
- along with this program. If not, see http://www.gnu.org/licenses/.
*
*/
/**
- This file is the standard Marlin version identifier file, all fields can be
- overriden by the ones defined on _Version.h by using the Configuration.h
- directive USE_AUTOMATIC_VERSIONING.
*/
if ENABLED(USE_AUTOMATIC_VERSIONING)
#include “_Version.h”
else
/**
/**
/**
- The STRING_DISTRIBUTION_DATE represents when the binary file was built,
- here we define this default string as the date where the latest release
version was tagged.
*/
define STRING_DISTRIBUTION_DATE “2016-12-06 12:00”
/**
/**
/**
/**
- The SOURCE_CODE_URL is the location where users will find the Marlin Source
- Code which is installed on the device. In most cases —unless the manufacturer
- has a distinct Github fork— the Source Code URL should just be the main
Marlin repository.
*/
/**
/**
endif // USE_AUTOMATIC_VERSIONING