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.
18 lines
322 B
OpenSCAD
18 lines
322 B
OpenSCAD
//
|
|
// Mendel90
|
|
//
|
|
// GNU GPL v2
|
|
// nop.head@gmail.com
|
|
// hydraraptor.blogspot.com
|
|
//
|
|
// The Y carriage assembly view
|
|
//
|
|
// view 1057 846 -28.79 -4.25 11.88 57.10 0.00 14.50 800
|
|
//
|
|
use <../scad/main.scad>
|
|
|
|
y_axis_assembly(show_bed = false, show_heatshield = false);
|
|
z_axis_assembly();
|
|
bed_fan_assembly();
|
|
frame_assembly();
|