mirror of
https://github.com/nophead/Mendel90.git
synced 2025-01-17 21:08:16 +01:00
ee465a7d0b
Updated PLA sample size to 50m. Fixed start.gcode missing from SF settings due to gitignore. Updated the manual. Assembly views moved to view folder and now all auto generated.
19 lines
299 B
OpenSCAD
19 lines
299 B
OpenSCAD
//
|
|
// Mendel90
|
|
//
|
|
// GNU GPL v2
|
|
// nop.head@gmail.com
|
|
// hydraraptor.blogspot.com
|
|
//
|
|
// Hotend assembly view
|
|
//
|
|
// assembly 872 881 14.22 -15.83 -29.08 56.40 0.00 25.00 762.08
|
|
//
|
|
use <../scad/vitamins/jhead_hot_end.scad>
|
|
|
|
include <../scad/conf/config.scad>
|
|
|
|
jhead_hot_end(JHeadMk5);
|
|
|
|
$exploded = 1;
|