wow
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user