1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-26 13:25:54 +00:00

Fix hole to hole rod length for Plus model (#12157)

This commit is contained in:
Paul 2018-10-19 20:47:27 +02:00 committed by Scott Lahteine
parent e443ebb988
commit 68464005cf

View File

@ -579,7 +579,7 @@
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
#define DELTA_PRINTABLE_RADIUS 116.0 // mm
// Center-to-center distance of the holes in the diagonal push rods.
#define DELTA_DIAGONAL_ROD 271.5 // mm
#define DELTA_DIAGONAL_ROD 267 // mm
// Horizontal offset from middle of printer to smooth rod center.
#define DELTA_SMOOTH_ROD_OFFSET 186 // mm
// Horizontal offset of the universal joints on the end effector.