diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-04-24 20:32:12 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-04-24 20:32:12 +0200 |
| commit | 6dac0b7e0c7833feb8941152edcc92f5038c8bba (patch) | |
| tree | ed6ecc9650f63cd7616ed7d9b9a462b5c7a2ee1b /spline/axis-opts.hpp | |
| parent | 3311da2af8cfc8ac6d83edc6a4aab6ef8a99c31b (diff) | |
| parent | f6e5dc41dfac32e85619de60c2683b3804df2077 (diff) | |
Merge branch 'master' into trackhat-camera
Diffstat (limited to 'spline/axis-opts.hpp')
| -rw-r--r-- | spline/axis-opts.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spline/axis-opts.hpp b/spline/axis-opts.hpp index c773dd61..b389f4b9 100644 --- a/spline/axis-opts.hpp +++ b/spline/axis-opts.hpp @@ -29,7 +29,11 @@ public: r15 = 15, r10 = 10, + t600 = 600, + t300 = 300, + t150 = 150, t100 = 100, + t75 = 75, t30 = 30, t20 = 20, t15 = 15, @@ -38,6 +42,10 @@ public: o_r180 = -180, o_r90 = -90, o_t75 = -75, + o_t100 = -100, + o_t150 = -150, + o_t300 = -300, + o_t600 = -600, x1000 = 1000, }; |
