Browse Source

Update test

maverikou 9 years ago
parent
commit
e93eb3e8d3

+ 3
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -428,7 +428,9 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o
428 428
   #define LEFT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS
429 429
   #define RIGHT_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
430 430
   #define BACK_PROBE_BED_POSITION DELTA_PROBABLE_RADIUS
431
-  #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS   
431
+  #define FRONT_PROBE_BED_POSITION -DELTA_PROBABLE_RADIUS  
432
+
433
+  #define MIN_PROBE_EDGE 10 // The probe square sides can be no smaller than this      
432 434
 
433 435
   // Non-linear bed leveling will be used.
434 436
   // Compensate by interpolating between the nearest four Z probe values for each point.

+ 1
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -214,6 +214,7 @@
214 214
 #define X_HOME_RETRACT_MM 5 
215 215
 #define Y_HOME_RETRACT_MM 5 
216 216
 #define Z_HOME_RETRACT_MM 5 // deltas need the same for all three axis
217
+#define HOMING_BUMP_DIVISOR {10, 10, 20}  // Re-Bump Speed Divisor (Divides the Homing Feedrate)
217 218
 
218 219
 //#define QUICK_HOME  //if this is defined, if both x and y are to be homed, a diagonal move will be performed initially.
219 220
 

Loading…
Cancel
Save