From 29e156b26dfcc9b3773290dd3bbcc3753ae7197b Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Mon, 28 Jan 2019 19:48:46 +0100 Subject: [PATCH] printer types updated --- Firmware/ultralcd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index 41ecc299..1134c2f2 100644 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -3208,7 +3208,7 @@ bool lcd_calibrate_z_end_stop_manual(bool only_z) calibrated: // Let the machine think the Z axis is a bit higher than it is, so it will not home into the bed // during the search for the induction points. - if (PRINTER_TYPE == PRINTER_MK25) { + if ((PRINTER_TYPE == PRINTER_MK25) || (PRINTER_TYPE == PRINTER_MK2) || (PRINTER_TYPE == PRINTER_MK2_SNMM)) { current_position[Z_AXIS] = Z_MAX_POS-3.f; } else {