1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-01-17 02:58:14 +01:00

60 Commits

Author SHA1 Message Date
Kurt Hutten
8ead00a2bf
Merge pull request #28 from Irev-Dev/kurt/polyRoundExtrude-unbounded-26
Add error message when there are not enough polyRoundExtrude points
1.0.4
2021-05-31 05:20:34 +10:00
Kurt Hutten
66f30bed93 Add error message when there are not enough polyRoundExtrude points
Resolves #26
2021-05-30 14:54:29 +10:00
Kurt Hutten
f9928e36e1
Merge pull request #23 from damienmg/patch-1
Correctly instanciate recursion index
2021-05-03 11:39:05 +10:00
Damien Martin-Guillerez
26fb282626
Correctly instanciate recursion index
Caller of the flatternRecursion method does not set necessarily the index value and OpenSCAD complain that this result in adding number to undefined.
2021-05-02 11:43:31 +02:00
Kurt Hutten
c04a81f25c
Update README.md 2021-01-28 18:28:26 +11:00
Kurt Hutten
e6d91c352b
Update README.md 2021-01-03 18:51:22 +11:00
Kurt Hutten
297a7ce5dc
Merge pull request #17 from Irev-Dev/issue16-fix-90deg-bug-in-findPoint
Fix 90 degree bug in findPoint
2020-11-02 18:14:50 +11:00
Kurt Hutten
a6999a7202 Issue-16 Fix 90 degree bug in find findPoint
Actually very similar to issue-11, but I just didn't solve it 100%
1.0.3
2020-11-02 18:12:17 +11:00
Kurt Hutten
a85e6ffd48
Merge pull request #15 from Irev-Dev/irevdev/add-test-geometries
Add test geometries
2020-10-06 06:23:22 +11:00
Kurt Hutten
5a7b6db0ec Add test geometries
After pr #10, it makes sense to have some test shapes beyond the
examples to make sure there aren't regressions in the library,
Hopefully we'll add to this with time.
1.0.2
2020-10-06 06:21:28 +11:00
Kurt Hutten
6b16407430
Merge pull request #14 from Irev-Dev/irevdev/keep-polyround-extrude-height-consistent
Keep polyRound extrude height consistent
2020-10-06 05:41:33 +11:00
Kurt Hutten
9613a81f15 Keep polyRound extrude height consistent
when r1 changed between a positive and negative radius the height
of the extrude would change
2020-10-06 05:39:58 +11:00
Kurt Hutten
e6d67b6304
Merge pull request #10 from nickcoutsos/master
Invert flipped faces for polyRoundExtrude
2020-10-06 05:33:31 +11:00
Nick Coutsos
8d5b6a180b Normalize order of radiiPoints in polyRoundExtrude call 2020-10-05 12:48:31 -04:00
Kurt Hutten
0697444270
Merge pull request #13 from Irev-Dev/irevdev-fix-find-point-to-deal-with-90-deg-angles
Fix findPoint to deal with 90 degree angles
2020-10-05 20:45:11 +11:00
Kurt Hutten
764b3b7a73 Fix findPoint to deal with 90 degree angles
because tan(90) results in inf, some conditions were needed for these
cases
2020-10-05 20:41:30 +11:00
Nick Coutsos
a3934972b5 Invert flipped faces 2020-10-03 22:52:43 -04:00
Kurt Hutten
cb9e7f7b30
Merge pull request #9 from Irev-Dev/update-readme-to-include-video
update readme to include video
2020-08-24 17:55:21 +10:00
Kurt Hutten
1f15acb04b update readme to include video 2020-08-24 17:54:47 +10:00
Kurt Hutten
ddbb97b5ee
Merge pull request #8 from Irev-Dev/remove-warnings-and-tweak-examples
Resolve warning messages and tweak examples
2020-08-17 05:46:42 +10:00
Kurt Hutten
40a14892f2 Resolve warning messages and tweak examples 2020-08-17 05:45:47 +10:00
Kurt Hutten
bf97548f88
Merge pull request #7 from Irev-Dev/update-polyRoundExtrude-api-a-little
Change polyRoundExtrude h to length in the api for consistency
1.0.1
2020-08-16 08:36:09 +10:00
Kurt Hutten
9b235f236b Change polyRoundExtrude h to length in the api for consistency 2020-08-16 08:35:03 +10:00
Kurt Hutten
ad61abc74a Fix readme typos 2020-08-10 13:19:41 +10:00
Kurt Hutten
aacf657b62 Read me tweak 2020-08-09 21:02:08 +10:00
Kurt Hutten
1d124289d4
Merge pull request #6 from Irev-Dev/update-readme
Update readme
2020-08-09 21:00:34 +10:00
Kurt Hutten
52afd869d0 Update readme 2020-08-09 20:59:32 +10:00
Kurt Hutten
3f9d124bb7
Merge pull request #5 from Irev-Dev/add-docs-for-polyRoundExtrude
Add docs and examples for ployRoundExtrude
2020-08-09 20:45:29 +10:00
Kurt Hutten
2c71de2b5e Add docs and examples for ployRoundExtrude 2020-08-09 20:44:44 +10:00
Kurt Hutten
e364960bea
Merge pull request #4 from Irev-Dev/attempts-to-integrate-poly-round-into-curev-polyhedron
Add basis of extrude polygon with rounded ends
2020-08-09 14:44:41 +10:00
Kurt Hutten
6ee436a6b2 Add basis of extrude polygon with rounded ends
needs clean up work though
2020-08-09 14:43:52 +10:00
Kurt Hutten
16e5c4833d
Merge pull request #3 from Irev-Dev/organise-examples-and-improve-naming
Organise examples and improve naming
1.0.0
2020-08-06 07:44:03 +10:00
Kurt Hutten
f4a75dd38a Mostly renaming for readability 2020-08-06 07:41:49 +10:00
Kurt Hutten
e2cdd6c1bc Improve examples and naming 2020-07-26 18:18:28 +10:00
Kurt Hutten
7e74a98b6a Small improvement in naming 2020-07-22 19:56:49 +10:00
charlie
41cfc7c322 Major restructuring unifying 2 space indentation and putting each child on new line to be better for git, still need to decise what to do with for loops inside arrays and turnerary opperators 0.0.10 2020-07-14 21:07:36 +10:00
charlie
4e08261f37 initial add processRadiiPoints() 2018-02-18 15:15:59 +11:00
Irev-Dev
82da7fc8ee Update polyround.scad 2017-10-14 08:18:08 +00:00
Irev-Dev
17c2a0904e Update polyround.scad 2017-09-14 12:56:50 +00:00
Irev-Dev
c0c28e67e0 Update README.md 2017-08-01 12:44:41 +00:00
Irev-Dev
86b606dccb Add files via upload 2017-08-01 12:43:02 +00:00
Irev-Dev
0b8ea314ef Delete PolyRoundexample2.png 2017-08-01 12:42:32 +00:00
Irev-Dev
ec128ce024 Delete PolyRoundexample1.png 2017-08-01 12:42:21 +00:00
Irev-Dev
a7d048ba0b Add files via upload 2017-08-01 12:39:02 +00:00
Irev-Dev
9db8f4bf9b Merge pull request #2 from Irev-Dev/polyRound-major-update
Poly round major update
2017-08-01 10:11:57 +00:00
Irev-Dev
8400a68b60 Update polyround.scad 2017-08-01 10:09:39 +00:00
Irev-Dev
1157787da6 Update polyround.scad 2017-08-01 10:04:29 +00:00
Irev-Dev
99260fa011 Update README.md 2017-07-22 22:35:18 +00:00
Irev-Dev
d7820e2ebe Update README.md 2017-07-22 22:34:23 +00:00
Irev-Dev
8b02e7ee22 Update README.md 2017-07-22 12:17:58 +00:00