Commit Graph

177 Commits

Author SHA1 Message Date
IhatemyISP 86fab3b4a2
Merge branch 'master' into dual_legend 2020-02-26 21:01:02 -05:00
IhatemyISP aebd17e60a
Deconflicting PR 2020-02-26 20:56:25 -05:00
Bob e87bd2ad49 fix blank() and filled()
not sure where but `depth_difference` for  `shape()` is being left out. defaulting to 0 (which should be fine for a delta variable anyways) fixes the issue
2020-02-25 12:04:05 -05:00
Bob 19326150ad quick fix for multimaterial 2020-02-22 21:28:11 -05:00
Bob 2c69695958 Add examples and sa_ergo 2020-02-22 21:11:33 -05:00
IhatemyISP f5429b330a
Support for dual legends
Adds support for adding front and top legends
2020-02-16 02:23:24 -05:00
IhatemyISP 3f5ca9aa42
Merge branch 'master' into dactyl_manuform_4x6 2020-02-15 16:14:58 -05:00
IhatemyISP 7ea4b8fe8a
Dactyl Manuform 4x6 w/ Legends
Adding layout for legends on Dactyl Manuform 4x6
2020-02-15 15:17:43 -05:00
Ian 48378d5759
Dactyl Manuform 4x6
Initial commit of Dactyl Manuform 4x6 layout
2020-02-15 01:02:23 -05:00
Bob ce2e5855fe quick updates
oem support for full sculpting and planck default full sculpt profile support
2020-02-14 23:20:30 -05:00
Bob f9b1c079d1 Update default.scad 2020-01-31 00:34:37 -05:00
Bob 9df8fec295 add stem_inner_slop warning
I'm at a bit of a crossroads as without the elephant's foot brought about by printing the keycaps right side up, with no stem inset, I can print these stems with no inner slop and they fit _fantastic_. But we've had slop in the stem for printing right-side-up since inception, so switching  now is probably not a good idea. this warning might be good enough
2020-01-31 00:34:22 -05:00
Bob 5ea14af9e9 no double sculpting by default
probably pretty frustrating if you're not into that
2020-01-12 19:20:21 -05:00
Bob e475ee7b6e layouts (mostly) accept children 2020-01-12 19:20:05 -05:00
Bob 9a7740cdfb double_sculpting=false turns off extra height 2020-01-12 19:19:30 -05:00
Bob 48377ee749 Update settings.scad 2020-01-11 23:34:29 -05:00
Bob f6762031db front placement
now you can put labels on the front of keycaps!
2020-01-11 23:32:14 -05:00
Bob 425ae8af34 Layout allows children
now you can do stuff like:

```
gherkin_bump_layout("g20") {
  upside_down() key();
};
```

and it'll work! you still have to specify the profile in the layout itself because row and column are not special variables... hm
2020-01-11 23:31:01 -05:00
Bob cb7a301052 fix upside_down
rotate 180 degrees so the labels are correct
2020-01-11 23:29:40 -05:00
Bob c06b548201 no stem support 2020-01-11 23:02:43 -05:00
Bob 925c6c4819 fix dsa full sculpt 2020-01-11 23:00:54 -05:00
Bob c11e8a653d flat dish
not super useful tbh, but I was testing linear extruded keycaps and I needed them to be cut off correctly
2020-01-11 22:59:30 -05:00
Bob 70df63e145 upside_down()
also g20 fixes
2020-01-10 03:07:35 -05:00
Bob 60c71c4c86 Fix tines poking out 2020-01-10 01:42:17 -05:00
Bob d5a1d17adb add $inset_legend_depth 2020-01-10 01:38:31 -05:00
Bob 2c89a884da break out stem_inner_slop 2020-01-10 01:24:17 -05:00
Bob f0a7b27e8c Better full sculpting, preliminary skin extrusion, better supports 2020-01-01 18:36:23 -05:00
Bob 6429f168e1 Layout updates
rediscovered my old keysets file, adapted the functionality to make a flexible base layout tool.

