diff --git a/Hardware/CYCLONE_2/Cyclone.scad b/Hardware/CYCLONE_2/Cyclone.scad index 0607d7f..93f65e9 100644 --- a/Hardware/CYCLONE_2/Cyclone.scad +++ b/Hardware/CYCLONE_2/Cyclone.scad @@ -69,7 +69,7 @@ axes_Zsmooth_separation = 35+animatePart(10,overlap=0); // Carriage positions (for rendering) axes_Xcarriage_pos = axes_Xsmooth_rodLen/2+sin($t*360)*axes_Xsmooth_rodLen/3; -axes_Ycarriage_pos = axes_Ysmooth_rodLen/2+sin($t*360)*axes_Ysmooth_rodLen/3; +axes_Ycarriage_pos = axes_Ysmooth_rodLen/2+sin($t*360)*axes_Ysmooth_rodLen/4.1; axes_Zcarriage_pos = axes_Zsmooth_rodLen/3+sin($t*360)*axes_Zsmooth_rodLen/4; diff --git a/Hardware/CYCLONE_2/output/cyclone.gif b/Hardware/CYCLONE_2/output/cyclone.gif index 63bbfc4..10f20c9 100644 Binary files a/Hardware/CYCLONE_2/output/cyclone.gif and b/Hardware/CYCLONE_2/output/cyclone.gif differ