1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-03-14 15:50:04 +01:00

Changed wades hot end size to 16mm standard. It was set to 12, whoops.

This commit is contained in:
Chris Palmer 2012-03-14 23:11:50 +00:00
parent 7560ed542f
commit 3e16e05231
3 changed files with 7451 additions and 7059 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ function insulator_depth(type) = type[1];
function insulator_screw_pitch(type) = type[2];
function insulator_clamped(type) = type[3];
hot_end = Mendel90_12mm;
hot_end = Stoffle15_16mm;
clamp_width = 2 * (insulator_screw_pitch(hot_end) + screw_clearance_radius(M3_cap_screw) + min_wall);

File diff suppressed because it is too large Load Diff