Adjusted homing settings to match older FW.

master
Marcio Teixeira 7 years ago
parent 32064b945e
commit 10a181c038

@ -337,7 +337,7 @@
#define LULZBOT_Z_SAFE_HOMING_Y_POINT (258) #define LULZBOT_Z_SAFE_HOMING_Y_POINT (258)
#define LULZBOT_Z_HOMING_HEIGHT 5 #define LULZBOT_Z_HOMING_HEIGHT 5
#define LULZBOT_AFTER_Z_HOME_Z_RAISE 5 #define LULZBOT_AFTER_Z_HOME_Z_RAISE 10
#define LULZBOT_AFTER_Z_HOME_Z_ORIGIN 0 #define LULZBOT_AFTER_Z_HOME_Z_ORIGIN 0
#elif defined(LULZBOT_Juniper_TAZ5) #elif defined(LULZBOT_Juniper_TAZ5)
// Set safe homing position so fan duct does not hit. // Set safe homing position so fan duct does not hit.
@ -1279,7 +1279,11 @@
/*************************** REWIPE FUNCTIONALITY *******************************/ /*************************** REWIPE FUNCTIONALITY *******************************/
#define LULZBOT_NUM_REWIPES 1 #define LULZBOT_NUM_REWIPES 1
#define LULZBOT_BED_PROBE_MIN -3 // Limit on pushing into the bed #if defined(LULZBOT_IS_TAZ)
#define LULZBOT_BED_PROBE_MIN 0 // Limit on pushing into the bed
#else
#define LULZBOT_BED_PROBE_MIN -4 // Limit on pushing into the bed
#endif
#define LULZBOT_PROBE_Z_WITH_REWIPE(speed) \ #define LULZBOT_PROBE_Z_WITH_REWIPE(speed) \
/* do_probe_move returns true when it fails to hit an endstop, meaning we need to rewipe */ \ /* do_probe_move returns true when it fails to hit an endstop, meaning we need to rewipe */ \

Loading…
Cancel
Save