mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 04:48:15 +01:00
d4d427dd80
same functionally. Modified the viewpoints for the assembly diagrams to cope with new perspective.
23 lines
322 B
OpenSCAD
23 lines
322 B
OpenSCAD
//
|
|
// Mendel90
|
|
//
|
|
// GNU GPL v2
|
|
// nop.head@gmail.com
|
|
// hydraraptor.blogspot.com
|
|
//
|
|
// PSU assembly view
|
|
//
|
|
// assembly 978 793 117 31 34 53 0 137 850
|
|
//
|
|
use <../scad/main.scad>
|
|
|
|
include <../scad/conf/config.scad>
|
|
|
|
psu_assembly();
|
|
%color([0.5,0.5,0.5,0.25]) {
|
|
frame_stay(false);
|
|
frame_gantry();
|
|
}
|
|
|
|
$exploded = 1;
|