|
|
|
@ -596,29 +596,29 @@
|
|
|
|
|
|
|
|
|
|
#if ENABLED(DELTA_AUTO_CALIBRATION) || ENABLED(DELTA_CALIBRATION_MENU)
|
|
|
|
|
// Set the radius for the calibration probe points - max DELTA_PRINTABLE_RADIUS for non-eccentric probes
|
|
|
|
|
#define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE // mm
|
|
|
|
|
#define DELTA_CALIBRATION_RADIUS DELTA_PRINTABLE_RADIUS - MIN_PROBE_EDGE // (mm)
|
|
|
|
|
// Set the steprate for papertest probing
|
|
|
|
|
#define PROBE_MANUALLY_STEP 0.05 // mm
|
|
|
|
|
#define PROBE_MANUALLY_STEP 0.05 // (mm)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if ENABLED(ANYCUBIC_KOSSEL_PLUS)
|
|
|
|
|
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
|
|
|
|
#define DELTA_PRINTABLE_RADIUS 116.0 // mm
|
|
|
|
|
#define DELTA_PRINTABLE_RADIUS 116.0 // (mm)
|
|
|
|
|
// Center-to-center distance of the holes in the diagonal push rods.
|
|
|
|
|
#define DELTA_DIAGONAL_ROD 267 // mm
|
|
|
|
|
#define DELTA_DIAGONAL_ROD 267 // (mm)
|
|
|
|
|
// Horizontal offset from middle of printer to smooth rod center.
|
|
|
|
|
#define DELTA_SMOOTH_ROD_OFFSET 186 // mm
|
|
|
|
|
#define DELTA_SMOOTH_ROD_OFFSET 186 // (mm)
|
|
|
|
|
// Horizontal offset of the universal joints on the end effector.
|
|
|
|
|
#define DELTA_EFFECTOR_OFFSET 31 // mm
|
|
|
|
|
#define DELTA_EFFECTOR_OFFSET 31 // (mm)
|
|
|
|
|
// Horizontal offset of the universal joints on the carriages.
|
|
|
|
|
#define DELTA_CARRIAGE_OFFSET 20.6 // mm
|
|
|
|
|
#define DELTA_CARRIAGE_OFFSET 20.6 // (mm)
|
|
|
|
|
// Horizontal distance bridged by diagonal push rods when effector is centered.
|
|
|
|
|
#define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET-(DELTA_EFFECTOR_OFFSET)-(DELTA_CARRIAGE_OFFSET)) //mm Get this value from auto calibrate
|
|
|
|
|
#else
|
|
|
|
|
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
|
|
|
|
#define DELTA_PRINTABLE_RADIUS 90.0 // mm
|
|
|
|
|
#define DELTA_PRINTABLE_RADIUS 90.0 // (mm)
|
|
|
|
|
// Center-to-center distance of the holes in the diagonal push rods.
|
|
|
|
|
#define DELTA_DIAGONAL_ROD 218.0 // mm
|
|
|
|
|
#define DELTA_DIAGONAL_ROD 218.0 // (mm)
|
|
|
|
|
// Horizontal distance bridged by diagonal push rods when effector is centered.
|
|
|
|
|
#define DELTA_RADIUS 97.0 //mm Get this value from auto calibrate
|
|
|
|
|
#endif
|
|
|
|
|