Skip to content

Commit

Permalink
Merge pull request #199 from th3dstudio/2.0.x
Browse files Browse the repository at this point in the history
2.0.x
  • Loading branch information
houseofbugs authored Oct 13, 2024
2 parents 2e37d52 + 2785a56 commit c4290a6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 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.92a"
#define STRING_DISTRIBUTION_DATE "2024-10-03"
#define UNIFIED_VERSION "TH3D UFW 2.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"

//#@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.92a"
#define STRING_DISTRIBUTION_DATE "2024-10-03"
#define UNIFIED_VERSION "TH3D UFW 2.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"

//#@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.92a"
#define STRING_DISTRIBUTION_DATE "2024-10-03"
#define UNIFIED_VERSION "TH3D UFW 2.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"

//#@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.92a"
#define STRING_DISTRIBUTION_DATE "2024-10-03"
#define UNIFIED_VERSION "TH3D UFW 2.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"

//#@CONFIGURATION_START_FLAG

Expand Down
1 change: 1 addition & 0 deletions Firmware/CoreFilesChangeList.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ To disable any menu customization we've made just add `#define DISABLE_TH3D_MODS
- `pins_MKS_ROBIN_NANO_common.h`
- **stm32f4**
- `pins_TH3D_EZBOARD_V2.h`
- `pins_pins_MKS_MONSTER8_common.h`
- **stm32g0**
- `pins_BTT_SKR_MINI_E3_V3_0.h`
- `Configuration_adv.h`
Expand Down
4 changes: 2 additions & 2 deletions 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.92a"
#define UNIFIED_VERSION "TH3D UFW 2.92b"
#endif

/**
Expand Down Expand Up @@ -572,7 +572,7 @@
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false
#define DISABLE_INACTIVE_EXTRUDER
#define DISABLE_OTHER_EXTRUDERS

#if DISABLED(DISABLE_ENDSTOP_NOISE_FILTERING)
#define ENDSTOP_NOISE_THRESHOLD 2
Expand Down

0 comments on commit c4290a6

Please sign in to comment.