Stewart Allen
|
8e6a1e5747
|
add concurrent slicing, new threaded preference checkbox
|
2021-06-20 22:15:46 -04:00 |
|
Stewart Allen
|
a4d6c00a8d
|
do not allow infill caching with concurrency
|
2021-06-20 19:27:53 -04:00 |
|
Stewart Allen
|
f12b3f2e9f
|
fix polygon perimeter() and restore gyroid filter
|
2021-06-20 18:59:59 -04:00 |
|
Stewart Allen
|
e45d177cf8
|
remove gyroid segment filter
|
2021-06-20 18:56:53 -04:00 |
|
Stewart Allen
|
7c018d49f9
|
remove more legacy cam slicer code from fdm slicer
|
2021-06-20 18:47:17 -04:00 |
|
Stewart Allen
|
24546c8735
|
remove legacy cam slice options from fdm slicer. fix sla export
|
2021-06-20 18:38:31 -04:00 |
|
Stewart Allen
|
881992b52e
|
concurrent refactor. added clipping. all toggled with experimental
|
2021-06-20 18:10:19 -04:00 |
|
Stewart Allen
|
cb15501a23
|
add concurrent fill
|
2021-06-20 13:03:30 -04:00 |
|
Stewart Allen
|
a8973dbef8
|
add experimental promises + concurrent shell offsetting
|
2021-06-20 00:25:35 -04:00 |
|
Mikhail Allen
|
0af6eb6c61
|
improved arc detection. fixed some arcs transitioning choppily.
|
2021-06-19 23:11:53 -04:00 |
|
Stewart Allen
|
1884cd10d1
|
add minions and 1st implementation with poly array union
|
2021-06-19 22:44:08 -04:00 |
|
Stewart Allen
|
e94a8d4d1f
|
defer shadow creation. de-rez polys for massive shadow unions in some cases
|
2021-06-19 15:17:36 -04:00 |
|
Mikhail Allen
|
eb35c9a434
|
improved arc detection by adding arcValid validator function as well as other small changes. should be cleaned up.
|
2021-06-19 00:51:54 -04:00 |
|
Stewart Allen
|
fdfce594d4
|
more mem optimizations: poly length/area. worker now cleans up widget groups
|
2021-06-18 22:57:30 -04:00 |
|
Stewart Allen
|
3eb7d6396c
|
memory poly optimization: defer bounds creation. refactor move/scale/swap
|
2021-06-18 22:14:37 -04:00 |
|
Stewart Allen
|
8f872305c2
|
update poly union call in SLA
|
2021-06-18 20:36:09 -04:00 |
|
Stewart Allen
|
a133236a0a
|
fix for retraction speed set to 0
|
2021-06-18 19:46:25 -04:00 |
|
Stewart Allen
|
e44ea73683
|
reduce memory consumption by deferring clipper point conversion and point keys until time of use
|
2021-06-18 16:56:41 -04:00 |
|
Stewart Allen
|
305066a69a
|
add export debug event path
|
2021-06-18 15:03:00 -04:00 |
|
Stewart Allen
|
e84a4f4251
|
clear ranges on widget delete. add debug indices for slicing
|
2021-06-18 13:36:47 -04:00 |
|
Mikhail Allen
|
ac57c4b4ee
|
added arcRes, arcDev for better arc detection. removed redundant arcSeg. added segFault detection for local arc detection. arc detection now keeps rolling average of center point.
|
2021-06-18 13:33:07 -04:00 |
|
Stewart Allen
|
388aafb12f
|
free references to unused data
|
2021-06-18 12:05:19 -04:00 |
|
Stewart Allen
|
95e4514be3
|
bump rev 3.0.D5
|
2021-06-17 23:33:29 -04:00 |
|
Stewart Allen
|
069a599ead
|
memory optimization: defer wasm load, reduce point/poly default fields
|
2021-06-17 23:31:05 -04:00 |
|
Stewart Allen
|
32acfe376d
|
catch error produced when part slices to nothing but still has an anchor
|
2021-06-17 12:49:39 -07:00 |
|
Stewart Allen
|
e3a6991845
|
fix support detection errand key sorting
|
2021-06-16 23:37:15 -07:00 |
|
Stewart Allen
|
ffa7d62249
|
Merge branch 'master' of github.com:GridSpace/grid-apps
|
2021-06-14 12:10:06 -04:00 |
|
Stewart Allen
|
8cb8525f14
|
apply line width override
|
2021-06-14 12:09:59 -04:00 |
|
Stewart Allen
|
1a03934f65
|
fix undef process.ranges
|
2021-06-13 05:52:52 -04:00 |
|
Mikhail Allen
|
9b5ae8021d
|
removed unused line
|
2021-06-11 13:55:57 -04:00 |
|
Mikhail Allen
|
81a59219d7
|
fixed g2/g3 arc generation
|
2021-06-11 13:38:00 -04:00 |
|
Stewart Allen
|
78f255c066
|
move poly filter until after line merge
|
2021-06-10 23:09:42 -04:00 |
|
Stewart Allen
|
33db062eba
|
improve gyroid generation with continuous lines
|
2021-06-10 23:07:04 -04:00 |
|
Stewart Allen
|
45416b39d9
|
add better gyroid tile caching
|
2021-06-10 21:31:38 -04:00 |
|
Mikhail Allen
|
4a8b925619
|
fixed arcs outputting NaN in special cases
|
2021-06-10 18:21:06 -04:00 |
|
Mikhail Allen
|
184b103906
|
changed arc output from XYR to XYIJ. added XYIJ arc import support. fixed XYR arc import. fixed center2pr returning the wrong center point.
|
2021-06-10 16:30:00 -04:00 |
|
Mikhail Allen
|
7959cc08f2
|
fixed case where arcQ.center could be undefined
|
2021-06-09 14:36:27 -04:00 |
|
Stewart Allen
|
1c25bb22f3
|
rm dead code. fix point conversion for small areas
|
2021-06-09 11:08:12 -04:00 |
|
Stewart Allen
|
4a3b778069
|
fix vertically stacked supports intersecting self
|
2021-06-09 09:12:07 -04:00 |
|
Stewart Allen
|
840fc130e2
|
bump rev 3.0.D4
|
2021-06-08 23:00:25 -04:00 |
|
Stewart Allen
|
f5e1a49faa
|
use grouped normal areas approach for finding support pillars
|
2021-06-08 21:34:31 -04:00 |
|
Stewart Allen
|
6d217a0425
|
checkpoint coplanar support grouping
|
2021-06-08 14:51:33 -04:00 |
|
Stewart Allen
|
14ab980371
|
stub in cubic infill
|
2021-06-08 14:02:02 -04:00 |
|
Stewart Allen
|
6d98cbfe08
|
lower min threshold for support
|
2021-06-07 22:51:53 -04:00 |
|
Stewart Allen
|
8811307f6c
|
bump rev 3.0.D3
|
2021-06-07 22:41:01 -04:00 |
|
Stewart Allen
|
8f622fb86b
|
improve support detection
|
2021-06-07 16:22:12 -04:00 |
|
Mikhail Allen
|
bd6434b54a
|
added zInPlane function to base.util
|
2021-06-07 16:05:28 -04:00 |
|
Stewart Allen
|
75e0dc8fd3
|
Merge pull request #172 from Matlek/master
modif cr-10s-pro profil
|
2021-06-03 10:23:33 -04:00 |
|
Mathias Lechelon
|
20b610d956
|
modif cr-10s-pro profil
|
2021-06-03 14:52:31 +02:00 |
|
Stewart Allen
|
3d8e398987
|
sort local devices by name
|
2021-06-02 17:14:07 -04:00 |
|