Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Ender 5 Plus BL Touch Fix
Browse files Browse the repository at this point in the history
Ender 5 Plus BL Touch Fix
  • Loading branch information
Timothy Hoogland committed Mar 17, 2020
1 parent d362c58 commit 2d6cb32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion TH3DUF_R2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@

#define LCD_LANGUAGE en

#define UNIFIED_VERSION "TH3D U1.R2.A7"
#define UNIFIED_VERSION "TH3D U1.R2.A8"
#include "Configuration_backend.h"

#endif // CONFIGURATION_H
19 changes: 10 additions & 9 deletions TH3DUF_R2/Configuration_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,16 @@
#if ENABLED(ENDER5_PLUS)
#if DISABLED(ENDER5_PLUS_NOABL) && DISABLED(ENDER5_PLUS_EZABL)
#define BLTOUCH
#define SERVO0_PIN 11
#ifndef EZABL_PROBE_EDGE
#define EZABL_PROBE_EDGE 35
#endif
#ifndef EZABL_POINTS
#define EZABL_POINTS 5
#endif
#if DISABLED(CUSTOM_PROBE)
#define NOZZLE_TO_PROBE_OFFSET { -44, -9, 0}
#define SERVO0_PIN 11
#ifndef EZABL_PROBE_EDGE
#define EZABL_PROBE_EDGE 35
#endif
#ifndef EZABL_POINTS
#define EZABL_POINTS 5
#endif
#if DISABLED(CUSTOM_PROBE)
#define X_PROBE_OFFSET_FROM_EXTRUDER -44
#define Y_PROBE_OFFSET_FROM_EXTRUDER -9
#endif
#endif
#if DISABLED(ENDER5_PLUS_NOABL)
Expand Down

0 comments on commit 2d6cb32

Please sign in to comment.