mirror of
https://github.com/nophead/Mendel90.git
synced 2025-08-21 04:21:23 +02:00
Changed wades hot end size to 16mm standard. It was set to 12, whoops.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -19,7 +19,7 @@ function insulator_depth(type) = type[1];
|
|||||||
function insulator_screw_pitch(type) = type[2];
|
function insulator_screw_pitch(type) = type[2];
|
||||||
function insulator_clamped(type) = type[3];
|
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);
|
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
Reference in New Issue
Block a user