소스 검색

More clearance for Motor

main
Marcus Grieger 2 년 전
부모
커밋
1e9f625fce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      carriage.scad

+ 1
- 1
carriage.scad 파일 보기

@@ -50,7 +50,7 @@ module extruder() {
translate([-wall_thickness, 0, 0]) {
// motor body
color([0.5, 0.5, 0.5]) translate([-15, 0, 0]) cube([motor_length, 42, 42], center=true);
color([0.5, 0.5, 0.5]) rotate([0, 90, 0]) cylinder(d=22, h=2, $fn=64);
color([0.5, 0.5, 0.5]) rotate([0, 90, 0]) cylinder(d=25, h=2, $fn=64);
// motor shaft
color([0.8, 0.8, 0.8]) rotate([0, 90, 0]) cylinder(d=5, h=20, $fn=64);


불러오는 중...
취소
저장