Browse Source

reverted to upstream

Jérémie FRANCOIS 9 years ago
parent
commit
b3bda57ca2
2 changed files with 4 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration_adv.h
  2. 2
    0
      Marlin/example_configurations/delta/Configuration.h

+ 2
- 2
Marlin/Configuration_adv.h View File

@@ -213,7 +213,7 @@
213 213
 //homing hits the endstop, then retracts by this distance, before it tries to slowly bump again:
214 214
 #define X_HOME_RETRACT_MM 5
215 215
 #define Y_HOME_RETRACT_MM 5
216
-#define Z_HOME_RETRACT_MM 5
216
+#define Z_HOME_RETRACT_MM 2
217 217
 //#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
218 218
 
219 219
 #define AXIS_RELATIVE_MODES {false, false, false, false}
@@ -248,7 +248,7 @@
248 248
 #define DEFAULT_MINSEGMENTTIME        20000
249 249
 
250 250
 // If defined the movements slow down when the look ahead buffer is only half full
251
-// #define SLOWDOWN // JFR - important, was enabled!!
251
+#define SLOWDOWN
252 252
 
253 253
 // Frequency limit
254 254
 // See nophead's blog for more info

+ 2
- 0
Marlin/example_configurations/delta/Configuration.h View File

@@ -88,6 +88,8 @@ Here are some standard links for getting your machine calibrated:
88 88
 // and processor overload (too many expensive sqrt calls).
89 89
 #define DELTA_SEGMENTS_PER_SECOND 200
90 90
 
91
+// NOTE NB all values for DELTA_* values MUST be floating point, so always have a decimal point in them
92
+
91 93
 // Center-to-center distance of the holes in the diagonal push rods.
92 94
 #define DELTA_DIAGONAL_ROD 250.0 // mm
93 95
 

Loading…
Cancel
Save