also tweaked double sculpting to generically sculpt to both hands. it works, but it still needs more refinement, and the best layouts are going to be hand-generated anyways
2019-12-16 16:45:03 -05:00
Bob 2ddd7acc8c make double_sculpted default false 2019-12-16 17:38:28 -05:00
Bob 7a8302fe55 Add double-sculpting 2019-12-16 00:40:43 -05:00
Bob cbfba43077 artisan() needs depth
also translate([x,y,x]) where _any_ argument is undef silently translates nowhere
2019-10-12 23:56:37 -04:00
Bob 60d92f62a8 Merge branch 'master' of https://github.com/rsheldiii/KeyV2 2019-10-12 18:46:42 -04:00
Bob e05fc69e35 reinstitute stabilizer logic
need to check the blame on this
2019-10-12 18:46:31 -04:00
Bob 9ce5f032c6 fix incorrect cherry cross 2019-10-12 18:29:17 -04:00
Robert Sheldon 1fe1a23f29 small fixes
SMALLEST_POSSIBLE fixes originating from talks in the openSCAD repo about float rounding issues w/r/t STL. couple more I don't remember 😕
2019-09-06 22:12:49 -04:00
Robert 655905d38e add unsupported_stem helper 2018-09-07 11:39:46 -04:00
Robert dbafef9373 make centered_tines support stabs 2018-09-05 14:34:52 -04:00
Bob - Home - Windows 98c8641480 rename, delete echos, extrapolate comments, reticulate splines etc 2018-09-05 03:47:49 -04:00
Bob - Home - Windows 81a7bf6ba6 add cherry stabilizers and a few supporting tweaks 2018-09-05 03:33:42 -04:00
Robert Sheldon 1149cade39 various small fixes while preparing for release 2018-07-26 01:48:20 -04:00
Robert Sheldon 0faeeb660b switch to all profiles using 3 as default 2018-07-05 00:45:52 -04:00
Robert Sheldon dc9b2a5aa6 remove models directory and switch to generating them via script 2018-07-04 21:12:07 -04:00
Robert Sheldon c8b4011fac move settings around cuz I have to 2018-06-30 22:46:09 -04:00
Robert Sheldon 5e5ebcc514 capitalize settings sentences 2018-06-30 22:38:47 -04:00
Robert Sheldon bb3b8525d4 switch to intersection instead of difference for dishing. faster and better. uses a clipping envelope around the key 2018-06-30 22:37:24 -04:00
Bob - Home - Windows 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 2018-06-30 20:14:49 -04:00
Robert Sheldon a870aa041c odds and ends 2018-06-28 02:08:20 -04:00
Robert Sheldon 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) 2018-06-28 01:27:22 -04:00
Robert Sheldon 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 2018-06-27 01:12:43 -04:00
Robert Sheldon 16b7ec4a25 switch to generating the customizer file via a script 2018-06-25 23:14:35 -04:00
Robert Sheldon 410f25c88e break out stabilizers from stems 2018-06-25 00:41:02 -04:00
Robert Sheldon 3c59a15160 fix slop 2018-06-24 20:26:19 -04:00
Robert Sheldon e6b8943cfb mergin on up 2018-06-24 17:29:09 -04:00
Robert Sheldon 50ad7c73ed promote sculpted, rounded squares into their own shape 2018-06-24 17:13:51 -04:00
Robert Sheldon aa3fed7755 Merge branch 'lenbok-more-sa-curves' of git://github.com/Lenbok/openSCAD-projects into Lenbok-lenbok-more-sa-curves 2018-06-04 21:16:35 -04:00
Robert Sheldon 67a830c489 convert all tabs to spaces 2018-06-04 21:13:09 -04:00
Robert Sheldon bc70ca109b whoops forgot these 2018-06-03 20:17:22 -04:00
Robert Sheldon 2adc646911 multi legend tweaks. also begin moving homing bump into its own directory 2018-06-03 20:12:51 -04:00
Bob 969b8205cc Merge pull request #22 from MylesMetzler/master
Fixed brimmed(), minor enhancements
2018-06-03 18:28:36 -04:00
Lenbok 4d6518135c Add small chamfer at base of stem. 2018-05-19 22:02:08 +12:00
Lenbok aaf8bf10aa More parameterization of sculpting 2018-05-18 23:40:56 +12:00
Lenbok 9cdc930eb3 Allow more subtle side sculpting of SA/DSA to make the tops less square.
To enable this, you need to set

$enable_more_side_sculpting = true

(as well as ensuring that the existing enable_side_sculpting is set).

There is also an additional method for doing the extra sculpting that
can be enabled via:

  $enable_more_side_sculpting = "slow"

This was actually my first attempt which looks nice at 1u but doesn't
scale nicely to wider/taller keys.
2018-05-06 20:48:15 +12:00
Myles Metzler 93ed0aa63e update dsa sculpted profiles, add more groupings for printing redox keys 2018-03-11 21:31:07 -04:00
Myles Metzler b48fb2465e create redox generator file, add bump() function 2018-02-25 22:26:27 -05:00
Myles Metzler ad86c1a7a9 Move legend from key function to legend function.
legend function may be called repeatedly, with posititioning and sizing parameters to place multiple legends on a key.
2018-02-25 00:21:42 -05:00
Myles Metzler d7311d2dac Fixed brimmed(); brim_height was not specified it is now globally declared in settings.scad
Added height to brimmed() which allows easily configuring the height of the brim.
2018-02-24 22:02:46 -05:00
Bob - Home - Windows 32b6451a7f fix filled stem now that we are dishing stems instead of intersecting them with the shape 2018-02-17 20:35:18 -05:00
Bob - Home - Windows b5b447cfac actually fix tilt bug lol 2018-02-17 14:41:18 -05:00
Bob - Home - Windows 141ac7c828 add slop factor to size of cutouts in cherry stem 2018-02-17 13:50:07 -05:00
Bob - Home - Windows dd6574137f mergin on up 2018-02-12 21:40:48 -05:00
Bob - Home - Windows 911543bea4 add newly generated base models 2018-02-12 21:36:36 -05:00
Bob - Home - Windows 48883bd8b1 add customizer script, fix height bug 2018-02-06 01:26:19 -05:00
Bob - Home - Windows aa795c4958 make this library a lot more modular 2018-02-04 15:43:17 -05:00
Bob - Home - Windows 2368961370 a whole bunch of work 2018-02-04 14:33:12 -05:00
Bob - Home - Windows a537407cca make shapes much more powerful by passing them a progress prop and starting width / height with width / height end delta 2018-01-30 12:01:38 -05:00
Bob - Home - Windows b4301c097f add more info to readme, like examples. hopefully including pictures via github directly 2017-12-29 00:41:31 -05:00
Bob - Home - Windows 6d2bb24ccb add a massive chunk of stuff because you forgot to keep doing atomic commits 2017-12-20 00:47:03 -05:00