diff --git a/__pycache__/post_cap.cpython-311.pyc b/__pycache__/post_cap.cpython-311.pyc index fa620df..af95f2d 100644 Binary files a/__pycache__/post_cap.cpython-311.pyc and b/__pycache__/post_cap.cpython-311.pyc differ diff --git a/post_cap.py b/post_cap.py index c37d6ce..c0bf7bc 100644 --- a/post_cap.py +++ b/post_cap.py @@ -3,6 +3,7 @@ Too Tall Toby Party Pack 01-02 Post Cap """ from build123d import * +from ocp_vscode import * densa = 7800 / 1e6 # carbon steel density g/mm^3 densb = 2700 / 1e6 # aluminum alloy @@ -40,7 +41,7 @@ with BuildPart() as p: # export_step(p.part, "./kubek.step") -show_object(p) +show(p) got_mass = p.part.volume * densc want_mass = 43.09