mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 04:48:15 +01:00
ef0406dc29
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.
21 lines
352 B
OpenSCAD
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);
|