1
0
mirror of https://github.com/Irev-Dev/Round-Anything.git synced 2025-01-16 18:48:14 +01:00

76 Commits

Author SHA1 Message Date
TLC123
df71daa0cb removed rands color due to interference with seed 2021-08-26 18:04:18 +02:00
TLC123
23a4204593 r radius can now also be a pair of [r,r] for a biased curve effect 2021-08-24 19:19:15 +02:00
TLC123
ba1e80058c
Update unionRoundMask-Doc.md
documentaion for includeOperands argument
2021-08-23 16:44:02 +02:00
TLC123
0fbca7c2d5 option to not _includeOperands_ and just render fillet 2021-08-23 16:38:30 +02:00
TLC123
dd05f2e441 doc file is .md not .scad 2021-08-23 16:21:50 +02:00
TLC123
f35262f955
Update unionRoundMask-Doc.md
doc clean up
2021-08-23 16:19:56 +02:00
TLC123
1b7623e17b
Update unionRoundMask-Doc.md
cleanup headers
2021-08-23 15:52:21 +02:00
TLC123
c56190a81b doc file is .md not .scad 2021-08-23 15:07:59 +02:00
TLC123
e9faa0785d
Update unionRoundMask-Doc.md.scad 2021-08-23 15:03:51 +02:00
TLC123
e9d3d805ab UnionRoundMask and -doc.md 2021-08-23 14:59:51 +02:00
Kurt Hutten
df50ac47ce
Merge pull request #32 from Irev-Dev/kurt/individual-exampes-29
Beam chain example formatting
2021-06-07 17:26:56 +10:00
Kurt Hutten
9c2e9b929b Beam chain example formatting 2021-06-07 17:26:32 +10:00
Kurt Hutten
cfd739d79d
Merge pull request #31 from Irev-Dev/kurt/individual-exampes-29
Fix beamChain example and add negative polyRoundExtrude example
2021-06-07 17:07:30 +10:00
Kurt Hutten
f69ddaa05b Fix beamChain example and add negative polyRoundExtrude example 2021-06-07 17:06:02 +10:00
Kurt Hutten
bce6705d4c
Merge pull request #30 from Irev-Dev/kurt/individual-exampes-29
Add individual examples
2021-06-07 07:15:59 +10:00
Kurt Hutten
28814a34a0 Add individual examples
Having one example per file will make for a integration and there
live demo links with CadHub.
Resolves #29.
2021-06-07 07:15:06 +10:00
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