Sfoglia il codice sorgente

More clearance for Motor

main
Marcus Grieger 2 anni fa
parent
commit
1e9f625fce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      carriage.scad

+ 1
- 1
carriage.scad Vedi File

@@ -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);


Loading…
Annulla
Salva