Case Adaption for Longer Antennas, Reduced Programming Speed

This commit is contained in:
seiichiro 2019-10-03 20:01:12 +02:00
parent e99de358cd
commit 946159c488
3 changed files with 43519 additions and 43518 deletions

View file

@ -7,7 +7,7 @@ translate([5,43.5,50])rotate(a=[270,0,270]) union() {
translate([1,1,0]) sphere(2);
}
translate([1,1,6]) cube(size=[36,47,16]);
translate([1,21.5,1]) cube(size=[36,25.5,16]);
translate([1,11.5,1]) cube(size=[36,35.5,16]);
for(y=[20:+3:40]) {
translate([9.5,y,-5]) rotate(a=[-45,0,0]) cube(size=[9,0.9,10]);
translate([20,y,-5]) rotate(a=[-45,0,0]) cube(size=[9,0.9,10]);
@ -21,7 +21,7 @@ translate([14.5,0.1,13.7]) rotate(a=[45,0,0]) cube(size=[9,1,1]);
translate([25,0,0]) difference() {
union() {
translate([0,0,0]) cube(size=[37,49.5,0.8]);
translate([0.2,0,0]) cube(size=[36.6,49.5,0.8]);
translate([0.6,0,0.8]) cube(size=[35.8,49,1.2]);
}
translate([13.5,0.9,-0.8]) rotate(a=[45,0,0]) cube(size=[10,1.1,1.1]);

File diff suppressed because it is too large Load diff

View file

@ -6,7 +6,8 @@ framework = arduino
upload_protocol = stk500v2
upload_flags =
-P/dev/ttyACM0
-b$UPLOAD_SPEED
-b$UPLOAD_SPEED
-B1000
upload_speed = 19200
monitor_speed = 9600
board_build.f_cpu = 1000000L
board_build.f_cpu = 1000000L