Browse Source

reverted to upstream

Jérémie FRANCOIS 9 years ago
parent
commit
b3bda57ca2

+ 2
- 2
Marlin/Configuration_adv.h View File

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

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

88
 // and processor overload (too many expensive sqrt calls).
88
 // and processor overload (too many expensive sqrt calls).
89
 #define DELTA_SEGMENTS_PER_SECOND 200
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
 // Center-to-center distance of the holes in the diagonal push rods.
93
 // Center-to-center distance of the holes in the diagonal push rods.
92
 #define DELTA_DIAGONAL_ROD 250.0 // mm
94
 #define DELTA_DIAGONAL_ROD 250.0 // mm
93
 
95
 

Loading…
Cancel
Save