mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 06:24:04 -06:00
parent
5095d4e587
commit
78ce0d470a
26 changed files with 98 additions and 18 deletions
|
@ -827,6 +827,8 @@
|
|||
#if ENABLED(ANYCUBIC_KOSSEL_PLUS)
|
||||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||
#define DELTA_PRINTABLE_RADIUS 120.0 // (mm)
|
||||
// Maximum reachable area
|
||||
#define DELTA_MAX_RADIUS 120.0 // (mm)
|
||||
// Center-to-center distance of the holes in the diagonal push rods.
|
||||
#define DELTA_DIAGONAL_ROD 267 // (mm)
|
||||
// Horizontal offset from middle of printer to smooth rod center.
|
||||
|
@ -840,6 +842,8 @@
|
|||
#else
|
||||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||
#define DELTA_PRINTABLE_RADIUS 90.0 // (mm)
|
||||
// Maximum reachable area
|
||||
#define DELTA_MAX_RADIUS 90.0 // (mm)
|
||||
// Center-to-center distance of the holes in the diagonal push rods.
|
||||
#define DELTA_DIAGONAL_ROD 218.0 // (mm)
|
||||
// Horizontal distance bridged by diagonal push rods when effector is centered.
|
||||
|
|
|
@ -828,6 +828,8 @@
|
|||
#if ENABLED(ANYCUBIC_KOSSEL_PLUS)
|
||||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||
#define DELTA_PRINTABLE_RADIUS 116.0 // (mm)
|
||||
// Maximum reachable area
|
||||
#define DELTA_MAX_RADIUS 116.0 // (mm)
|
||||
// Center-to-center distance of the holes in the diagonal push rods.
|
||||
#define DELTA_DIAGONAL_ROD 267 // (mm)
|
||||
// Horizontal offset from middle of printer to smooth rod center.
|
||||
|
@ -841,6 +843,8 @@
|
|||
#else
|
||||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||
#define DELTA_PRINTABLE_RADIUS 90.0 // (mm)
|
||||
// Maximum reachable area
|
||||
#define DELTA_MAX_RADIUS 90.0 // (mm)
|
||||
// Center-to-center distance of the holes in the diagonal push rods.
|
||||
#define DELTA_DIAGONAL_ROD 218.0 // (mm)
|
||||
// Horizontal distance bridged by diagonal push rods when effector is centered.
|
||||
|
|
|
@ -798,6 +798,9 @@
|
|||
// Print surface diameter/2 minus unreachable space (avoid collisions with vertical towers).
|
||||
#define DELTA_PRINTABLE_RADIUS 185.0 // (mm)
|
||||
|
||||
// Maximum reachable area
|
||||
#define DELTA_MAX_RADIUS 185.0 // (mm)
|
||||
|
||||
// Center-to-center distance of the holes in the diagonal push rods.
|
||||
#define DELTA_DIAGONAL_ROD 440.0 // (mm)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue