diff options
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,      }; | 
