Adjusted Z-offset.

Adjusted Z-offset based on average calibration values for
last 1000 Minis and TAZ 6 from production line.
master
Marcio Teixeira 7 years ago
parent 890cb1e8cb
commit 5cc626c522

@ -39,7 +39,7 @@
#error Must specify model and toolhead. Please see "Configuration_LulzBot.h" for directions. #error Must specify model and toolhead. Please see "Configuration_LulzBot.h" for directions.
#endif #endif
#define LULZBOT_FW_VERSION ".11" #define LULZBOT_FW_VERSION ".12"
// Select options based on printer model // Select options based on printer model
@ -936,7 +936,7 @@
#define LULZBOT_DEFAULT_ACCELERATION 2000 #define LULZBOT_DEFAULT_ACCELERATION 2000
#define LULZBOT_DEFAULT_TRAVEL_ACCELERATION 2000 #define LULZBOT_DEFAULT_TRAVEL_ACCELERATION 2000
#define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.43 #define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.377
#elif defined(LULZBOT_IS_TAZ) #elif defined(LULZBOT_IS_TAZ)
#define DIGIPOT_MOTOR_CURRENT_XY 175 #define DIGIPOT_MOTOR_CURRENT_XY 175
@ -950,7 +950,8 @@
#if not defined(LULZBOT_DEFAULT_TRAVEL_ACCELERATION) #if not defined(LULZBOT_DEFAULT_TRAVEL_ACCELERATION)
#define LULZBOT_DEFAULT_TRAVEL_ACCELERATION 500 #define LULZBOT_DEFAULT_TRAVEL_ACCELERATION 500
#endif #endif
#define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.5
#define LULZBOT_Z_PROBE_OFFSET_FROM_EXTRUDER -1.200
#endif #endif
#if defined(LULZBOT_Gladiola_Mini) || defined(LULZBOT_Gladiola_MiniLCD) #if defined(LULZBOT_Gladiola_Mini) || defined(LULZBOT_Gladiola_MiniLCD)

Loading…
Cancel
Save