Update error message after engine change (#7330)

This commit is contained in:
Jonathan Tran
2025-06-02 18:05:46 -04:00
committed by GitHub
parent faf4d42b6a
commit 2bb6c74f42

View File

@ -4,7 +4,8 @@ description: Error from executing pattern_into_union.kcl
--- ---
KCL Engine error KCL Engine error
× engine: More than 2 solids were passed to the low-level CSG method × engine: The Zoo engine cannot handle this 3D union yet. Please report
│ this as an issue
╭─[67:1] ╭─[67:1]
66 │ 66 │
67 │ union([base,endTabs]) 67 │ union([base,endTabs])
@ -14,7 +15,8 @@ KCL Engine error
╰──── ╰────
╰─▶ KCL Engine error ╰─▶ KCL Engine error
× engine: More than 2 solids were passed to the low-level CSG method × engine: The Zoo engine cannot handle this 3D union yet. Please
│ report this as an issue
╭─[67:1] ╭─[67:1]
66 │ 66 │
67 │ union([base,endTabs]) 67 │ union([base,endTabs])