Skip to content

Commit

Permalink
Merge pull request #195 from th3dstudio/2.0.x
Browse files Browse the repository at this point in the history
2.91a
  • Loading branch information
houseofbugs committed Sep 18, 2024
2 parents 8577934 + c087944 commit dd78ccf
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.91"
#define STRING_DISTRIBUTION_DATE "2024-09-12"
#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"

//#@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.91"
#define STRING_DISTRIBUTION_DATE "2024-09-12"
#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"

//#@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.91"
#define STRING_DISTRIBUTION_DATE "2024-09-12"
#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"

//#@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.91"
#define STRING_DISTRIBUTION_DATE "2024-09-12"
#define UNIFIED_VERSION "TH3D UFW 2.91a"
#define STRING_DISTRIBUTION_DATE "2024-09-18"

//#@CONFIGURATION_START_FLAG

Expand Down
2 changes: 1 addition & 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.91"
#define UNIFIED_VERSION "TH3D UFW 2.91a"
#endif

/**
Expand Down
4 changes: 2 additions & 2 deletions Firmware/Marlin/src/pins/stm32f4/pins_CREALITY_E3FREERUNS.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@
//
#define HEATER_BED_PIN PB10
#define HEATER_0_PIN PA1
#ifndef FAN_PIN0
#define FAN_PIN0 PA0
#ifndef FAN0_PIN
#define FAN0_PIN PA0
#endif
#define FAN_SOFT_PWM

Expand Down

0 comments on commit dd78ccf

Please sign in to comment.