aboutsummaryrefslogtreecommitdiffstats
path: root/src/emc/kinematics/pentakins.h
blob: cca9e1883c1dbbbdc0e0c7617d000364f7ce67a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*******************************************************************
* Description: pentakins.h
*
*   Kinematics for a pentapod machine
*
*   Derived from genhexkins
*
* Author: Andrew Kyrychenko
* License: GPL Version 2
* System: Linux
*
* Copyright (c) 2016 All rights reserved.
********************************************************************

  This is the header file containing joints coordinates.

  */

#define NUM_STRUTS 5 // number of struts

/* Default position of base strut ends in base (world) coordinates */

#define DEFAULT_BASE_0_X -418.03
#define DEFAULT_BASE_1_X  417.96
#define DEFAULT_BASE_2_X -418.03
#define DEFAULT_BASE_3_X  417.96
#define DEFAULT_BASE_4_X   -0.06

#define DEFAULT_BASE_0_Y  324.56
#define DEFAULT_BASE_1_Y  324.56
#define DEFAULT_BASE_2_Y -325.44
#define DEFAULT_BASE_3_Y -325.44
#define DEFAULT_BASE_4_Y -492.96

#define DEFAULT_BASE_0_Z  895.56
#define DEFAULT_BASE_1_Z  895.56
#define DEFAULT_BASE_2_Z  895.56
#define DEFAULT_BASE_3_Z  895.56
#define DEFAULT_BASE_4_Z  895.56

/* Default radius of effector strut end in platform coordinate system */

#define DEFAULT_EFFECTOR_0_R 80.32
#define DEFAULT_EFFECTOR_1_R 80.32
#define DEFAULT_EFFECTOR_2_R 80.32
#define DEFAULT_EFFECTOR_3_R 80.32
#define DEFAULT_EFFECTOR_4_R 80.32

/* Default position of effector joints along the spindle axis in
   effector coordinate system */

#define DEFAULT_EFFECTOR_0_Z -185.50
#define DEFAULT_EFFECTOR_1_Z -159.50
#define DEFAULT_EFFECTOR_2_Z  -67.50
#define DEFAULT_EFFECTOR_3_Z  -41.50
#define DEFAULT_EFFECTOR_4_Z  -14.00
bues.ch cgit interface