1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-01-16 20:38:15 +01:00
Mendel90/views/x_axis_assembly.scad
Chris Palmer c3840d3ce9 Fan duct improvments:
More clearance between belt and fan.
Cleaner inner shape.
Thinner walls. Fixed pinch point in one wall.
Wade's screw length calculation no longer uses explicit sizes.
2016-01-19 11:34:06 +00:00

21 lines
280 B
OpenSCAD

//
// Mendel90
//
// GNU GPL v2
// nop.head@gmail.com
// hydraraptor.blogspot.com
//
// The x axis assembly view
//
$vpt = [50.47, 49.13, 146.29];
$vpr = [47.30, 0.00, 312.90];
$vpd = 1400;
//
// view 929 904
//
use <../scad/main.scad>
x_axis_assembly(true);
z_axis_assembly();