fix cache and imports (#6647)
* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -1,31 +1,31 @@
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph path3 [Path]
|
||||
3["Path<br>[63, 90, 8]"]
|
||||
5["Segment<br>[98, 116, 8]"]
|
||||
8["Segment<br>[124, 143, 8]"]
|
||||
10["Segment<br>[151, 170, 8]"]
|
||||
11["Segment<br>[178, 185, 8]"]
|
||||
3["Path<br>[63, 90, 1]"]
|
||||
5["Segment<br>[98, 116, 1]"]
|
||||
7["Segment<br>[124, 143, 1]"]
|
||||
9["Segment<br>[151, 170, 1]"]
|
||||
12["Segment<br>[178, 185, 1]"]
|
||||
13[Solid2d]
|
||||
end
|
||||
subgraph path4 [Path]
|
||||
4["Path<br>[63, 90, 8]"]
|
||||
6["Segment<br>[98, 116, 8]"]
|
||||
7["Segment<br>[124, 143, 8]"]
|
||||
9["Segment<br>[151, 170, 8]"]
|
||||
12["Segment<br>[178, 185, 8]"]
|
||||
4["Path<br>[63, 90, 1]"]
|
||||
6["Segment<br>[98, 116, 1]"]
|
||||
8["Segment<br>[124, 143, 1]"]
|
||||
10["Segment<br>[151, 170, 1]"]
|
||||
11["Segment<br>[178, 185, 1]"]
|
||||
14[Solid2d]
|
||||
end
|
||||
1["Plane<br>[38, 55, 8]"]
|
||||
2["Plane<br>[38, 55, 8]"]
|
||||
15["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
16["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
17["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
18["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
19["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
20["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
21["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
22["Sweep Extrusion<br>[342, 376, 8]"]
|
||||
1["Plane<br>[38, 55, 1]"]
|
||||
2["Plane<br>[38, 55, 1]"]
|
||||
15["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
16["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
17["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
18["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
19["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
20["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
21["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
22["Sweep Extrusion<br>[342, 376, 1]"]
|
||||
23[Wall]
|
||||
24[Wall]
|
||||
25[Wall]
|
||||
@ -57,63 +57,63 @@ flowchart LR
|
||||
1 --- 3
|
||||
2 --- 4
|
||||
3 --- 5
|
||||
3 --- 8
|
||||
3 --- 10
|
||||
3 --- 11
|
||||
3 --- 7
|
||||
3 --- 9
|
||||
3 --- 12
|
||||
3 --- 13
|
||||
3 ---- 22
|
||||
4 --- 6
|
||||
4 --- 7
|
||||
4 --- 9
|
||||
4 --- 12
|
||||
4 --- 8
|
||||
4 --- 10
|
||||
4 --- 11
|
||||
4 --- 14
|
||||
4 ---- 17
|
||||
5 --- 28
|
||||
4 ---- 16
|
||||
5 --- 29
|
||||
5 x--> 32
|
||||
5 --- 42
|
||||
5 --- 47
|
||||
5 --- 50
|
||||
6 --- 26
|
||||
6 x--> 31
|
||||
6 --- 35
|
||||
6 --- 46
|
||||
7 --- 24
|
||||
7 x--> 31
|
||||
7 --- 38
|
||||
7 --- 44
|
||||
8 --- 29
|
||||
8 x--> 32
|
||||
8 --- 40
|
||||
8 --- 48
|
||||
9 --- 23
|
||||
9 x--> 31
|
||||
9 --- 37
|
||||
9 --- 45
|
||||
10 --- 30
|
||||
10 x--> 32
|
||||
10 --- 39
|
||||
10 --- 49
|
||||
11 --- 27
|
||||
11 x--> 32
|
||||
11 --- 41
|
||||
11 --- 50
|
||||
12 --- 25
|
||||
12 x--> 31
|
||||
12 --- 36
|
||||
12 --- 43
|
||||
17 --- 23
|
||||
17 --- 24
|
||||
17 --- 25
|
||||
17 --- 26
|
||||
17 --- 31
|
||||
17 --- 33
|
||||
17 --- 35
|
||||
17 --- 36
|
||||
17 --- 37
|
||||
17 --- 38
|
||||
17 --- 43
|
||||
17 --- 44
|
||||
17 --- 45
|
||||
17 --- 46
|
||||
7 --- 28
|
||||
7 x--> 32
|
||||
7 --- 39
|
||||
7 --- 48
|
||||
8 --- 24
|
||||
8 x--> 31
|
||||
8 --- 38
|
||||
8 --- 44
|
||||
9 --- 27
|
||||
9 x--> 32
|
||||
9 --- 41
|
||||
9 --- 49
|
||||
10 --- 23
|
||||
10 x--> 31
|
||||
10 --- 37
|
||||
10 --- 45
|
||||
11 --- 25
|
||||
11 x--> 31
|
||||
11 --- 36
|
||||
11 --- 43
|
||||
12 --- 30
|
||||
12 x--> 32
|
||||
12 --- 40
|
||||
12 --- 47
|
||||
16 --- 23
|
||||
16 --- 24
|
||||
16 --- 25
|
||||
16 --- 26
|
||||
16 --- 31
|
||||
16 --- 33
|
||||
16 --- 35
|
||||
16 --- 36
|
||||
16 --- 37
|
||||
16 --- 38
|
||||
16 --- 43
|
||||
16 --- 44
|
||||
16 --- 45
|
||||
16 --- 46
|
||||
22 --- 27
|
||||
22 --- 28
|
||||
22 --- 29
|
||||
@ -141,16 +141,16 @@ flowchart LR
|
||||
43 <--x 26
|
||||
46 <--x 26
|
||||
41 <--x 27
|
||||
48 <--x 27
|
||||
49 <--x 27
|
||||
50 <--x 27
|
||||
42 <--x 28
|
||||
47 <--x 28
|
||||
39 <--x 28
|
||||
48 <--x 28
|
||||
50 <--x 28
|
||||
40 <--x 29
|
||||
42 <--x 29
|
||||
47 <--x 29
|
||||
48 <--x 29
|
||||
39 <--x 30
|
||||
48 <--x 30
|
||||
50 <--x 29
|
||||
40 <--x 30
|
||||
47 <--x 30
|
||||
49 <--x 30
|
||||
35 <--x 33
|
||||
36 <--x 33
|
||||
|
Reference in New Issue
Block a user