Changed default bed leveling to LINEAR.

master
Marcio Teixeira 7 years ago
parent f8563ee120
commit e424c926a8

@ -13,7 +13,7 @@
* got disabled.
*/
#define LULZBOT_FW_VERSION ".31" // Change this with each update
#define LULZBOT_FW_VERSION ".32" // Change this with each update
#if ( \
!defined(LULZBOT_Gladiola_Mini) && \
@ -424,8 +424,8 @@
#define LULZBOT_NOZZLE_CLEAN_FEATURE
// Select type of leveling to use:
//#define LULZBOT_AUTO_BED_LEVELING_BILINEAR
//#define LULZBOT_AUTO_BED_LEVELING_LINEAR
#define LULZBOT_AUTO_BED_LEVELING_3POINT
#define LULZBOT_AUTO_BED_LEVELING_LINEAR
//#define LULZBOT_AUTO_BED_LEVELING_3POINT
#endif
#if defined(LULZBOT_AUTO_BED_LEVELING_3POINT)

Loading…
Cancel
Save