Fix sign error. (#6821)

* Fix sign error.

* Update kcl-samples simulation test output

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Nick McCleery
2025-05-10 16:45:05 +01:00
committed by GitHub
parent 39f512d32d
commit 4fb7065ddf
3 changed files with 50 additions and 50 deletions

View File

@ -6965,7 +6965,7 @@ description: Artifact commands car-wheel-assembly.kcl
"segment": {
"type": "arc",
"center": {
"x": -57.15,
"x": 57.15,
"y": 0.0
},
"radius": 8.001,
@ -6988,7 +6988,7 @@ description: Artifact commands car-wheel-assembly.kcl
"type": "move_path_pen",
"path": "[uuid]",
"to": {
"x": -49.149,
"x": 65.151,
"y": 0.0,
"z": 0.0
}