Modified v3 dual rewipe to clear X endstop (T1456)

The rewipe location of the v3 dual may brush against the X endstop.
This can cause issue T1456 to manifest itself. A separate fix
has been done for the wipe in the start GCODE in Cura 2.
master
Marcio Teixeira 6 years ago
parent 4a0b1921f1
commit acae436c4c

@ -813,8 +813,8 @@
#define LULZBOT_AFTER_Z_HOME_Z_RAISE 16
#undef LULZBOT_AFTER_Z_HOME_Z_ORIGIN
#define LULZBOT_AFTER_Z_HOME_Z_ORIGIN 5.5
#define LULZBOT_TOOLHEAD_WIPE_X1_ADJ -6
#define LULZBOT_TOOLHEAD_WIPE_X2_ADJ -6
#define LULZBOT_TOOLHEAD_WIPE_X1_ADJ -5
#define LULZBOT_TOOLHEAD_WIPE_X2_ADJ -5
#define LULZBOT_TOOLHEAD_WIPE_Y1_ADJ 0
#define LULZBOT_TOOLHEAD_WIPE_Y2_ADJ 0
#undef LULZBOT_Z_HOMING_HEIGHT

Loading…
Cancel
Save