Skip to content

Commit

Permalink
Merge pull request #200 from th3dstudio/2.0.x
Browse files Browse the repository at this point in the history
Fix Z steps not being set correctly when using ENDER5_NEW_LEADSCREW o…
  • Loading branch information
houseofbugs authored Nov 21, 2024
2 parents c4290a6 + 26ecfee commit da3387a
Show file tree
Hide file tree
Showing 5 changed files with 10 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.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"
#define UNIFIED_VERSION "TH3D UFW 2.93"
#define STRING_DISTRIBUTION_DATE "2024-11-21"

//#@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.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"
#define UNIFIED_VERSION "TH3D UFW 2.93"
#define STRING_DISTRIBUTION_DATE "2024-11-21"

//#@CONFIGURATION_START_FLAG

Expand Down
6 changes: 3 additions & 3 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.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"
#define UNIFIED_VERSION "TH3D UFW 2.93"
#define STRING_DISTRIBUTION_DATE "2024-11-21"

//#@CONFIGURATION_START_FLAG

Expand Down Expand Up @@ -697,7 +697,7 @@
#elif ANY(SOVOL_SV01_PRO, SOVOL_SV05)
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 415 }
#else
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 95 }
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, CREALITY_Z_STEPS, 95 }
#endif

#define SHOW_BOOTSCREEN
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.92b"
#define STRING_DISTRIBUTION_DATE "2024-10-12"
#define UNIFIED_VERSION "TH3D UFW 2.93"
#define STRING_DISTRIBUTION_DATE "2024-11-21"

//#@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.92b"
#define UNIFIED_VERSION "TH3D UFW 2.93"
#endif

/**
Expand Down

0 comments on commit da3387a

Please sign in to comment.