mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-05 21:14:06 -06:00
Followup for 16277
This commit is contained in:
parent
e9a68e9e97
commit
86cc5191a9
116 changed files with 126 additions and 37 deletions
|
@ -637,22 +637,12 @@
|
|||
#define DELTA_DIAGONAL_ROD 196.0 // (mm)
|
||||
|
||||
// Distance between bed and nozzle Z home position
|
||||
#define DELTA_HEIGHT 200 // (mm) Get this value from G33 auto calibrate
|
||||
#define DELTA_HEIGHT 200 // (mm) Get this value from G33 auto calibrate
|
||||
|
||||
#define DELTA_ENDSTOP_ADJ { 0.0, 0.0, 0.0 } // Get these values from G33 auto calibrate
|
||||
|
||||
// Horizontal offset from middle of printer to smooth rod center.
|
||||
//#define DELTA_SMOOTH_ROD_OFFSET 160 // mm
|
||||
|
||||
// Horizontal offset of the universal joints on the end effector.
|
||||
//#define DELTA_EFFECTOR_OFFSET 34 // mm //34 G2 frame
|
||||
|
||||
// Horizontal offset of the universal joints on the carriages.
|
||||
//#define DELTA_CARRIAGE_OFFSET 25 // mm //25 G2 frame
|
||||
|
||||
// Horizontal distance bridged by diagonal push rods when effector is centered.
|
||||
//#define DELTA_RADIUS (DELTA_SMOOTH_ROD_OFFSET-DELTA_EFFECTOR_OFFSET-DELTA_CARRIAGE_OFFSET+2) //+2 G2 frame
|
||||
#define DELTA_RADIUS 90.0 // (mm) Get this value from G33 auto calibrate
|
||||
#define DELTA_RADIUS 90.0 // (mm) Get this value from G33 auto calibrate
|
||||
|
||||
// Trim adjustments for individual towers
|
||||
// tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue