Files
modeling-app/rust/kcl-lib/tests/multi_target_csg/execution_error.snap
Jess Frazelle 416de9a9fb allow more than one tool (#6945)
* allow more than one tool

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* updates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* update tests

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* fmt

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* bump kcl

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
2025-05-16 23:22:50 +00:00

15 lines
544 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
source: kcl-lib/src/simulation_tests.rs
description: Error from executing multi_target_csg.kcl
---
KCL Engine error
× engine: Currently the engine does not support multiple targets on subtract
╭─[69:10]
68 │
69 │ cut000 = subtract(extrude001, tools = cut000Extrude)
· ─────────────────────┬─────────────────────
· ╰── tests/multi_target_csg/input.kcl
70 │
╰────