mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 12:58:16 +01:00
18 lines
281 B
OpenSCAD
18 lines
281 B
OpenSCAD
|
//
|
||
|
// Mendel90
|
||
|
//
|
||
|
// GNU GPL v2
|
||
|
// nop.head@gmail.com
|
||
|
// hydraraptor.blogspot.com
|
||
|
//
|
||
|
// The y idler assembly view
|
||
|
//
|
||
|
// assembly 1123 965 -12 -5 16 47 0 211 500
|
||
|
// assembled 1123 965 -2 6.5 11 59 0 38 240
|
||
|
//
|
||
|
use <../scad/y-idler-bracket.scad>
|
||
|
|
||
|
y_idler_assembly();
|
||
|
|
||
|
$exploded = 1;
|