Hi! Coprus 6 pro
I’m trying to make a macro that includes a 3D model, but I’m stuck when I change the element from vertical to horizontal, both connect 3..the 3D model is not currently placed on the macro..I need help, I can’t finish it
I’m attaching the macro and the 3D element from minifix and potrosni below
Thank you
I attached files
https://drive.google.com/file/d/1n2Vr2Br3-jMqP6KTyYgoeHbK4S_tqt8i/view?usp=sharing

can you explain a little bit more about you problem?
you want 3d model to be horizontal when connection is set to horizontal board?
did you play with values inside cmk?
// side 0..5
FS1=1
// InvertSide ((0,1),(2,3),(4,5))
GSI1=if(CONECTOR_FACE=0;1;0)
// Corner 0..7 if FP1<>0 GSI will not work
FP1=0
// direction 0..5 (0=XPlus. 1=XMinus, 2=YPlus, 3=YMinus, 4=ZPlus,5=Zminus)
FO1=4
// rotation on Z axis
FZA1=270
// rotation on Y axis
FYA1=if(CONECTOR_FACE=1;180;if(CONECTOR_FACE=0;0;0))
// rotation on X axis
FXA1=180
yes I want to make a macro that connects on face 3 when the panel is vertical and horizontal..drilling in the macro works correctly but the 3d model only works correctly when it is vertical
I tried many options and I think I lost the idea that’s why I’m asking for help