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:
@@ -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])
|
||||
|
Reference in New Issue
Block a user