Format a whole directory easily (#5816)
* recast a whole directory Signed-off-by: Jess Frazelle <github@jessfraz.com> * move Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
@ -80,8 +80,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
172,
|
||||
191,
|
||||
173,
|
||||
192,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
@ -109,8 +109,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
197,
|
||||
232,
|
||||
198,
|
||||
233,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
@ -129,8 +129,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
197,
|
||||
232,
|
||||
198,
|
||||
233,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
@ -140,8 +140,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
197,
|
||||
232,
|
||||
198,
|
||||
233,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
@ -157,8 +157,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
197,
|
||||
232,
|
||||
198,
|
||||
233,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
@ -168,8 +168,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
197,
|
||||
232,
|
||||
198,
|
||||
233,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
@ -197,8 +197,8 @@ description: Artifact commands assembly_non_default_units.kcl
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [
|
||||
197,
|
||||
232,
|
||||
198,
|
||||
233,
|
||||
3
|
||||
],
|
||||
"command": {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
```mermaid
|
||||
flowchart LR
|
||||
subgraph path2 [Path]
|
||||
2["Path<br>[197, 232, 3]"]
|
||||
3["Segment<br>[197, 232, 3]"]
|
||||
2["Path<br>[198, 233, 3]"]
|
||||
3["Segment<br>[198, 233, 3]"]
|
||||
4[Solid2d]
|
||||
end
|
||||
subgraph path6 [Path]
|
||||
@ -10,7 +10,7 @@ flowchart LR
|
||||
7["Segment<br>[114, 149, 4]"]
|
||||
8[Solid2d]
|
||||
end
|
||||
1["Plane<br>[172, 191, 3]"]
|
||||
1["Plane<br>[173, 192, 3]"]
|
||||
5["Plane<br>[89, 108, 4]"]
|
||||
1 --- 2
|
||||
2 --- 3
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
@settings(defaultLengthUnit = in)
|
||||
|
||||
|
||||
export radius = 1
|
||||
|
||||
@ -11,16 +11,16 @@ description: Operations executed assembly_non_default_units.kcl
|
||||
"value": "XZ"
|
||||
},
|
||||
"sourceRange": [
|
||||
186,
|
||||
190,
|
||||
187,
|
||||
191,
|
||||
3
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "startSketchOn",
|
||||
"sourceRange": [
|
||||
172,
|
||||
191,
|
||||
173,
|
||||
192,
|
||||
3
|
||||
],
|
||||
"type": "StdLibCall",
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
@settings(defaultLengthUnit = in)
|
||||
|
||||
|
||||
// This is not used, but it triggers the problem.
|
||||
import radius from "globals.kcl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user