mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-25 07:34:06 -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 "Don't build with import-2.1.x configurations!"
|
||||||
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."
|
#error "Use the 'bugfix...' or 'release...' configurations matching your Marlin version."
|
||||||
|
|
||||||
//#define ENDER_3_PRO_BLTOUCH
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Configuration.h
|
* Configuration.h
|
||||||
*
|
*
|
||||||
|
@ -1341,9 +1339,7 @@
|
||||||
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
|
||||||
|
|
||||||
// Force the use of the probe for Z-axis homing
|
// Force the use of the probe for Z-axis homing
|
||||||
#if ENABLED(ENDER_3_PRO_BLTOUCH)
|
//#define USE_PROBE_FOR_Z_HOMING
|
||||||
#define USE_PROBE_FOR_Z_HOMING
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Z_MIN_PROBE_PIN
|
* Z_MIN_PROBE_PIN
|
||||||
|
@ -1397,9 +1393,7 @@
|
||||||
/**
|
/**
|
||||||
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
* The BLTouch probe uses a Hall effect sensor and emulates a servo.
|
||||||
*/
|
*/
|
||||||
#if ENABLED(ENDER_3_PRO_BLTOUCH)
|
//#define BLTOUCH
|
||||||
#define BLTOUCH
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MagLev V4 probe by MDD
|
* MagLev V4 probe by MDD
|
||||||
|
@ -1942,9 +1936,7 @@
|
||||||
//#define AUTO_BED_LEVELING_3POINT
|
//#define AUTO_BED_LEVELING_3POINT
|
||||||
//#define AUTO_BED_LEVELING_LINEAR
|
//#define AUTO_BED_LEVELING_LINEAR
|
||||||
//#define AUTO_BED_LEVELING_BILINEAR
|
//#define AUTO_BED_LEVELING_BILINEAR
|
||||||
#if ENABLED(ENDER_3_PRO_BLTOUCH)
|
//#define AUTO_BED_LEVELING_UBL
|
||||||
#define AUTO_BED_LEVELING_UBL
|
|
||||||
#endif
|
|
||||||
//#define MESH_BED_LEVELING
|
//#define MESH_BED_LEVELING
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue