Skip to content

Commit

Permalink
Merge pull request #196 from th3dstudio/2.0.x
Browse files Browse the repository at this point in the history
2.91b
  • Loading branch information
houseofbugs authored Sep 23, 2024
2 parents dd78ccf + ffed655 commit 4f2bd5f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#pragma once
#define CONFIGURATION_H_VERSION 02010204

#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"
#define UNIFIED_VERSION "TH3D UFW 2.91b"
#define STRING_DISTRIBUTION_DATE "2024-09-23"

//#@CONFIGURATION_START_FLAG

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#pragma once
#define CONFIGURATION_H_VERSION 02010204

#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"
#define UNIFIED_VERSION "TH3D UFW 2.91b"
#define STRING_DISTRIBUTION_DATE "2024-09-23"

//#@CONFIGURATION_START_FLAG

Expand Down
4 changes: 2 additions & 2 deletions Board_Configs/TH3D_EZBoardV2/Firmware/Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#pragma once
#define CONFIGURATION_H_VERSION 02010204

#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"
#define UNIFIED_VERSION "TH3D UFW 2.91b"
#define STRING_DISTRIBUTION_DATE "2024-09-23"

//#@CONFIGURATION_START_FLAG

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#pragma once
#define CONFIGURATION_H_VERSION 02010204

#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"
#define UNIFIED_VERSION "TH3D UFW 2.91b"
#define STRING_DISTRIBUTION_DATE "2024-09-23"

//#@CONFIGURATION_START_FLAG

Expand Down
6 changes: 5 additions & 1 deletion Firmware/Marlin/Configuration_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//===========================================================================

#ifndef UNIFIED_VERSION
#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define UNIFIED_VERSION "TH3D UFW 2.91b"
#endif

/**
Expand Down Expand Up @@ -156,6 +156,10 @@

#if ENABLED(ABL_ENABLE)

#if ENABLED(SPACE_SAVER_2560) && (EZABL_POINTS >= 8)
#error "Your printer control board cannot support more than 7 points for EZABL_POINTS due to its outdated CPU. Change this to 7 or lower to compile."
#endif

#if NONE(CHIRON)
#define USE_PROBE_FOR_Z_HOMING
#endif
Expand Down

0 comments on commit 4f2bd5f

Please sign in to comment.