1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-17 04:48:15 +01:00
Mendel90/views/extruder_assembled.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

21 lines
352 B
OpenSCAD

//
// Mendel90
//
// GNU GPL v2
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
// Wade's assembly view
//
$vpt = [-21, 23, 11];
$vpr = [55, 0, 26];
$vpd = 380;
//
// view 929 904
//
include <../scad/conf/config.scad>
use <../scad/extruder.scad>
rotate(extruder == Wades ? [-90, 0, 0] : [0, 0, 180])
extruder_assembly(show_connector = true);