mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 07:04:02 -06:00
🔧 Simpler Ender-3 Pro + CrealityV422 config (#895)
This commit is contained in:
parent
d38218fcd7
commit
f4ad46db1c
1 changed files with 3 additions and 11 deletions
|
@ -23,8 +23,6 @@
|
|||
#error "Don't build with import-2.1.x configurations!"
|
||||
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."
|
||||
|
||||
//#define ENDER_3_PRO_BLTOUCH
|
||||
|
||||
/**
|
||||
* Configuration.h
|
||||
*
|
||||
|
@ -1341,9 +1339,7 @@
|
|||
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||
|
||||
// Force the use of the probe for Z-axis homing
|
||||
#if ENABLED(ENDER_3_PRO_BLTOUCH)
|
||||
#define USE_PROBE_FOR_Z_HOMING
|
||||
#endif
|
||||
//#define USE_PROBE_FOR_Z_HOMING
|
||||
|
||||
/**
|
||||
* Z_MIN_PROBE_PIN
|
||||
|
@ -1397,9 +1393,7 @@
|
|||
/**
|
||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||
*/
|
||||
#if ENABLED(ENDER_3_PRO_BLTOUCH)
|
||||
#define BLTOUCH
|
||||
#endif
|
||||
//#define BLTOUCH
|
||||
|
||||
/**
|
||||
* MagLev V4 probe by MDD
|
||||
|
@ -1942,9 +1936,7 @@
|
|||
//#define AUTO_BED_LEVELING_3POINT
|
||||
//#define AUTO_BED_LEVELING_LINEAR
|
||||
//#define AUTO_BED_LEVELING_BILINEAR
|
||||
#if ENABLED(ENDER_3_PRO_BLTOUCH)
|
||||
#define AUTO_BED_LEVELING_UBL
|
||||
#endif
|
||||
//#define AUTO_BED_LEVELING_UBL
|
||||
//#define MESH_BED_LEVELING
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue