From 7ac30c677d9a68b2acba08bbc0d8fc8a52552e58 Mon Sep 17 00:00:00 2001 From: sharpTrick Date: Wed, 16 Feb 2022 18:16:52 -0700 Subject: Added more max_clamp options --- spline/axis-opts.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'spline') 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, }; -- cgit v1.2.3