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

23 Commits

Author SHA1 Message Date
Kurt Hutten
66f30bed93 Add error message when there are not enough polyRoundExtrude points
Resolves #26
2021-05-30 14:54:29 +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
a6999a7202 Issue-16 Fix 90 degree bug in find findPoint
Actually very similar to issue-11, but I just didn't solve it 100%
2020-11-02 18:12:17 +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
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
40a14892f2 Resolve warning messages and tweak examples 2020-08-17 05:45:47 +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
52afd869d0 Update readme 2020-08-09 20:59:32 +10:00
Kurt Hutten
2c71de2b5e Add docs and examples for ployRoundExtrude 2020-08-09 20:44:44 +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
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 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
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
3de2440ec6 Add files via upload 2017-07-22 11:50:59 +00:00