You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting warnings on multiple lines and the "d12 adj v push" isn't updating. The first line it's referencing is here: if(d12) move(x=spacing,y=spacing) drawd12();
and then the next error is here: move(x=(d12_text_h_push+d12_adj_h_push[$faceindex])*d12_size/100,y=(d12_text_v_push+d12_adj_v_push[$faceindex])*d12_size/100)
and the next is here: move(x=d12_underscore_h_push*d12_size/100,y=d12_underscore_v_push*d12_size/100)
So it has something to do with the d12 inputs. What am I messing up?