MarlinFirmware/Marlin/Version.h
thinkyhead 62bb61b3d9
Some checks are pending
CI - Build Tests / Build Test (ARMED) (push) Waiting to run
CI - Build Tests / Build Test (BTT_BTT002) (push) Waiting to run
CI - Build Tests / Build Test (BTT_GTR_V1_0) (push) Waiting to run
CI - Build Tests / Build Test (BTT_SKR_PRO) (push) Waiting to run
CI - Build Tests / Build Test (BTT_SKR_SE_BX) (push) Waiting to run
CI - Build Tests / Build Test (DUE) (push) Waiting to run
CI - Build Tests / Build Test (DUE_archim) (push) Waiting to run
CI - Build Tests / Build Test (FLYF407ZG) (push) Waiting to run
CI - Build Tests / Build Test (FYSETC_F6) (push) Waiting to run
CI - Build Tests / Build Test (GD32F103RC_aquila_mfl) (push) Waiting to run
CI - Build Tests / Build Test (GD32F303RE_creality_mfl) (push) Waiting to run
CI - Build Tests / Build Test (HC32F460C_aquila_101) (push) Waiting to run
CI - Build Tests / Build Test (I3DBEEZ9_V1) (push) Waiting to run
CI - Build Tests / Build Test (LERDGEK) (push) Waiting to run
CI - Build Tests / Build Test (LERDGEX) (push) Waiting to run
CI - Build Tests / Build Test (LPC1768) (push) Waiting to run
CI - Build Tests / Build Test (LPC1769) (push) Waiting to run
CI - Build Tests / Build Test (NUCLEO_F767ZI) (push) Waiting to run
CI - Build Tests / Build Test (Opulo_Lumen_REV3) (push) Waiting to run
CI - Build Tests / Build Test (PANDA_PI_V29) (push) Waiting to run
CI - Build Tests / Build Test (REMRAM_V1) (push) Waiting to run
CI - Build Tests / Build Test (SAMD21_minitronics20) (push) Waiting to run
CI - Build Tests / Build Test (SAMD51_grandcentral_m4) (push) Waiting to run
CI - Build Tests / Build Test (SKR_Pico) (push) Waiting to run
CI - Build Tests / Build Test (STM32F070CB_malyan) (push) Waiting to run
CI - Build Tests / Build Test (STM32F070RB_malyan) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RC_btt) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RC_btt_USB_maple) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RC_fysetc) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RC_fysetc_maple) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RC_meeb_maple) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RE_btt) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RE_btt_USB) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103RE_creality) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103VE_ZM3E4V2_USB_maple) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103VE_longer) (push) Waiting to run
CI - Build Tests / Build Test (STM32F103VE_longer_maple) (push) Waiting to run
CI - Build Tests / Build Test (STM32F401RC_creality) (push) Waiting to run
CI - Build Tests / Build Test (STM32F407VE_black) (push) Waiting to run
CI - Build Tests / Build Test (STM32F446VE_fysetc) (push) Waiting to run
CI - Build Tests / Build Test (STM32G0B1RE_btt) (push) Waiting to run
CI - Build Tests / Build Test (STM32H743VI_btt) (push) Waiting to run
CI - Build Tests / Build Test (at90usb1286_dfu) (push) Waiting to run
CI - Build Tests / Build Test (chitu_f103) (push) Waiting to run
CI - Build Tests / Build Test (esp32) (push) Waiting to run
CI - Build Tests / Build Test (jgaurora_a5s_a1_maple) (push) Waiting to run
CI - Build Tests / Build Test (linux_native) (push) Waiting to run
CI - Build Tests / Build Test (malyan_M300) (push) Waiting to run
CI - Build Tests / Build Test (mega1280) (push) Waiting to run
CI - Build Tests / Build Test (mega2560) (push) Waiting to run
CI - Build Tests / Build Test (melzi_optiboot) (push) Waiting to run
CI - Build Tests / Build Test (mks_robin) (push) Waiting to run
CI - Build Tests / Build Test (mks_robin_lite_maple) (push) Waiting to run
CI - Build Tests / Build Test (mks_robin_nano_v1v2) (push) Waiting to run
CI - Build Tests / Build Test (mks_robin_pro2) (push) Waiting to run
CI - Build Tests / Build Test (mks_robin_pro_maple) (push) Waiting to run
CI - Build Tests / Build Test (mks_tinybee) (push) Waiting to run
CI - Build Tests / Build Test (rambo) (push) Waiting to run
CI - Build Tests / Build Test (rumba32) (push) Waiting to run
CI - Build Tests / Build Test (sanguino1284p) (push) Waiting to run
CI - Build Tests / Build Test (sanguino644p) (push) Waiting to run
CI - Build Tests / Build Test (simulator_linux_release) (push) Waiting to run
CI - Build Tests / Build Test (teensy31) (push) Waiting to run
CI - Build Tests / Build Test (teensy35) (push) Waiting to run
CI - Build Tests / Build Test (teensy41) (push) Waiting to run
CI - Unit Tests / Unit Test (push) Waiting to run
[cron] Bump distribution date (2025-06-17)
2025-06-17 00:32:42 +00:00

83 lines
2.7 KiB
C

/**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 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 <https://www.gnu.org/licenses/>.
*
*/
#pragma once
////////////////////////////
// VENDOR VERSION EXAMPLE //
////////////////////////////
/**
* Marlin release version identifier
*/
//#define SHORT_BUILD_VERSION "bugfix-2.1.x"
/**
* Verbose version identifier which should contain a reference to the location
* from where the binary was downloaded or the source code was compiled.
*/
//#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION
/**
* 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 "2025-06-17"
/**
* The protocol for communication to the host. Protocol indicates communication
* standards such as the use of ASCII, "echo:" and "error:" line prefixes, etc.
* (Other behaviors are given by the firmware version and capabilities report.)
*/
//#define PROTOCOL_VERSION "1.0"
/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
*/
//#define MACHINE_NAME "3D Printer"
/**
* 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.
*/
//#define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
/**
* Default generic printer UUID.
*/
//#define DEFAULT_MACHINE_UUID "cede2a2f-41a2-4748-9b12-c55c62f367ff"
/**
* The WEBSITE_URL is the location where users can get more information such as
* documentation about a specific Marlin release.
*/
//#define WEBSITE_URL "marlinfw.org"
/**
* Set the vendor info the serial USB interface, if changeable.
* Currently only supported by DUE platform.
*/
//#define USB_DEVICE_VENDOR_ID 0x0000
//#define USB_DEVICE_PRODUCT_ID 0x0000
//#define USB_DEVICE_MANUFACTURE_NAME WEBSITE_URL