Fix for wrong left/right frame render
fix for issue https://github.com/carlosgs/Cyclone-PCB-Factory/issues/27pull/26/merge^2
parent
0a32a0c809
commit
8f379ed344
|
@ -262,18 +262,18 @@ render_2D_or_3D() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// TRANSLATE REFERENCE POSITION to the FRONT RIGHT Y rod idler, Y smooth rod end
|
// TRANSLATE REFERENCE POSITION to the FRONT LEFT Y rod idler, Y smooth rod end
|
||||||
translate([-axes_Ysmooth_separation/2,-axes_Ysmooth_rodLen/2,axes_Yreference_height]) {
|
translate([-axes_Ysmooth_separation/2,-axes_Ysmooth_rodLen/2,axes_Yreference_height]) {
|
||||||
if(draw_references) %frame();
|
if(draw_references) %frame();
|
||||||
|
|
||||||
Cyclone_Y_rightSmoothRodIdler();
|
Cyclone_Y_leftSmoothRodIdler();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TRANSLATE REFERENCE POSITION to the FRONT LEFT Y rod idler, Y smooth rod end
|
// TRANSLATE REFERENCE POSITION to the FRONT RIGHT Y rod idler, Y smooth rod end
|
||||||
translate([axes_Ysmooth_separation/2,-axes_Ysmooth_rodLen/2,axes_Yreference_height]) {
|
translate([axes_Ysmooth_separation/2,-axes_Ysmooth_rodLen/2,axes_Yreference_height]) {
|
||||||
if(draw_references) %frame();
|
if(draw_references) %frame();
|
||||||
|
|
||||||
Cyclone_Y_leftSmoothRodIdler();
|
Cyclone_Y_rightSmoothRodIdler();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue