mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-16 20:38:15 +01:00
d4d427dd80
same functionally. Modified the viewpoints for the assembly diagrams to cope with new perspective.
17 lines
260 B
OpenSCAD
17 lines
260 B
OpenSCAD
//
|
|
// Mendel90
|
|
//
|
|
// GNU GPL v2
|
|
// nop.head@gmail.com
|
|
// hydraraptor.blogspot.com
|
|
//
|
|
// The Z axis assembly view
|
|
//
|
|
// view 1105 965 -43.95 51.01 143.73 73.20 0.00 39.70 1600
|
|
//
|
|
use <../scad/main.scad>
|
|
|
|
z_axis_assembly();
|
|
bed_fan_assembly();
|
|
frame_assembly();
|