mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-12-11 21:14:34 +00:00
🔖 Configuration version 02000905
This commit is contained in:
parent
f89bb65220
commit
614f54622a
@ -35,7 +35,7 @@
|
|||||||
*
|
*
|
||||||
* Advanced settings can be found in Configuration_adv.h
|
* Advanced settings can be found in Configuration_adv.h
|
||||||
*/
|
*/
|
||||||
#define CONFIGURATION_H_VERSION 02000904
|
#define CONFIGURATION_H_VERSION 02000905
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Getting Started =============================
|
//============================= Getting Started =============================
|
||||||
@ -203,11 +203,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef J_DRIVER_TYPE
|
#ifdef J_DRIVER_TYPE
|
||||||
#define AXIS5_NAME 'B' // :['B', 'C', 'U', 'V', 'W']
|
#define AXIS5_NAME 'B' // :['B', 'C', 'U', 'V', 'W']
|
||||||
#define AXIS5_ROTATES
|
|
||||||
#endif
|
#endif
|
||||||
#ifdef K_DRIVER_TYPE
|
#ifdef K_DRIVER_TYPE
|
||||||
#define AXIS6_NAME 'C' // :['C', 'U', 'V', 'W']
|
#define AXIS6_NAME 'C' // :['C', 'U', 'V', 'W']
|
||||||
#define AXIS6_ROTATES
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
*
|
*
|
||||||
* Basic settings can be found in Configuration.h
|
* Basic settings can be found in Configuration.h
|
||||||
*/
|
*/
|
||||||
#define CONFIGURATION_ADV_H_VERSION 02000904
|
#define CONFIGURATION_ADV_H_VERSION 02000905
|
||||||
|
|
||||||
//===========================================================================
|
//===========================================================================
|
||||||
//============================= Thermal Settings ============================
|
//============================= Thermal Settings ============================
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
* to alert users to major changes.
|
* to alert users to major changes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MARLIN_HEX_VERSION 02000904
|
#define MARLIN_HEX_VERSION 02000905
|
||||||
#ifndef REQUIRED_CONFIGURATION_H_VERSION
|
#ifndef REQUIRED_CONFIGURATION_H_VERSION
|
||||||
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
|
#define REQUIRED_CONFIGURATION_H_VERSION MARLIN_HEX_VERSION
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user