mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 21:08:16 +01:00
1fab28d832
JHead now attached by three screws and washers. New extruder breakout PCB. Lots of instruction manual improvements from user feedback.
15 lines
298 B
OpenSCAD
15 lines
298 B
OpenSCAD
//
|
|
// Mendel90
|
|
//
|
|
// GNU GPL v2
|
|
// nop.head@gmail.com
|
|
// hydraraptor.blogspot.com
|
|
//
|
|
// Wade's assembly view
|
|
//
|
|
use <../scad/wade.scad>
|
|
include <../scad/conf/config.scad>
|
|
|
|
view([ 61.89, 7.66, 0.30 ], [ 13.70, 25.90, 348.60 ], 555.56)
|
|
wades_assembly(show_connector = !exploded, show_drive = false);
|