您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
417B

  1. $fn=64;
  2. difference() {
  3. hull() {
  4. translate([ 0, 3, 0]) cylinder(d=1, h=1.2);
  5. translate([ 0, -3, 0]) cylinder(d=1, h=1.2);
  6. translate([ 20, 3, 0]) cylinder(d=1, h=1.2);
  7. translate([ 20, -3, 0]) cylinder(d=1, h=1.2);
  8. translate([ 50, 0, 0]) cylinder(d=0.1, h=1.2);
  9. }
  10. translate([ 5, 0, 0]) cylinder(d=2.5, h=2);
  11. translate([20, 0, 0]) cylinder(d=2.5, h=2);
  12. }