Commit Graph

  • bb3b8525d4 switch to intersection instead of difference for dishing. faster and better. uses a clipping envelope around the key Robert Sheldon 2018-06-30 22:37:24 -0400
  • be15a0d988 small detour. break out stem support into its own folder as there are two types now. also add box_cherry option for box cherry stems Bob - Home - Windows 2018-06-30 20:14:49 -0400
  • a870aa041c odds and ends Robert Sheldon 2018-06-28 02:08:20 -0400
  • baa58785d8 make most 'shape selectors' fail gracefully. switch to using 'disabled' instead of false due to customizer limitations when something is disabled. continue reconfiguring settings, breaking out the important ones and moving them higher. make some default settings for customizer that may or may not actually belong in the settings (because they conflict with other settings) Robert Sheldon 2018-06-28 01:27:22 -0400
  • ff77b6492c add customizer_base. move settings variables to make more sense, in customizer and outside of it. switch (back?) to using rounded_cherry instead of cherry_rounded Robert Sheldon 2018-06-27 01:12:43 -0400
  • 16b7ec4a25 switch to generating the customizer file via a script Robert Sheldon 2018-06-25 23:14:35 -0400
  • 410f25c88e break out stabilizers from stems Robert Sheldon 2018-06-25 00:41:02 -0400
  • 3c59a15160 fix slop Robert Sheldon 2018-06-24 20:26:19 -0400
  • e6b8943cfb mergin on up Robert Sheldon 2018-06-24 17:29:09 -0400
  • 50ad7c73ed promote sculpted, rounded squares into their own shape Robert Sheldon 2018-06-24 17:13:51 -0400
  • aa3fed7755 Merge branch 'lenbok-more-sa-curves' of git://github.com/Lenbok/openSCAD-projects into Lenbok-lenbok-more-sa-curves Robert Sheldon 2018-06-04 21:16:35 -0400
  • 67a830c489 convert all tabs to spaces Robert Sheldon 2018-06-04 21:13:09 -0400
  • bc70ca109b whoops forgot these Robert Sheldon 2018-06-03 20:17:22 -0400
  • 2adc646911 multi legend tweaks. also begin moving homing bump into its own directory Robert Sheldon 2018-06-03 20:12:51 -0400
  • 969b8205cc Merge pull request #22 from MylesMetzler/master Bob 2018-06-03 18:28:36 -0400
  • f37f6340ce Merge pull request #25 from Lenbok/lenbok-stem-chamfer Bob 2018-06-03 18:15:57 -0400
  • 23f888522c few quick updates to the gulp file Robert Sheldon 2018-06-03 16:19:33 -0400
  • 5247b4bcdd add gulp files and an explanation of build process options Robert Sheldon 2018-06-03 16:14:17 -0400
  • 4f56815cc6 small changes to mold Bob - Home - Windows 2018-06-03 13:29:51 -0400
  • 4d6518135c Add small chamfer at base of stem. Lenbok 2018-05-19 21:55:45 +1200
  • aaf8bf10aa More parameterization of sculpting Lenbok 2018-05-18 23:40:56 +1200
  • 9cdc930eb3 Allow more subtle side sculpting of SA/DSA to make the tops less square. Lenbok 2018-05-06 03:56:27 +1200
  • 93ed0aa63e update dsa sculpted profiles, add more groupings for printing redox keys Myles Metzler 2018-03-11 21:31:07 -0400
  • b48fb2465e create redox generator file, add bump() function Myles Metzler 2018-02-25 22:26:27 -0500
  • ad86c1a7a9 Move legend from key function to legend function. Myles Metzler 2018-02-25 00:21:42 -0500
  • d7311d2dac Fixed brimmed(); brim_height was not specified it is now globally declared in settings.scad Myles Metzler 2018-02-24 22:02:46 -0500
  • 32b6451a7f fix filled stem now that we are dishing stems instead of intersecting them with the shape Bob - Home - Windows 2018-02-17 20:35:18 -0500
  • e404a8f7c6 update key_mold to make it better! Bob - Home - Windows 2018-02-17 20:34:56 -0500
  • b5b447cfac actually fix tilt bug lol Bob - Home - Windows 2018-02-17 14:41:18 -0500
  • 141ac7c828 add slop factor to size of cutouts in cherry stem Bob - Home - Windows 2018-02-17 13:50:07 -0500
  • dd6574137f mergin on up Bob - Home - Windows 2018-02-12 21:40:48 -0500
  • 911543bea4 add newly generated base models Bob - Home - Windows 2018-02-12 21:36:36 -0500
  • 48883bd8b1 add customizer script, fix height bug Bob - Home - Windows 2018-02-06 01:26:19 -0500
  • aa795c4958 make this library a lot more modular Bob - Home - Windows 2018-02-04 15:43:17 -0500
  • 2368961370 a whole bunch of work Bob - Home - Windows 2018-02-04 14:33:12 -0500
  • a537407cca make shapes much more powerful by passing them a progress prop and starting width / height with width / height end delta Bob - Home - Windows 2018-01-30 12:01:38 -0500
  • f081e8b4cd semicolon Bob 2017-12-29 00:55:40 -0500
  • ae43aaa05f add image references in README Bob 2017-12-29 00:53:01 -0500
  • a714484130 add pictures Bob - Home - Windows 2017-12-29 00:45:31 -0500
  • b4301c097f add more info to readme, like examples. hopefully including pictures via github directly Bob - Home - Windows 2017-12-29 00:41:31 -0500
  • b976c9474f more to README Bob - Home - Windows 2017-12-20 00:53:06 -0500
  • 6d2bb24ccb add a massive chunk of stuff because you forgot to keep doing atomic commits Bob - Home - Windows 2017-12-20 00:47:03 -0500
  • f252ec2c30 try to get some numbers closer for the iso enter Bob - Home - Windows 2017-12-10 15:53:44 -0500
  • ded7af69da add dish overdraw to solve incorrect dishing on ISO Enter key due to repositioning the shape to always be centered Bob - Home - Windows 2017-12-05 20:48:11 -0500
  • 736f3a6d70 pushing up to continue work elsewhere. actually abstracting ISO shape Bob - Home - Windows 2017-11-18 16:44:35 -0500
  • 65d6656056 adding supports, switching util to shape, and trying to abstract ISO enter shape Bob - Home - Windows 2017-11-12 13:01:17 -0500
  • 035c4c52cf whoops, thickness is way off Bob - Home - Windows 2017-11-11 17:47:24 -0500
  • 5f60c1889b some ISO enter updates Bob - Home - Windows 2017-11-11 17:32:27 -0500
  • dcc13b7d35 switch rounded_shape to use half minkowski sum for height and promote connector slop to full special variable Bob - Home - Windows 2017-11-05 17:56:05 -0500
  • e23dae799b merging on up Bob - Home - Windows 2017-10-24 23:30:18 -0400
  • f4b5d5c2cc Merge branch 'master' of https://github.com/rsheldiii/openSCAD-projects Bob - Home - Windows 2017-10-24 23:24:54 -0400
  • 606f5a4af5 cant pass through special variables in scad stable Bob - Home - Windows 2017-10-24 23:24:18 -0400
  • 771e4f8c0e rounded cherry keystem and tweaked numbers. also nice color scheme Bob - Home - Windows 2017-10-24 22:56:35 -0400
  • 83f5d0cd80 remove confusing zip file Robert Sheldon 2017-10-24 12:57:42 -0400
  • 16f97911ae finalize keysets.scad (just 60%, the other profiles will take too much work for negligent gain since who prints an 86 key keyset out in one go) and add top_of_key to allow for children of key() to be rendered smack in the middle of the keytop Bob - Home - Windows 2017-10-17 00:50:48 -0400
  • d9747e76b5 add inset() function to allow for stem inset specification Robert Sheldon 2017-09-28 12:39:11 -0400
  • 09ce679f05 stem updates; flared top of stem for better support, investigating connecting stem halves Bob - Home - Windows 2017-09-27 00:16:08 -0400
  • ef72259005 try unincluding gulp-generated stls Bob - Home - Windows 2017-09-25 00:53:49 -0400
  • 94fc22738e remove test STLs Bob - Home - Windows 2017-09-25 00:48:30 -0400
  • 005a520a82 actually merge though Bob - Home - Windows 2017-09-25 00:47:26 -0400
  • 1d2187223c Merge branch 'sa-rounding' of https://github.com/rsheldiii/openSCAD-projects into sa-rounding Bob - Home - Windows 2017-09-25 00:07:48 -0400
  • 72173cffc8 cleanup, fix inverted dishes with sculpted sides, add oem key profile Bob - Home - Windows 2017-09-25 00:04:34 -0400
  • 7e9e2f0e1e move brim to stems.scad so cherry keys can cut out their cross. makes it way easier to print Bob - Home - Windows 2017-08-19 12:06:13 -0400
  • a6db17d78b prelim work on polyhedron generated dishes. its uh... its gonna be a challenge Robert Sheldon 2017-08-17 09:57:49 -0400
  • 397c57ca97 small tweaks Bob - Home - Windows 2017-08-17 02:09:17 -0400
  • d1e0208407 prelim keysets creation Robert Sheldon 2017-08-16 15:49:01 -0400
  • b879c854ed got SA sculpting into variable, futzing with keysets sort of Bob - Home - Windows 2017-08-16 01:59:19 -0400
  • 5edb404697 lol ISO enter on the SA branch #madlads Robert Sheldon 2017-08-15 23:56:27 -0400
  • f0d1220c63 looks great, but now other profiles rounding is off. need to add option for progressive side rounding Bob - Home - Windows 2017-08-15 01:59:12 -0400
  • 0333f1718d SA rounding experimentation with segmented height and better dishes Bob - Home - Windows 2017-08-14 22:48:01 -0400
  • f9d9197a84 add utility functions for rounded keycaps and flesh out some comments Robert Sheldon 2017-08-13 12:15:42 -0400
  • 43e20beaaa should really have a changelog huh Bob - Home - Windows 2017-08-13 03:04:53 -0400
  • 44da611cdd key V2 with modular design and nestable attributes Bob - Home - Windows 2017-08-12 01:10:48 -0400
  • 1b16b9a916 Better G20 key Bob - Home - Windows 2016-09-04 03:22:48 -0400
  • 4bb5913107 buncha stuff Bob - Home - Windows 2016-09-04 02:35:44 -0400
  • c1c166d9dc refactor. add stem offset Bob - Home - Windows 2016-04-23 21:26:29 -0400
  • 87c626d318 get rid of copy Bob - Home - Windows 2016-02-27 23:19:09 -0500
  • c5b1ef0884 stem inset, fixed SA Bob - Home - Windows 2016-02-27 23:16:51 -0500
  • 7dc6020a5c rudimentary Alps compatibility Bob - Home - Windows 2015-07-28 01:42:05 -0400
  • d88c1c3a82 reorganizing and adding plate script Bob - Home - Windows 2015-04-14 00:50:30 -0400