mmcwilliams
|
81c87f9b7d
|
Update comments on spiral code
|
2020-05-27 09:52:15 -04:00 |
mmcwilliams
|
93e4a3d1ed
|
Next-gen spiral is ready to benchmark. Generates 60 rotation spiral in 7 seconds on laptop. Wow. Hitting limits at which the spiral module overflows in the path_extrude() module. Seems to be an issue where if length of path vector array exceeds ~8500, program throws. Will test this module on newer builds to see if the 2019.05 version is the issue.
|
2020-05-25 23:01:10 -04:00 |
mmcwilliams
|
56cee0fb3f
|
Add verbose comments, trying to figure this spiral generation out. Ahhhh!
|
2020-05-25 22:28:12 -04:00 |
mmcwilliams
|
17afd6b5a6
|
Add comments to spiral generation code (surrounding v3, which is where the most significant performance is gained). Change gnal_v2 to use library gnal_v2.scad
|
2020-05-25 19:07:02 -04:00 |
mmcwilliams
|
5f592661ba
|
Run benchmark script on 6 spiral approaches
|
2020-05-22 19:00:32 -04:00 |