Improved USB ramp

This commit is contained in:
William Toohey
2016-07-14 00:25:28 +10:00
parent f4b5aea66f
commit 463f4ad194

View File

@@ -209,8 +209,10 @@ module usb_clip() {
rotate([0,-90,0])
linear_extrude(usb_width/2, center = true)
polygon(points=[[board_clearance_bottom+usb_relative_z,0],
[0, helper_length],
[0, helper_length - helper_strength*2],
[board_clearance_bottom+usb_relative_z,fudge],
[0, helper_length+fudge],
[0, helper_length+fudge - helper_strength*2],
[board_clearance_bottom+usb_relative_z - helper_strength,fudge],
[board_clearance_bottom+usb_relative_z - helper_strength, 0]]);
}