Оптический концевик на Z
http://ru.aliexpress.com/item/1pcs-Opti ... 53500.html . В отличии от обычного механического - более надёжный, не требует подбора и обеспечивает более равномерную толщину первого слоя печати. Калибровку стола можно один раз сделать и забыть.
Клеится циакрином на боку. Сверху в него опускается алюминиевая шторка высотой 18 мм, которая привинчивается к кровати шурупом на циакрин.
Оптический инвертировать надо в прошивке.
// Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
const bool X_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
const bool Z_MAX_ENDSTOP_INVERTING =
false; // set to true to invert the logic of the endstop.
const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS