adjusted various details:

- changed floppiness implementation
- changed default flopiness
- made heaband rounder
- added hingetest
This commit is contained in:
tessaK9 2026-03-09 17:33:11 +01:00
commit df9afbe2b3
4 changed files with 20 additions and 5 deletions

View file

@ -5,7 +5,7 @@ RAKE_CHAMFER=0.5;
module partial_ring(part, radius, thickness, height) {
rotate(180-180*part, [0, 0, 1])
rotate_extrude(angle=360*part)
rotate_extrude(angle=360*part, $fn = 128)
translate([radius, 0]){
polygon(points = [[thickness/2,height/2-0.5],
[thickness/2-0.5,height/2],