1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-08-31 08:45:34 +02:00

Added Silicone tape to model and hence BOM.

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.
This commit is contained in:
Chris Palmer
2013-10-01 20:06:08 +01:00
parent a6b6ad3520
commit ee465a7d0b
66 changed files with 138 additions and 43 deletions

View File

@@ -330,7 +330,7 @@ module x_end_bracket(motor_end, integral_support = false){
if(integral_support)
translate([-z_bar_offset(), 0, nut_shelf])
cylinder(r = Z_nut_radius + 1, h = layer_height);
cylinder(r = Z_nut_radius + 1, h = 2 * layer_height, center = true);
}
translate([-z_bar_offset(), 0, -thickness / 2 - 1])