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,19 +1,19 @@
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph path2 [Path]
|
||||
2["Path<br>[75, 101, 8]"]
|
||||
3["Segment<br>[107, 125, 8]"]
|
||||
4["Segment<br>[131, 150, 8]"]
|
||||
5["Segment<br>[156, 175, 8]"]
|
||||
6["Segment<br>[181, 200, 8]"]
|
||||
7["Segment<br>[206, 231, 8]"]
|
||||
8["Segment<br>[237, 258, 8]"]
|
||||
9["Segment<br>[264, 283, 8]"]
|
||||
10["Segment<br>[289, 296, 8]"]
|
||||
2["Path<br>[75, 101, 1]"]
|
||||
3["Segment<br>[107, 125, 1]"]
|
||||
4["Segment<br>[131, 150, 1]"]
|
||||
5["Segment<br>[156, 175, 1]"]
|
||||
6["Segment<br>[181, 200, 1]"]
|
||||
7["Segment<br>[206, 231, 1]"]
|
||||
8["Segment<br>[237, 258, 1]"]
|
||||
9["Segment<br>[264, 283, 1]"]
|
||||
10["Segment<br>[289, 296, 1]"]
|
||||
11[Solid2d]
|
||||
end
|
||||
1["Plane<br>[52, 69, 8]"]
|
||||
12["Sweep Revolve<br>[302, 319, 8]"]
|
||||
1["Plane<br>[52, 69, 1]"]
|
||||
12["Sweep Revolve<br>[302, 319, 1]"]
|
||||
13[Wall]
|
||||
14[Wall]
|
||||
15[Wall]
|
||||
@ -41,29 +41,29 @@ flowchart LR
|
||||
2 --- 11
|
||||
2 ---- 12
|
||||
12 <--x 3
|
||||
3 --- 15
|
||||
3 --- 16
|
||||
3 x--> 26
|
||||
12 <--x 4
|
||||
4 --- 18
|
||||
4 --- 15
|
||||
4 --- 26
|
||||
12 <--x 5
|
||||
5 --- 20
|
||||
5 --- 22
|
||||
5 --- 13
|
||||
5 --- 24
|
||||
12 <--x 6
|
||||
6 --- 13
|
||||
6 --- 24
|
||||
6 --- 20
|
||||
6 --- 25
|
||||
12 <--x 7
|
||||
7 --- 16
|
||||
7 --- 21
|
||||
7 --- 17
|
||||
7 --- 22
|
||||
12 <--x 8
|
||||
8 --- 17
|
||||
8 --- 23
|
||||
8 --- 19
|
||||
8 --- 21
|
||||
12 <--x 9
|
||||
9 --- 14
|
||||
9 --- 27
|
||||
12 <--x 10
|
||||
10 --- 19
|
||||
10 --- 25
|
||||
10 --- 18
|
||||
10 --- 23
|
||||
12 --- 13
|
||||
12 --- 14
|
||||
12 --- 15
|
||||
@ -79,18 +79,18 @@ flowchart LR
|
||||
12 --- 25
|
||||
12 --- 26
|
||||
12 --- 27
|
||||
22 <--x 13
|
||||
24 <--x 13
|
||||
23 <--x 14
|
||||
21 <--x 14
|
||||
27 <--x 14
|
||||
25 <--x 15
|
||||
26 <--x 15
|
||||
21 <--x 16
|
||||
24 <--x 16
|
||||
21 <--x 17
|
||||
23 <--x 17
|
||||
26 <--x 18
|
||||
25 <--x 19
|
||||
27 <--x 19
|
||||
22 <--x 20
|
||||
23 <--x 16
|
||||
26 <--x 16
|
||||
22 <--x 17
|
||||
25 <--x 17
|
||||
23 <--x 18
|
||||
27 <--x 18
|
||||
21 <--x 19
|
||||
22 <--x 19
|
||||
24 <--x 20
|
||||
25 <--x 20
|
||||
```
|
||||
|
Reference in New Issue
Block a user