
POS 4u keycaps
thingiverse
This is essentially the same as: https://www.thingiverse.com/thing:3393751 But instead of being two keys long, it's four keys long. This will likely bind up in real-world usage, but I made it because someone asked for it. I used this library to create these keycaps: https://github.com/rsheldiii/KeyV2 My keys.scad file looks like this: use <src/key.scad> include <src/settings.scad> include <src/key_sizes.scad> include <src/key_profiles.scad> include <src/key_types.scad> include <src/key_transformations.scad> include <src/key_helpers.scad> module stable (mm=12, vertical = false, type="cherry") { //$inverted_dish = true; $dish_type = "disabled"; $stabilizer_type = type; $stabilizers = [ [mm+19.05, 0], [mm, 0], [-mm, 0], [-mm-19.05, 0] ]; children(); } $stem_support_type = "disabled"; //dcs_row(n=1) 4u() stable(mm=9.525) cherry() blank() bar_support() key(); //oem_row(n=3) 4u() stable(mm=9.525, type="cherry") inset(val=0) cherry() blank() bar_support() key(); //oem_row(n=3) 4u() stable(mm=9.525, type="cherry") inset(val=0) tined_stem_support() cherry() blank() bar_support() key(); dsi_row(n=3) 4u() stable(mm=9.525, type="cherry") inset(val=0) cherry() blank() bar_support() key();
With this file you will be able to print POS 4u keycaps 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 POS 4u keycaps.