|
|
@ -13,7 +13,7 @@
|
|
|
|
* got disabled.
|
|
|
|
* got disabled.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#define LULZBOT_FW_VERSION ".14" // Change this with each update
|
|
|
|
#define LULZBOT_FW_VERSION ".15" // Change this with each update
|
|
|
|
|
|
|
|
|
|
|
|
#if ( \
|
|
|
|
#if ( \
|
|
|
|
!defined(LULZBOT_Gladiola_Mini) && \
|
|
|
|
!defined(LULZBOT_Gladiola_Mini) && \
|
|
|
@ -1656,6 +1656,12 @@
|
|
|
|
#define LULZBOT_Z_MICROSTEPS 16
|
|
|
|
#define LULZBOT_Z_MICROSTEPS 16
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(LULZBOT_USE_Z_BELT)
|
|
|
|
|
|
|
|
#define LULZBOT_DEFAULT_MANUAL_FEEDRATE {50*60, 50*60, 40*60, 60} // (mm/min)
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
#define LULZBOT_DEFAULT_MANUAL_FEEDRATE {50*60, 50*60, 4*60, 60} // (mm/min)
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(LULZBOT_USE_EINSYRAMBO)
|
|
|
|
#if defined(LULZBOT_USE_EINSYRAMBO)
|
|
|
|
// Neither define LULZBOT_PWM_MOTOR_CURRENT nor LULZBOT_DIGIPOT_MOTOR_CURRENT,
|
|
|
|
// Neither define LULZBOT_PWM_MOTOR_CURRENT nor LULZBOT_DIGIPOT_MOTOR_CURRENT,
|
|
|
|
// as the current is set in Configuration_adv.h under the HAVE_TMC2130 block
|
|
|
|
// as the current is set in Configuration_adv.h under the HAVE_TMC2130 block
|
|
|
|