Browse Source

Enable QUICK_HOME for deltabot.

Johann Rocholl 12 years ago
parent
commit
cec7283b21
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -141,7 +141,7 @@
141 141
 #define X_HOME_RETRACT_MM 5 
142 142
 #define Y_HOME_RETRACT_MM 5 
143 143
 #define Z_HOME_RETRACT_MM 5 
144
-//#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
144
+#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
145 145
 
146 146
 #define AXIS_RELATIVE_MODES {false, false, false, false}
147 147
 

Loading…
Cancel
Save