Browse Source

Fix for homing X and Y before raising Z when Z_SAFE_HOMING is set.

pull/1/head
unknown 9 years ago
parent
commit
31656e68bc
  1. 1
      Marlin/Marlin_main.cpp

1
Marlin/Marlin_main.cpp

@ -2309,7 +2309,6 @@ inline void gcode_G28() {
#endif
#elif defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
// #elif DISABLED(Z_SAFE_HOMING) && defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
// Raise Z before homing any other axes
// (Does this need to be "negative home direction?" Why not just use Z_RAISE_BEFORE_HOMING?)

Loading…
Cancel
Save