Commit graph

  • 265ce0600c
    make the teardrop fn customizable master Kaan Barmore-Genç 2023-12-30 10:57:38 -0600
  • bd0a7ba3f0
    Merge pull request #95 from whi-tw/fix_profiles Chow Loong Jin 2021-10-25 17:49:37 +0800
  • 2e11114708 Fix issues in profiles.scad Tom Whitwell 2021-10-23 23:50:47 +0100
  • 9d88138aed
    Merge pull request #91 from skeptonomicon/master Chow Loong Jin 2021-07-24 12:41:01 +0800
  • 6f0ca2a57e enabled circles and spokes on same gear, added option for entered hub and centered gear body, fixed additional test cases, improved test_gears to check more features skeptonomicon 2021-07-20 22:48:37 -0400
  • 28fbdac168 fixed rack, fixed test_gears, and added spoked gears skeptonomicon 2021-07-19 08:48:24 -0400
  • 4b4caeb5da
    Merge pull request #88 from sm108x/fix-list-issues Hans Loeblich 2021-06-13 15:24:15 -0500
  • 7a9942cf85
    Merge pull request #89 from kshepherd2013/add-extra-bearings Chow Loong Jin 2021-06-05 22:32:32 +0800
  • c32a63c914 Added extra bearing definitions kshepherd2013 2021-06-05 13:07:57 +0100
  • b88fc567ba Fix issues with len() giving errors Steve Martina 2021-06-04 15:15:07 +0200
  • bd761409f7
    Merge pull request #86 from dimo414/master Chow Loong Jin 2021-05-16 15:19:08 +0800
  • f957022442 Swap deprecated assign() calls for let(); https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Conditional_and_Iterator_Functions#Assign_Statement Michael Diamond 2021-05-15 12:00:11 -0700
  • a700b7e8cb
    Merge pull request #85 from allaboutmikey/allaboutmikey-patch-1 Chow Loong Jin 2021-04-23 13:39:48 +0800
  • 049ed8b577
    Update bearing.scad to add centering. allaboutmikey 2021-04-22 17:13:56 +1000
  • 1ea402208c Clean up 2Dshapes whitespace and typos Dyana Wu 2020-10-09 12:56:06 +0800
  • 3557ecb1ac Merge PR #35 Dyana Wu 2020-10-09 12:53:00 +0800
  • 9156d95f48 Merge PR #29 from gizmoplex/master into master Dyana Wu 2020-10-09 12:51:27 +0800
  • b29ff393e9 Merge PR #18 from 'AlbanetcSr/master' into master Dyana Wu 2020-10-09 11:49:06 +0800
  • 07f4e22a25 Merge PR #66 from 'thehans/master' into master Dyana Wu 2020-10-09 11:47:43 +0800
  • 59d97520c7 Merge PR #74 from 'olivier-boesch/master' into master Dyana Wu 2020-10-09 11:46:01 +0800
  • 117a3e79bd
    Added TowerPro SG90 Servo Olivier Boesch 2020-09-09 21:43:30 +0200
  • 830ce58e41 Merge pull request #70 from lordofhyphens/polyhole-centering Chow Loong Jin 2020-03-29 23:23:34 +0800
  • 9fd97fa52d Merge pull request #72 from rodrigorc/master Chow Loong Jin 2020-03-29 23:14:38 +0800
  • 8b0a49d467
    Merge pull request #73 from crteensy/master Chow Loong Jin 2020-03-29 23:10:24 +0800
  • e2fa115889
    Merge pull request #71 from Illusion65/cleanup Chow Loong Jin 2020-03-29 23:09:26 +0800
  • bfa9799a17 Update Cubic_Array() to remove 'center' from children(), remove extra indent tabs, and shorten for loop. Doug Hawkins 2020-03-28 23:13:00 -0600
  • 44667c59fd add bearing model 6808 crteensy 2020-03-28 20:36:57 +0100
  • 488b1ee54e Simplify Cubic_Array() in array.scad by parameterizing 'center'. Doug Hawkins 2020-03-26 14:04:49 -0600
  • ea5f62b3f5
    Update array.scad to use children() instead of children([0-$children-1]) Doug 2020-03-26 13:15:33 -0600
  • 210fb5cbbd
    Update array.scad Doug 2020-03-26 13:09:50 -0600
  • f6f4fd5d8d Add rack() module to involute_gears. Rodrigo Rivas Costa 2020-03-26 11:47:29 +0100
  • 9ee6a3897f Changed internal references for reg_polygon() to regular_polygon() & confirmed no other refs in MCAD files. Doug Hawkins 2020-03-25 21:58:38 -0600
  • ca485087cd Fix deprecated assign() and refactor test_polyholes() module. Doug Hawkins 2020-03-25 21:45:31 -0600
  • 60aa3794d2 Fixed module typo: linear_exturde_flat_option() Doug Hawkins 2020-03-25 14:33:11 -0600
  • 87cf713d25 Cleaned up and documented modules, so they all work as I think they should. Also made modules work on all childen, rather than only the first. Check spin() particulary, as I changed it the most. Doug Hawkins 2020-03-25 14:27:48 -0600
  • 87d5815003 Update libraries to fix deprecated child() & assign() calls. Doug Hawkins 2020-03-25 14:07:35 -0600
  • ad7fbd6809 Updated to remove deprecated child() in array.scad; readability; fixed error in test code: no $center parm for sphere(). Doug Hawkins 2020-03-25 13:58:06 -0600
  • 2bd10b4206 Updated to remove deprecated child() & assign(). Did not fully test module fromTo (didn't take time to fully understand), but no load/run errors. Doug Hawkins 2020-03-25 13:55:09 -0600
  • df6741eae6 Updated to remove deprecated child(). Also altered local_scale() in transformations.scad to operate on all children. Doug Hawkins 2020-03-25 12:52:09 -0600
  • 71837805b3 Fixed deprecated child() reference. Also altered helix() in screw.scad to use all children, not just the first child. Doug Hawkins 2020-03-25 12:36:24 -0600
  • bf2d04c279 Preserve original argument ordering Joseph Lenox 2020-01-04 21:48:38 -0600
  • f70e19e206 Also accept radius or diameter for our polyholes. Joseph Lenox 2020-01-04 21:46:08 -0600
  • 4d67b1a725 Support center attribute so that polyhole behaves a bit more like cylinder() Joseph Lenox 2020-01-04 21:37:38 -0600
  • e08302349e More efficient and flexible implementation for roundedBox/roundedCube. Hans Loeblich 2019-11-10 18:37:57 -0600
  • b21ef47a55
    Merge pull request #62 from RyanBalfanz/patch-5 Chow Loong Jin 2019-08-17 14:57:57 +0800
  • 6512d6f92b
    Use children() instead of child() Ryan Balfanz 2019-08-15 13:41:13 -0700
  • 5a773f96cb
    Merge pull request #48 from MichaelPFrey/master Chow Loong Jin 2019-07-23 23:24:27 +0800
  • 837d5c7f52 Merge remote-tracking branch 'origin/pr/11' Chow Loong Jin 2019-07-23 22:55:02 +0800
  • 41c9bc8c8c Fix up thickness of stepper motor round extrusion Chow Loong Jin 2019-07-23 22:54:02 +0800
  • b73db09ee5 Ensure that no 3d objects show up in gear(..., flat=true) Chow Loong Jin 2019-07-23 22:36:02 +0800
  • 8db030f4ca Merge remote-tracking branch 'origin/pr/10' Chow Loong Jin 2019-07-23 22:30:33 +0800
  • 7a0e555029 Merge remote-tracking branch 'origin/pr/20' Chow Loong Jin 2019-07-23 22:28:19 +0800
  • 22194aa222 Merge remote-tracking branch 'origin/pr/8' Chow Loong Jin 2019-07-23 22:14:32 +0800
  • 770fc39e45 Merge remote-tracking branch 'origin/pr/7' Chow Loong Jin 2019-07-23 22:10:29 +0800
  • 2bb9d6b63a Re-add COURSE_METRIC_BOLT_MAJOR_THREAD_DIAMETERS variable Chow Loong Jin 2019-07-23 21:57:56 +0800
  • 4a71170f4b Merge bubbapizza/master into master (#6) Chow Loong Jin 2019-07-23 21:55:29 +0800
  • 889200a79c Merge ArthurGibbs/fixShapes into master (#5) Chow Loong Jin 2019-07-23 21:41:55 +0800
  • f0ba386837
    Merge pull request #42 from rockstorm101/extend-hexagon Chow Loong Jin 2019-06-14 01:03:19 +0800
  • 2a2dcf9cb6
    Merge pull request #47 from dvanderfaeillie/patch-1 Chow Loong Jin 2019-06-14 00:57:21 +0800
  • a7be3d6236
    Merge pull request #53 from RyanBalfanz/patch-4 Chow Loong Jin 2019-04-04 15:23:51 +0800
  • 618991ad25
    Merge pull request #52 from RyanBalfanz/patch-3 Chow Loong Jin 2019-04-04 15:23:32 +0800
  • 37c55b67b5
    Fix misspelled local variable in egg() module Ryan Balfanz 2019-04-03 21:13:36 -0700
  • 70ec2ce406
    Fix typo in comment Ryan Balfanz 2019-04-03 21:12:39 -0700
  • 9200f3a583
    fixed typo in README.markdown Michael Frey 2019-01-06 11:30:12 +0100
  • 5ed966f4e3
    Fixed spelling of height dvanderfaeillie 2019-01-04 17:08:54 +0100
  • 5246f78d34
    Merge pull request #46 from MichaelPFrey/master Chow Loong Jin 2018-12-21 12:48:25 +0800
  • 1532fb1032
    circle does not have a center parameter Michael Frey 2018-12-20 22:46:06 +0100
  • 0b34bf6834 regular_shapes: Simplify hexagon modules Rock Storm 2018-10-18 18:55:32 +0100
  • 2989901425
    Merge pull request #41 from rockstorm101/deprecate-shapes Chow Loong Jin 2018-10-08 12:26:56 +0800
  • 852e53bef5 shapes: Make deprecation module name less generic Rock Storm 2018-10-07 17:40:26 +0100
  • 842f6bcb29
    Merge pull request #44 from rockstorm101/standardize Chow Loong Jin 2018-10-05 11:34:20 +0800
  • b7ee9ac16f shapes: use 'DEPRECATED' instead of 'WARNING' Rock Storm 2018-10-04 19:04:09 +0100
  • 5ae3d5d549 regular_shapes: rename reg_polygon Rock Storm 2018-10-04 18:38:50 +0100
  • cd134456c1
    Merge pull request #43 from rockstorm101/fix-reg-polygon Chow Loong Jin 2018-10-03 12:25:40 +0800
  • 2e4d6b4037 regular_shapes: Avoid the circle trick Rock Storm 2018-10-02 18:31:37 +0100
  • 23dc11bc5f regular_shapes: Extend hexagon module Rock Storm 2018-09-30 19:49:08 +0100
  • dc32fed745
    Merge pull request #40 from rockstorm101/typo-readme Chow Loong Jin 2018-10-01 01:19:17 +0800
  • e324f76e24 shapes: Add deprecation warning Rock Storm 2018-09-28 20:16:05 +0100
  • 0c927f11a0 README: Remove duplicated 'and' Rock Storm 2018-09-28 19:30:01 +0100
  • f392483a80
    Merge pull request #39 from openscad/cleanup Chow Loong Jin 2018-09-27 12:54:30 +0800
  • 53549d4063 Remove now unnecessary python wrapper to fetch git submodules. Torsten Paul 2018-09-25 20:18:18 +0200
  • 28fb5b3ae5 Removing execute permissions from OpenSCAD source. Torsten Paul 2018-09-25 20:13:44 +0200
  • 0209686202
    Merge pull request #38 from openscad/remove-external-modules Chow Loong Jin 2018-09-24 12:15:48 +0800
  • 9eae9ba98e Update test code for Python3. Torsten Paul 2018-09-23 19:03:17 +0200
  • bf61e4920f Remove submodules SolidPython and ThingDoc. Torsten Paul 2018-09-23 17:33:07 +0200
  • 681864db5d
    Merge pull request #37 from telepath/master Chow Loong Jin 2018-08-09 22:42:27 +0800
  • 34271f45f6 add m2 to nuts_and_bolts.scad Telepath 2018-08-09 14:48:39 +0200
  • eba14c3a85
    Merge pull request #36 from linuxluser/master Chow Loong Jin 2018-07-10 13:32:10 +0800
  • 89009d9289 Added optional "center" param to triangle() and a_triangle() modules Dave 2018-07-09 18:23:10 -0700
  • 7999dc8c8a different indentation on github and local editor? charlie 2018-02-22 15:38:47 +0000
  • e46da241aa fix inconsistant indentation charlie 2018-02-22 15:28:53 +0000
  • 6669ad1296 updated coding style charlie 2018-02-22 15:18:09 +0000
  • 0e57f5500a
    Merge pull request #31 from capveg/master Chow Loong Jin 2018-02-23 03:13:55 +0800
  • 818265f4a6
    Merge pull request #34 from l29ah/master Chow Loong Jin 2017-12-27 00:59:19 +0800
  • 2cf324fc9b
    use https for submodules Sergey Alirzaev 2017-12-25 19:15:45 +0300
  • 7c75b2a51b Merge pull request #9 from achiestdragon/patch-1 Chow Loong Jin 2017-07-23 00:46:25 +0800
  • b1adc78fc5 Merge pull request #26 from D-Byte/patch-1 Chow Loong Jin 2017-07-23 00:45:13 +0800
  • 6a3d7411c8 Merge pull request #30 from vwegert/master Chow Loong Jin 2017-07-23 00:44:08 +0800
  • 455bbbcba7 Fixed rotation on demo helical gear Rob Sherwood 2017-07-04 17:25:36 -0700
  • 519110db2d added more bearing sizes Volker Wegert 2016-11-10 21:10:03 +0100