Convert all lengths to mm for engine calls
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -29,14 +29,6 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"hidden": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
"command": {
|
||||
"type": "set_scene_units",
|
||||
"unit": "in"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
@ -92,7 +84,7 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"type": "move_path_pen",
|
||||
"path": "[uuid]",
|
||||
"to": {
|
||||
"x": 0.2734375,
|
||||
"x": 6.9453125,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
@ -117,7 +109,7 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"radius": 0.2734375,
|
||||
"radius": 6.9453125,
|
||||
"start": {
|
||||
"unit": "degrees",
|
||||
"value": 0.0
|
||||
@ -168,7 +160,7 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"type": "move_path_pen",
|
||||
"path": "[uuid]",
|
||||
"to": {
|
||||
"x": 0.182,
|
||||
"x": 4.6228,
|
||||
"y": 0.0,
|
||||
"z": 0.0
|
||||
}
|
||||
@ -193,7 +185,7 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
"radius": 0.182,
|
||||
"radius": 4.6228,
|
||||
"start": {
|
||||
"unit": "degrees",
|
||||
"value": 0.0
|
||||
@ -254,7 +246,7 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"command": {
|
||||
"type": "extrude",
|
||||
"target": "[uuid]",
|
||||
"distance": 1.5,
|
||||
"distance": 38.099999999999994,
|
||||
"faces": null,
|
||||
"opposite": "None"
|
||||
}
|
||||
@ -322,37 +314,5 @@ description: Artifact commands flush_batch_on_end.kcl
|
||||
"edge_id": "[uuid]",
|
||||
"face_id": "[uuid]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
"command": {
|
||||
"type": "set_scene_units",
|
||||
"unit": "mm"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
"command": {
|
||||
"type": "set_scene_units",
|
||||
"unit": "mm"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
"command": {
|
||||
"type": "set_scene_units",
|
||||
"unit": "mm"
|
||||
}
|
||||
},
|
||||
{
|
||||
"cmdId": "[uuid]",
|
||||
"range": [],
|
||||
"command": {
|
||||
"type": "set_scene_units",
|
||||
"unit": "mm"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -100,9 +100,6 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
@ -236,9 +233,6 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
@ -365,9 +359,6 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
@ -482,9 +473,6 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
@ -555,9 +543,6 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user