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

@ -71,13 +71,16 @@ module dogear(flopness){
}
else{
if(flopness == "vvflop"){
a2 = 45;
a3 = 45;
a1 = 40;
a2 = 40;
a3 = 40;
dogearAllOptions(a1, a2, a3, a4);
}
else{
if(flopness == "vflop"){
a3 = 45;
a1 = 35;
a2 = 35;
a3 = 35;
dogearAllOptions(a1, a2, a3, a4);
}
else{