Fix and reset DELTA_ENDSTOP_ADJ

Fixes #666
This commit is contained in:
Scott Lahteine 2022-01-22 10:13:12 -06:00
parent 3ced85a7b0
commit bd963e533b
3 changed files with 3 additions and 3 deletions

View file

@ -800,7 +800,7 @@
// Distance between bed and nozzle Z home position
#define DELTA_HEIGHT 437.21 // (mm) Get this value from G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { -0.25, 0.0, -0.84 } // Get these values from G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
// Horizontal distance bridged by diagonal push rods when effector is centered.
#define DELTA_RADIUS 227.4 // (mm) Get this value from G33 auto calibrate

View file

@ -798,7 +798,7 @@
// Distance between bed and nozzle Z home position
#define DELTA_HEIGHT 186.14 // (mm) Overlord - Update this value using G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { -0.33, 0.0, -0.85 } // Update these values using G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Update these values using G33 auto calibrate
// Horizontal distance bridged by diagonal push rods when effector is centered.
#define DELTA_RADIUS 100.63 // (mm) Overlord - Update this value using G33 auto calibrate

View file

@ -810,7 +810,7 @@
// Distance between bed and nozzle Z home position
#define DELTA_HEIGHT 286.14 // (mm) Overlord Pro - Update this value using G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { -0.33, 0.0 // Update these values using G33 auto calibrate
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Update these values using G33 auto calibrate
// Horizontal distance bridged by diagonal push rods when effector is centered.
#define DELTA_RADIUS 100.63 // (mm) Overlord Pro - Update this value using G33 auto calibrate