Hi everyone,
I have a problem with rotate, and i can't figure it out. Here is the code :
parametric
a :: slider[0,90] = 45;
in
cube >> rotate {angle: a*deg, axis: Y_axis}
I get this error:
ERROR: argument #1 of dot: ([-1,-1,-1]*(1-cos(-((<param a>*0.017453292519943295))))) is not a list
at file "/usr/local/lib/curv/std.curv":
But if instead i do this :
cube >> rotate a
it works ok.
and
cube >> rotate {angle: 45*deg, axis: Y_axis}
works ok too.
What do I do wrong ?
P.S. : I have just discovered Curv, it is a very nice work, very elegant ! It has a lot of features that I dreamt of when I used OpenScad ! well done !