🩹 Add missing FORCE_SOFT_SPI (#24940)
[Marlin.git] / Marlin / Version.h
blobd9634a6c7939d8370aa90ca33697c489867cf13a
1 /**
2 * Marlin 3D Printer Firmware
3 * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
5 * Based on Sprinter and grbl.
6 * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <https://www.gnu.org/licenses/>.
22 #pragma once
24 ////////////////////////////
25 // VENDOR VERSION EXAMPLE //
26 ////////////////////////////
28 /**
29 * Marlin release version identifier
31 //#define SHORT_BUILD_VERSION "2.0.9.5"
33 /**
34 * Verbose version identifier which should contain a reference to the location
35 * from where the binary was downloaded or the source code was compiled.
37 //#define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION
39 /**
40 * The STRING_DISTRIBUTION_DATE represents when the binary file was built,
41 * here we define this default string as the date where the latest release
42 * version was tagged.
44 //#define STRING_DISTRIBUTION_DATE "2022-07-29"
46 /**
47 * Defines a generic printer name to be output to the LCD after booting Marlin.
49 //#define MACHINE_NAME "3D Printer"
51 /**
52 * The SOURCE_CODE_URL is the location where users will find the Marlin Source
53 * Code which is installed on the device. In most cases —unless the manufacturer
54 * has a distinct Github fork— the Source Code URL should just be the main
55 * Marlin repository.
57 //#define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
59 /**
60 * Default generic printer UUID.
62 //#define DEFAULT_MACHINE_UUID "cede2a2f-41a2-4748-9b12-c55c62f367ff"
64 /**
65 * The WEBSITE_URL is the location where users can get more information such as
66 * documentation about a specific Marlin release.
68 //#define WEBSITE_URL "marlinfw.org"
70 /**
71 * Set the vendor info the serial USB interface, if changable
72 * Currently only supported by DUE platform
74 //#define USB_DEVICE_VENDOR_ID 0x0000
75 //#define USB_DEVICE_PRODUCT_ID 0x0000
76 //#define USB_DEVICE_MANUFACTURE_NAME WEBSITE_URL