mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
fix CI
This commit is contained in:
@@ -11,12 +11,12 @@ from yacv_server import show, export_all # Check out other exported methods for
|
||||
# %%
|
||||
|
||||
# Create a simple object
|
||||
with BuildPart() as obj:
|
||||
with BuildPart() as example:
|
||||
Box(10, 10, 5)
|
||||
Cylinder(4, 5, mode=Mode.SUBTRACT)
|
||||
|
||||
# Show it in the frontend with hot-reloading
|
||||
show(obj)
|
||||
show(example)
|
||||
|
||||
# %%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user