mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
c3840d3ce9
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.
21 lines
280 B
OpenSCAD
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();
|