
Power button for Asus Zenfone 6
thingiverse
My daughter's Asus Zenfone 6 power button broke and felt and she was not able to find it. I found replacement for USD10 but shipping fees and shipping time for my country does not help, so I drew this one. It takes less than 2 minutes to print in PLA, it is tiny so need to take care to remove from printing bed. The size also induced some distortion. I had to trim it a bit using heat and a tweezer but worked perfectly. Of course will not lock in place, but will hold in position under the rubber phone case. Source code in OpenSCAD is simple as that if you need to customize: ------------------------------------- margin = 0.3; button_l = 10.6 -2*margin; button_w = 2.2 -2*margin; button_d = 1.8 -0*margin; pin_l = 1.8 -2*margin; pin_w = 1.5 -2*margin; pin_d = 3.7-button_d-0*margin; translate ([ (button_l/2 - button_w/4), 0,0]) cylinder (r=button_w/2, h=button_d, $fn=360); translate ([ 0,0,button_d/2]) cube (size=[button_l-button_w/2, button_w, button_d], center=true); translate ([-(button_l/2 - button_w/4), 0,0])cylinder (r=button_w/2, h=button_d, $fn=360); translate ([ (pin_l/2 - pin_w/4), 0,-pin_d]) cylinder (r=pin_w/2, h=pin_d, $fn=360); translate ([ 0,0,-pin_d/2]) cube (size=[pin_l-pin_w/2, pin_w, pin_d], center=true); translate ([-(pin_l/2 - pin_w/4), 0,,-pin_d])cylinder (r=pin_w/2, h=pin_d, $fn=360);
With this file you will be able to print Power button for Asus Zenfone 6 with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on Power button for Asus Zenfone 6.