mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 12:58:16 +01:00
d4d427dd80
same functionally. Modified the viewpoints for the assembly diagrams to cope with new perspective.
22 lines
384 B
OpenSCAD
22 lines
384 B
OpenSCAD
//
|
|
// Mendel90
|
|
//
|
|
// GNU GPL v2
|
|
// nop.head@gmail.com
|
|
// hydraraptor.blogspot.com
|
|
//
|
|
// The Z motor assembly view
|
|
//
|
|
// assembly 1057 965 -2.5 10.5 15 55 0 25 278
|
|
// assembled 1057 965 10 -6.3 0 59 0 42 278
|
|
//
|
|
use <../scad/z-motor-bracket.scad>
|
|
|
|
include <../scad/conf/config.scad>
|
|
include <../scad/positions.scad>
|
|
|
|
|
|
z_motor_assembly(gantry_setback, false, false);
|
|
|
|
$exploded = 1;
|