Bumped version number.

master
Marcio Teixeira 7 years ago
parent b1ddccee9c
commit 6894765b68

@ -13,7 +13,7 @@
* got disabled. * got disabled.
*/ */
#define LULZBOT_FW_VERSION ".49" // Change this with each update #define LULZBOT_FW_VERSION ".50" // Change this with each update
#if ( \ #if ( \
!defined(LULZBOT_Gladiola_Mini) && \ !defined(LULZBOT_Gladiola_Mini) && \
@ -1188,6 +1188,9 @@
#define LULZBOT_HYBRID_THRESHOLD #define LULZBOT_HYBRID_THRESHOLD
#define LULZBOT_Y_HYBRID_THRESHOLD 72
#define LULZBOT_X_HYBRID_THRESHOLD 72
#define LULZBOT_TMC_INIT(st) \ #define LULZBOT_TMC_INIT(st) \
/* The EinsyRambo connects both diag pins to the same */ \ /* The EinsyRambo connects both diag pins to the same */ \
/* microcontroller pin and provides a pull up resistor, */ \ /* microcontroller pin and provides a pull up resistor, */ \

@ -1030,10 +1030,10 @@
*/ */
#define HYBRID_THRESHOLD LULZBOT_HYBRID_THRESHOLD #define HYBRID_THRESHOLD LULZBOT_HYBRID_THRESHOLD
#define X_HYBRID_THRESHOLD 100 // [mm/s] #define X_HYBRID_THRESHOLD LULZBOT_X_HYBRID_THRESHOLD // [mm/s]
#define X2_HYBRID_THRESHOLD 100 #define X2_HYBRID_THRESHOLD LULZBOT_X_HYBRID_THRESHOLD
#define Y_HYBRID_THRESHOLD 100 #define Y_HYBRID_THRESHOLD LULZBOT_Y_HYBRID_THRESHOLD
#define Y2_HYBRID_THRESHOLD 100 #define Y2_HYBRID_THRESHOLD LULZBOT_Y_HYBRID_THRESHOLD
#define Z_HYBRID_THRESHOLD 4 #define Z_HYBRID_THRESHOLD 4
#define Z2_HYBRID_THRESHOLD 4 #define Z2_HYBRID_THRESHOLD 4
#define E0_HYBRID_THRESHOLD 30 #define E0_HYBRID_THRESHOLD 30

Loading…
Cancel
Save