1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-17 04:48:15 +01:00
Mendel90/views/extruder_motor_assembly.scad
Chris Palmer ef0406dc29 Fixed some assembly views so they work for Huxley.
Idler lever added to Huxley extruder.
Extruders now virtual.
views.py now allows camera to be specified using $vpt, $vpr and $vpd.
make_machine.py now does the accessories as well.
2016-01-13 10:11:55 +00:00

19 lines
310 B
OpenSCAD

//
// Mendel90
//
// GNU GPL v2
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
// Wade's motor assembly view
//
// assembly 1141 965 -24 26 13 226 0 108 350
// assembled 1141 965 -24 26 13 226 0 108 250
//
$exploded = 1;
use <../scad/extruder.scad>
rotate([0, 90, -30])
extruder_motor_assembly();